aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testentities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* on_deactivate: distinguish removal and unloading (#11931)Lars Müller2022-06-111-2/+2
| | | Sometimes you need to be able to do removal-related cleanup, such as removing files from disk, or entries from a database. staticdata obviously isn't suitable for large data. The data shouldn't be removed if the entity is unloaded, only if it is removed.
* DevTest: Fix armorball sprite (#12228)Wuzzy2022-04-282-1/+1
|
* DevTest: Add more test weapons and armorball modes (#11870)Wuzzy2022-04-242-5/+25
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Add nametag background setting and object property (#10937)rubenwardy2021-02-171-2/+14
|
* Add on_deactivate callback for luaentities (#10723)hecks2021-01-021-0/+3
|
* Semi-transparent background for nametags (#10152)Zughy2020-12-141-0/+29
|
* Devtest: Extend tooltips of many items and tools (#10312)Wuzzy2020-09-041-1/+1
| | | Also show error message when using tools wrong
* content_cao: Support texture animation for upright_sprite (#10020)sfan52020-07-301-2/+14
|
* Make shading of CAOs optional (#10033)Danila Shutov2020-06-161-1/+11
|
* devtest: Improve tool and formspec usabilitysfan52020-06-081-3/+3
| | | | also fix the yawsprite test entity
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-2618-0/+195