]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api
Rewrite generate notification mechanism
[minetest.git] / src / script / lua_api /
2014-12-06 kwolekrRewrite generate notification mechanism
2014-12-04 paramatAdd definable node_stone to biome API, mgv5, mgv7....
2014-12-01 kwolekrLuaSettings: Sanitize setting name strings
2014-11-29 kwolekrnoise: Throw exception on noise allocation failure
2014-11-19 ShadowNinjaClean up rollback
2014-11-14 kwolekrFix warnings and other misc. minor changes
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-11-13 SmallJokerAdd option 'eased' to NoiseParams
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp
2014-10-30 kwolekrFix erroneous lua_pop parameter
2014-10-30 kwolekrCheck minetest.hud_change() parameters on conversion...
2014-10-29 kwolekrRefactor decoration-related code
2014-10-28 kwolekrPrevent invalid memory access under failure conditions
2014-10-27 kwolekrAdd NodeResolver and clean up node name -> content...
2014-10-07 ShadowNinjaFix object reference pushing functions when called...
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-20 ShadowNinjaAdd compression API
2014-09-12 ShadowNinjaSimplify and optimize schematic replacements
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-08-23 sapierAdd lua exception handling test code
2014-08-23 Craig RobbinsFix seg fault if popping from empty stack (L-system...
2014-08-22 sapierAdd video driver selection to settings menu (based...
2014-08-19 sapierMod profiling support
2014-08-15 SmallJokerFix the *CDP display
2014-07-30 Craig RobbinsFix issue 1527
2014-06-23 ShadowNinjaClear inventory before setting lists
2014-06-19 sapierRemove a lot of superfluous ifndef USE_CURL checks
2014-06-14 sapierFix regression dirt texture not beeing default in non...
2014-05-31 sapierSmall cleanup of hud add/remove code
2014-05-15 ShadowNinjaMake print() NUL-safe
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-05-07 ShadowNinjaAdd write_json() to the async API
2014-05-07 sapierFix heart + bubble bar size on different texture packs
2014-04-29 sapierAdd proper lua api deprecated handling
2014-04-27 ShadowNinjaFix code style of async API
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-04-27 sapierAdd support for dpi based HUD scaling
2014-04-18 prollerRemove liquid_finite and weather
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-12 BlockMenUse integers instead of float values
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-04-09 sapierAdd support for named threads (atm linux only)
2014-04-09 sapierMinor fixes for file/modlist download in mainmenu
2014-04-08 sapierCleanup client init states by bumping protocol version
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-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-16 Sfan5Fix g_settings not being included
2014-02-16 kwolekrSchematic: Add force_placement parameter to minetest...
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
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-02-07 sapierFix invalid check for fread error on extracting zip
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2014-02-01 Perttu AholaAdd player:override_day_night_ratio() for arbitrarily...
2014-02-01 Perttu AholaAdd player:set_sky() with simple skybox support
2014-01-26 RealBadAngelNew HUD element - waypoint.
2014-01-24 ShadowNinjaPass pointed_thing to on_punch and minetest.register_on...
2014-01-19 kwolekrLuaVoxelManip: Add get_param2_data and set_param2_data
2014-01-13 KahrlAdd formspec table
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2014-01-12 Ilya ZhuravlevFix some errors reported by clang static analyzer.
2014-01-11 ShadowNinjaRename get_json_value to read_json_value
2014-01-11 ShadowNinjaAdd InvRef::get/set_lists()
2014-01-11 NovatuxAdd forceloading
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2013-12-31 kaezaFix enum element name in Lua HUD code (position vs...
2013-12-21 RealBadAngelBugfix to get_all_craft_recipes.
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-14 kwolekrAdd map feature generation notify Lua API
2013-12-12 stujones11Make line_of_sight return blocking node position
2013-12-11 sapierImplement search tab and version picker
2013-12-08 kwolekrFix leak and possible segfault in minetest.set_mapgen_p...
2013-12-03 PilzAdamUse a table in set_physics_override()
2013-12-03 PilzAdamAdd sneak and sneak_glitch to set_physics_override()
2013-12-03 sapierFix broken async locking in release build
2013-12-01 Sfan5Fix MinGW build
2013-12-01 sapierCleanup jthread and fix win32 build
2013-12-01 kwolekrDecoration: Add schematic Y-slice probability support
2013-11-30 ShadowNinjaAdd error handler to async step
2013-11-30 ShadowNinjaOptimize table creation
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-30 Ilya ZhuravlevFix MSVC build.
2013-11-30 kwolekrLuaVoxelManip: Add area parameters back to calc_lightin...
2013-11-30 kwolekrLuaVoxelManip: Add get_light_data() and set_light_data()
2013-11-30 MetaDuckyFixed potential NULL pointer and leak when setting...
2013-11-30 sapierFix broken thread stop handling
2013-11-29 sapierFix old gcc build
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-11-27 ShadowNinjaRollback fixes and get_node_actions
2013-11-24 sapierFix line_of_sight (AGAIN)
next