]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_env.cpp
Add callback parameter for core.emerge_area()
[dragonfireclient.git] / src / script / lua_api / l_env.cpp
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-16 kwolekrSEnv: Remove static_exists from ActiveObjects in delete...
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-06-13 TeTpaAkaAdd return list of individual counts to find_node_in_area
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-04-16 Loic BlotUse std::vector instead of std::set for Environment...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-02-27 Craig RobbinsChange find_surface_nodes_in_area to find_nodes_in_area...
2015-02-27 Loic BlotAdd find_surface_nodes_in_area LUA call which permit...
2015-02-17 Loic BlotSAO work: ActiveObject types & SAO cleanup * Replace...
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-12 kwolekrAdd support for NoiseParams in minetest.get_perlin...
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-10-07 ShadowNinjaFix object reference pushing functions when called...
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-08-23 Craig RobbinsFix seg fault if popping from empty stack (L-system...
2014-08-19 sapierMod profiling support
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-04-18 prollerRemove liquid_finite and weather
2014-01-24 ShadowNinjaPass pointed_thing to on_punch and minetest.register_on...
2014-01-11 NovatuxAdd forceloading
2013-12-12 stujones11Make line_of_sight return blocking node position
2013-11-30 ShadowNinjaOptimize table creation
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-24 sapierFix line_of_sight (AGAIN)
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-09-08 NovatuxAdd minetest.get_gametime() API function, that returns...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-28 prollerBetter snow fall, finite liquid transform, leveled...
2013-07-27 prollerWeather support
2013-06-30 kwolekrLuaVoxelManip: Fix minor bug with set_lighting, remove...
2013-06-28 kwolekrApply various fixes to several things
2013-06-28 kwolekrLuaVoxelManip: Separate VoxelManip data get/set from...
2013-06-28 kwolekrAdd Lua on_mapgen_init callback, and minetest.set_mapge...
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrAdd LuaVoxelManip
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-01 sapierFix missing find_path and line_of_sight
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)