summaryrefslogtreecommitdiff
path: root/games/devtest
Commit message (Collapse)AuthorAge
* Add minetest.get_artificial_light and minetest.get_natural_light (#5680)HybridDog2020-10-06
| | | | | 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>
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-03
| | | | | | | 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.
* Devtest: Extend tooltips of many items and tools (#10312)Wuzzy2020-09-04
| | | Also show error message when using tools wrong
* Scale inventory image for scaled allfaces nodes (#10225)Wuzzy2020-09-04
| | | 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)
* Make bgcolor tint button background images (#9818)Hugues Ross2020-08-29
|
* Load media from subfolders (#9065)DS2020-08-20
|
* Fix precision not working in hud_change (#10186)Lars Müller2020-08-12
|
* content_cao: Support texture animation for upright_sprite (#10020)sfan52020-07-30
|
* Fix undeclared global in devtest (#10133)Wuzzy2020-07-02
|
* Make shading of CAOs optional (#10033)Danila Shutov2020-06-16
|
* devtest: Improve tool and formspec usabilitysfan52020-06-08
| | | | also fix the yawsprite test entity
* Devtest: Fix missing/incorrect liquid properties (#9955)Wuzzy2020-05-30
|
* Add disable_jump check for the player's feetMoNTE482020-05-29
|
* Add minetest.is_creative_enabledWuzzy2020-05-29
|
* Devtest game: Update biome registrations (#9936)Paramat2020-05-26
|
* Devtest: Fix crash in player unittest (#9937)Wuzzy2020-05-26
| | | Happened if player unittests run when player has exactly 3 HP
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-26