index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_vmanip.h
Commit message (
Collapse
)
Author
Age
*
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-06-19
|
|
|
|
* C++11 cleanup on constructors dir script
*
Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵
Loïc Blot
2017-04-08
|
|
|
|
|
(#5541) We are bundling Lua5.1 which has same macro
*
Clang-format: fix some header files and remove them from whitelist
Loic Blot
2017-04-07
|
*
Shorten ManualMapVoxelManipulator to MMVManip
kwolekr
2015-01-05
|
*
Add minetest.generate_ores() and minetest.generate_decorations()
kwolekr
2015-01-04
|
*
LuaVoxelManip: Remove blank allocator
kwolekr
2014-12-29
|
*
LuaVoxelManip: Add option to allocate blank data
kwolekr
2014-12-27
|
*
Add LuaVoxelManip methods: get_node_at() and set_node_at()
kwolekr
2014-09-01
|
*
Update Mapgen VoxelManipulator on buffer invalidation
kwolekr
2014-09-01
|
*
LuaVoxelManip: Add get_param2_data and set_param2_data
kwolekr
2014-01-19
|
*
LuaVoxelManip: Add get_light_data() and set_light_data()
kwolekr
2013-11-30
|
*
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-08-14
|
*
LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ↵
kwolekr
2013-06-29
|
|
|
|
light and liquid updates
*
LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data ↵
kwolekr
2013-06-27
|
|
|
|
back to map
*
Add minetest.get_mapgen_object to API
kwolekr
2013-06-27
|
*
Add LuaVoxelManip
kwolekr
2013-06-27