aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/lopcodes.h
Commit message (Expand)AuthorAge
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea...Loïc Blot2017-04-02
d> * Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-08 * Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-07 * Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-05 * Add minetest.generate_ores() and minetest.generate_decorations()kwolekr2015-01-04 * LuaVoxelManip: Remove blank allocatorkwolekr2014-12-29 * LuaVoxelManip: Add option to allocate blank datakwolekr2014-12-27 * Add LuaVoxelManip methods: get_node_at() and set_node_at()kwolekr2014-09-01 * Update Mapgen VoxelManipulator on buffer invalidationkwolekr2014-09-01 * LuaVoxelManip: Add get_param2_data and set_param2_datakwolekr2014-01-19 * LuaVoxelManip: Add get_light_data() and set_light_data()kwolekr2013-11-30 * Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14 * LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ...kwolekr2013-06-29 * LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data b...kwolekr2013-06-27 * Add minetest.get_mapgen_object to APIkwolekr