]> git.lizzy.rs Git - minetest.git/history - src/script/common
Fix msvc2012 build
[minetest.git] / src / script / common /
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-04-29 sapierAdd proper lua api deprecated handling
2014-04-12 BlockMenUse integers instead of float values
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-03-15 ShadowNinjaRevert "Make sure we get a stacktrace for as many lua...
2014-03-15 Sfan5Make sure we get a stacktrace for as many lua errors...
2014-03-08 kwolekrUpdate set_mapgen_params and set_gen_notify Lua API...
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-09 kwolekrDefine strlcpy on platforms that do not have it
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-01-19 kwolekrSchematic: Read slice probability table from schematic...
2014-01-11 ShadowNinjaAdd maximum recursion depth to read_json_value
2014-01-11 ShadowNinjaRename get_json_value to read_json_value
2013-12-30 ShadowNinjaFix InventoryList reading order
2013-12-18 ShadowNinjaDon't throw a error when writing JSON fails
2013-12-18 ShadowNinjaAdd 'minetest.write_json'
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-12-08 ShadowNinjaMove script_run_callbacks to Lua
2013-12-03 RealBadAngelShaders rework.
2013-11-30 ShadowNinjaOptimize table creation
2013-11-21 kwolekrFix possible implicit conversion of NULL to std::string
2013-11-16 MetaDuckyfixed array limit check when reading Lua specialtiles...
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-09-10 PilzAdamAdd offset to automatic_face_movement_dir
2013-09-02 KahrlAdd minetest.parse_json, engine.parse_json
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 sapierAdd support for entities to automatic face movement...
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-08-06 BlockMenAdd support for different drowning damage and allow...
2013-07-30 sapierAdd support for setting stepheight for entities
2013-07-27 prollerWeather support
2013-07-20 PilzAdamAdd an option to disable object <-> object collision...
2013-07-20 PilzAdamAdd liquid_range to nodedef
2013-07-20 PilzAdamMake range of tools configureable
2013-07-13 prollerLeveled nodebox
2013-07-03 sapierFix possible 0 pointer access
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning
2013-06-06 KahrlFix class/struct forward declaration inconsistencies... 0.4.7-MSVC
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)