aboutsummaryrefslogtreecommitdiff
path: root/games/devtest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-031-0/+3
| | | | | | | 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-0412-60/+147
| | | Also show error message when using tools wrong
* Scale inventory image for scaled allfaces nodes (#10225)Wuzzy2020-09-041-0/+9
| | | 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-291-1/+1
|
* Load media from subfolders (#9065)DS2020-08-203-0/+3
|
* Fix precision not working in hud_change (#10186)Lars Müller2020-08-121-0/+56
|
* content_cao: Support texture animation for upright_sprite (#10020)sfan52020-07-301-2/+14
|
* Fix undeclared global in devtest (#10133)Wuzzy2020-07-021-0/+1
|
* Make shading of CAOs optional (#10033)Danila Shutov2020-06-161-1/+11
|
* devtest: Improve tool and formspec usabilitysfan52020-06-083-4/+6
| | | | also fix the yawsprite test entity
* Devtest: Fix missing/incorrect liquid properties (#9955)Wuzzy2020-05-302-6/+23
|
* Add disable_jump check for the player's feetMoNTE482020-05-291-2/+9
|
* Add minetest.is_creative_enabledWuzzy2020-05-291-1/+1
|
* Devtest game: Update biome registrations (#9936)Paramat2020-05-261-3/+26
|
* Devtest: Fix crash in player unittest (#9937)Wuzzy2020-05-261-1/+4
| | | Happened if player unittests run when player has exactly 3 HP
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-26362-0/+5281