aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/unittests
AgeCommit message (Collapse)Author
2023-01-12Improve `MetaDataRef:{get,set}_float` precision (#13130)Jude Melton-Houghton
2022-12-24Add callback on_mapblocks_changedJude Melton-Houghton
2022-12-03Add `minetest.get_mapgen_edges` (#12999)Jude Melton-Houghton
2022-11-28Add `minetest.get_game_info` and allow reading `game.conf` (#12989)Jude Melton-Houghton
Co-authored-by: sfan5 <sfan5@live.de>
2022-11-15Add MetaDataRef:get_keys (#12841)Jude Melton-Houghton
2022-11-10Test metadata value changingJude Melton-Houghton
2022-10-23DevTest: Clean up callback texturesWuzzy
2022-10-21Fix use of unassigned global "check"Jude Melton-Houghton
2022-10-09add an 'equals' method to ItemStack and compatibility w/ lua '==' (#12771)fluxionary
Co-authored-by: rubenwardy <rw@rubenwardy.com> Co-authored-by: sfan5 <sfan5@live.de>
2022-10-09DevTest: Explain purpose of most items in tooltips (#12833)Wuzzy
2022-09-28Add zstd compression support (#12515)20kdc
2022-09-26Avoid duplication of mod metadata in memory (#12562)Jude Melton-Houghton
Co-authored-by: sfan5 <sfan5@live.de>
2022-09-18Content ID caching in Lua (#12444)Jude Melton-Houghton
* Cache content IDs in Lua Co-authored-by: sfan5 <sfan5@live.de>
2022-07-14Fix regression & replace more occurrences of vector.new with vector.copy ↵Lars Müller
(#12539)
2022-07-04Add missing item alias metatables to async environment (#12458)sfan5
2022-06-15Add unittests for entity lifecycle and callbackssfan5
2022-05-29Get rid of node metadata when it becomes emptysfan5
fixes #8943
2022-05-10Support packing arbitrary graphs (#12289)Jude Melton-Houghton
2022-05-10Fix cooking and fuel crafts with aliasesJude Melton-Houghton
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2022-04-24DevTest: Add more test weapons and armorball modes (#11870)Wuzzy
Co-authored-by: sfan5 <sfan5@live.de>
2022-03-29Store vector metatable in registryJude Melton-Houghton
2021-12-18Restructure devtest's unittests and run them in CI (#11859)sfan5
2021-02-23Allow overwriting media files of dependencies (#10752)DS
2021-02-17Fix short_description fallback order (#10943)rubenwardy
2020-10-09Add a short_description to be used by mods (#8980)DS
2020-05-26Devtest: Fix crash in player unittest (#9937)Wuzzy
Happened if player unittests run when player has exactly 3 HP
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy