]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api
Fix msvc2012 build
[minetest.git] / src / script / lua_api /
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)
2013-11-21 kwolekrLuaVoxelManip: Update parameter index of set_lighting()
2013-11-17 kwolekrFix issue #1009 (minetest.get_connected_players() retur...
2013-11-17 kwolekrDecoration: Stop DecoSimple::resolveNodeNames from...
2013-11-16 sapierFix invalid listname and listsize not handled correctly...
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-11-11 sapierFix invalid usage of temporary object in mainmenu json...
2013-09-28 PilzAdamAdd set_name(), set_count(), set_wear() and set_metadat...
2013-09-28 KahrlShow git hash in version string at top left corner...
2013-09-26 kwolekrRe-fix hud_change stat argument retrieval
2013-09-17 kwolekrFix some warnings and other minor details
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-09-10 PilzAdamAllow non-string arguments for minetest.is_yes()
2013-09-10 PilzAdamAdd Settings interface for Lua
2013-09-08 NovatuxAdd minetest.get_gametime() API function, that returns...
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
2013-09-02 KahrlAdd minetest.parse_json, engine.parse_json
2013-08-19 BlockMenFix umlauts/special character issue in lua gettext
2013-08-19 KahrlAllow SIGINT to kill mainmenu again
2013-08-17 sapierAdd translation for main menu
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-08-03 PilzAdamAdd replacements to schematics
2013-08-01 PilzAdamAllow multiple 'wherein' nodes in oredef
2013-07-28 prollerBetter snow fall, finite liquid transform, leveled...
2013-07-27 prollerWeather support
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-07-14 KahrlChange ContentFeatures array to a vector
next