aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/constants.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Register.lua: Throw error if node 'light_source' > core.LIGHT_MAXparamat2016-09-171-0/+5
| | | | | | | | 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.
* Builtin: Add core.MAP_BLOCKSIZE constantTim2016-07-261-0/+5
|
* Improve LuaVoxelManip documentationkwolekr2015-11-071-0/+5
|
* Add callback parameter for core.emerge_area()kwolekr2015-11-021-0/+12