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