mainmenu_csm/builtin
paramat a114f7297e
Register.lua: Throw error if node 'light_source' > core.LIGHT_MAX
Add 'core.LIGHT_MAX = 14' to builtin/game/constants.lua with the intention
to replace misplaced 'default.LIGHT_MAX = 14' in Minetest Game.
Add comment in light.h requiring the constant be changed in both places.
Add lighting bug warning to note in lua_api.txt.
There are hundreds of mod uses of 15 which causes a lighting bug.
2022-05-21 16:13:50 +02:00
..
async Use "core" namespace internally 2022-05-21 16:11:41 +02:00
common Only allow strings to be passed to minetest.global_exists (#4253) 2022-05-21 16:13:43 +02:00
fstk Faster insertion into table 2022-05-21 16:13:23 +02:00
game Register.lua: Throw error if node 'light_source' > core.LIGHT_MAX 2022-05-21 16:13:50 +02:00
mainmenu Client: disable pre v25 init sending by default 2022-05-21 16:13:48 +02:00
profiler Builtin/profiler: Replace game profiler (#4245) 2022-05-21 16:13:44 +02:00
init.lua Mainmenu: Refactor tab UI code 2022-05-21 16:13:30 +02:00
settingtypes.txt Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486) 2022-05-21 16:13:49 +02:00