Fix enum element name in Lua HUD code (position vs. pos)
[oweals/minetest.git] / src / script / lua_api /
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... 606/head
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 1029/head
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 1026/head
2013-11-29 sapierFix old gcc build
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-11-27 ShadowNinjaRollback fixes and get_node_actions 1001/head
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 995/head
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
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-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
2013-06-23 kwolekrDecoration: Add support for zero probability, fix break...
2013-06-22 kwolekrA handful of minor fixes to various things
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-20 KahrlMake minetest.debug accept multiple parameters; convert...
2013-06-19 PilzAdamAdd drowning 780/head
2013-06-17 kwolekrDecoration: Change divlen to sidelen
2013-06-17 kwolekrAdd initial Decoration support, many misc. improvements...
2013-06-16 KahrlLazy sunday typo fixing. s/unban_player_of_ip/unban_pla...
2013-06-03 sweetbomberCorrected segfault when registering new biomes.
2013-06-01 sapierFix missing find_path and line_of_sight
2013-06-01 MetaDuckyFix some nullptr exceptions when handling invalid node...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-06-01 MetaDuckyFix minetest.get_inventory(loc) always returning nil...
2013-05-25 MetaDuckyFixed wrongly named invref:get_location() table members...
2013-05-25 KahrlAdd ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT...
2013-05-25 sapierFix itemstack:add item not working correct 737/head
2013-05-24 sapierMove scriptapi to separate folder (by sapier)