]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Remove blank default values for emergequeue_limit_* settings
[dragonfireclient.git] / src / script /
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-02-03 ShadowNinjaFix crash when a error occurs in a globalstep callback
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-19 kwolekrSchematic: Read slice probability table from schematic...
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 ShadowNinjaAdd maximum recursion depth to read_json_value
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-30 ShadowNinjaFix InventoryList reading order
2013-12-21 RealBadAngelBugfix to get_all_craft_recipes.
2013-12-18 ShadowNinjaDon't throw a error when writing JSON fails
2013-12-18 KahrlLog guilty node name when allow_metadata_inventory_move...
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-12 kaezaAdd 'on_prejoinplayer' callback
2013-12-11 sapierImplement search tab and version picker
2013-12-08 kwolekrFix leak and possible segfault in minetest.set_mapgen_p...
2013-12-08 ShadowNinjaMove script_run_callbacks to Lua
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 RealBadAngelShaders rework.
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 kwolekrFix possible implicit conversion of NULL to std::string
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-16 MetaDuckyfixed array limit check when reading Lua specialtiles...
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-11-01 NovatuxAdd a callback: minetest.register_on_craft(itemstack...
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-16 kwolekrAlways use builtin JThread library
2013-09-10 PilzAdamAdd offset to automatic_face_movement_dir
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-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-08-03 Perttu AholaAllow mods to listen to cheat detections using minetest...
2013-08-03 PilzAdamAdd replacements to schematics
2013-08-01 PilzAdamAllow multiple 'wherein' nodes in oredef
2013-07-30 sapierAdd support for setting stepheight for entities
2013-07-28 prollerBetter snow fall, finite liquid transform, leveled...
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-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-07-14 KahrlChange ContentFeatures array to a vector
2013-07-13 prollerLeveled nodebox
2013-07-06 kwolekrLuaVoxelManip: Allow liquid updates in non-mapgen Voxel...
2013-07-06 kwolekrMapgen V7: Huge rewrite, also tweaks to cavegen et al.
2013-07-03 sapierFix possible 0 pointer access
2013-07-01 kwolekrDecoration: Add schematic rotation 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 Lua PerlinNoiseMap:get#dMap_flat API
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrAdd LuaVoxelManip
next