aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods
AgeCommit message (Collapse)Author
2020-10-13Devtest hand tool: Update capabilities, add creative mode capabilities (#10484)Paramat
2020-10-09Add bumpmapping and parallax occlusion testing nodes to devtest (#9242)HybridDog
2020-10-09Add a short_description to be used by mods (#8980)DS
2020-10-06Add minetest.get_artificial_light and minetest.get_natural_light (#5680)HybridDog
Add more detailed light detection functions, a function to get the artificial light (torches) and a function to get the sunlight as seen by the player (you can specify timeofday). Co-authored-by: rubenwardy <rw@rubenwardy.com>
2020-10-03Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy
Allows catching a chatcommand call just after the command and the parameters are parsed but before its existence is checked and before the corresponding function is run. Returning `true` from a callback function will prevent default handling of the command leaving mods to handle the command manually.
2020-09-04Devtest: Extend tooltips of many items and tools (#10312)Wuzzy
Also show error message when using tools wrong
2020-09-04Scale inventory image for scaled allfaces nodes (#10225)Wuzzy
The inventory image size of the inventory image of nodes with drawtype allfaces (and related) is scaled as well if visual_scale is set (previously, the inventory image size was always the same)
2020-08-29Make bgcolor tint button background images (#9818)Hugues Ross
2020-08-20Load media from subfolders (#9065)DS
2020-08-12Fix precision not working in hud_change (#10186)Lars Müller
2020-07-30content_cao: Support texture animation for upright_sprite (#10020)sfan5
2020-07-02Fix undeclared global in devtest (#10133)Wuzzy
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-30Devtest: Fix missing/incorrect liquid properties (#9955)Wuzzy
2020-05-29Add disable_jump check for the player's feetMoNTE48
2020-05-29Add minetest.is_creative_enabledWuzzy
2020-05-26Devtest game: Update biome registrations (#9936)Paramat
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