aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/util_commands
AgeCommit message (Collapse)Author
2023-01-06Add dynamic exposure correction (#12959)x2048
* Add uniform for frame delta time * Adjust exposure in logarithmic (EV) space * Add network support and LUA API * Add testing mod
2022-12-25Allow saturation to be controlled by the server. (#13075)lhofhansl
2022-10-23DevTest: Move 2 HUD commands to testhud & improveWuzzy
2022-10-03DevTest: Reject buggy "/hp inf" command (#12830)Wuzzy
2022-04-07Enable shadows by default in devtest (#12157)x2048
* Move all shadow control to util_commands * Shadows are now controlled with /set_shadow Co-authored-by: sfan5 <sfan5@live.de>
2022-02-10Allow to set the displayed item count and its alignment via meta (#8448)DS
* 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
2021-10-31Fix number of tool uses being off by 1..32767 (#11110)Wuzzy
2020-10-20Devtest: Automatically enable zoom capability (#10493)Paramat
Make minor improvements to the zoom testing chat command. Delete incorrect line about creative mode from README.md.
2020-08-12Fix precision not working in hud_change (#10186)Lars Müller
2020-05-29Add minetest.is_creative_enabledWuzzy
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy