minetest/games/devtest/mods/testentities
Lars Müller e7d4ec6834
on_deactivate: distinguish removal and unloading (#11931)
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-06-11 20:01:14 +02:00
..
textures DevTest: Fix armorball sprite (#12228) 2022-04-28 18:51:16 +02:00
armor.lua DevTest: Fix armorball sprite (#12228) 2022-04-28 18:51:16 +02:00
callbacks.lua on_deactivate: distinguish removal and unloading (#11931) 2022-06-11 20:01:14 +02:00
init.lua Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
mod.conf Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
visuals.lua Add nametag background setting and object property (#10937) 2021-02-17 19:51:28 +00:00