aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testentities
AgeCommit message (Collapse)Author
2022-10-30Allow rotating entity selectionboxes (#12379)Lars Müller
2022-10-23DevTest: Move callback entities to callbacks modWuzzy
2022-06-11on_deactivate: distinguish removal and unloading (#11931)Lars Müller
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.
2022-04-28DevTest: Fix armorball sprite (#12228)Wuzzy
2022-04-24DevTest: Add more test weapons and armorball modes (#11870)Wuzzy
Co-authored-by: sfan5 <sfan5@live.de>
2021-02-17Add nametag background setting and object property (#10937)rubenwardy
2021-01-02Add on_deactivate callback for luaentities (#10723)hecks
2020-12-14Semi-transparent background for nametags (#10152)Zughy
2020-09-04Devtest: Extend tooltips of many items and tools (#10312)Wuzzy
Also show error message when using tools wrong
2020-07-30content_cao: Support texture animation for upright_sprite (#10020)sfan5
2020-06-16Make shading of CAOs optional (#10033)Danila Shutov
2020-06-08devtest: Improve tool and formspec usabilitysfan5
also fix the yawsprite test entity
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy