summaryrefslogtreecommitdiff
path: root/games/devtest/mods/util_commands
Commit message (Collapse)AuthorAge
* Enable shadows by default in devtest (#12157)x20482022-04-07
| | | | | | * Move all shadow control to util_commands * Shadows are now controlled with /set_shadow Co-authored-by: sfan5 <sfan5@live.de>
* Allow to set the displayed item count and its alignment via meta (#8448)DS2022-02-10
| | | | | | | | | | | | | * Allow to set the displayed item count and its offset via meta * fix rect constr call * devtest: add dump_item chatcommand * fix rect2 constr call (sdim is a position (typedef for v2s32), not a dimension) and remove background because it would work now * add missing utf8 to wide conversion * rename to count_meta
* Fix number of tool uses being off by 1..32767 (#11110)Wuzzy2021-10-31
|
* Devtest: Automatically enable zoom capability (#10493)Paramat2020-10-20
| | | | Make minor improvements to the zoom testing chat command. Delete incorrect line about creative mode from README.md.
* Fix precision not working in hud_change (#10186)Lars Müller2020-08-12
|
* Add minetest.is_creative_enabledWuzzy2020-05-29
|
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-26