Allow taking screenshots of formspecs and move message to chat
[oweals/minetest.git] / src / script /
2014-09-20 ShadowNinjaAdd compression API 1633/head
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 1579/head
2014-08-23 KahrlFix LuaJIT exception wrapper
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... 1495/head
2014-08-21 sapierDon't call a player event without having player to...
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 1392/head
2014-06-14 sapierFix regression dirt texture not beeing default in non... 1309/head
2014-05-31 sapierSmall cleanup of hud add/remove code 1332/head
2014-05-30 ShadowNinjaFix over-poping and only push the core once
2014-05-15 ShadowNinjaMake print() NUL-safe
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
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 1265/head
2014-04-29 sapierAdd proper lua api deprecated handling 1261/head
2014-04-27 ShadowNinjaFix code style of async API
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-04-27 ShadowNinjaOnly push the Lua error handler once
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
2014-04-18 prollerRemove liquid_finite and weather 1235/head
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-12 BlockMenUse integers instead of float values 1114/head
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) 1199/head
2014-04-09 sapierMinor fixes for file/modlist download in mainmenu 1208/head
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
2014-03-15 ShadowNinjaAdd more informative error messages for inventory and...
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-12 SelatPass arguments by reference
2014-03-09 Ciaran GultnieksCorrect misleading detached inventory error message
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 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-02-07 sapierFix invalid check for fread error on extracting zip
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... 606/head
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 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 kwolekrFix possible implicit conversion of NULL to std::string
next