Fix old client showing duplicated health bar on new server
[oweals/minetest.git] / builtin /
2014-05-11 sapierFix old client showing duplicated health bar on new... 1290/head
2014-05-10 sapierFix healthbar not beeing hidden on disabled damage
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-05-07 sapierFix heart + bubble bar size on different texture packs 1265/head
2014-04-29 sapierFix usage of deprecated functions in builtin 1264/head
2014-04-29 sapierAdd proper lua api deprecated handling 1261/head
2014-04-27 ShadowNinjaAdd support for function serialization to minetest...
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-04-24 ShadowNinjaRevert "Add backtrace to error function"
2014-04-18 prollerRemove liquid_finite and weather 1235/head
2014-04-13 ShadowNinjaAdd checks for nil in minetest.after
2014-04-11 BlockMenFix crash when teleporting near unknown node
2014-03-22 NovatuxFix "ghost stacks" created when a player clicks an...
2014-03-21 RealBadAngelNormal maps generation on the fly.
2014-03-11 ShadowNinjaFix error when calling minetest.node_punch without...
2014-03-05 sapierReplace pause and message menu by formspec ones 1164/head
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-05 ShadowNinjaAdd the option to bind to a specific address 1131/head
2014-02-03 ShadowNinjaEscape texture pack names
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2014-01-24 ShadowNinjaFix error on mod download failure
2014-01-24 ShadowNinjaPass pointed_thing to on_punch and minetest.register_on...
2014-01-22 ShadowNinjaAdd pointed_thing to minetest.register_on_placenode
2014-01-19 PilzAdamFix minetest.rotate_and_place() calling on_rightclick...
2014-01-18 Dániel VargaFixed mainmenu lua errors because of changes in get_tex...
2014-01-14 ShadowNinjaFix spelling of "attempt"
2014-01-14 ShadowNinjaAdd minetest.override_item
2014-01-13 KahrlAdd formspec table
2014-01-12 NovatuxFix doc and forceloading crash.
2014-01-11 NovatuxAdd forceloading
2014-01-11 NovatuxDeepcopy pointed_thing for after_place_node, give it...
2014-01-07 ShadowNinjaPass pointed_thing to after_place_node
2014-01-07 ShadowNinjaAdd protection support to auto-rotated nodes
2014-01-07 ShadowNinjaPrevent auto-rotated nodes replacing the nodes they...
2014-01-06 PilzAdamEscape error messages in error dialog
2014-01-06 Perttu AholaFix main menu error message dialog: Now multi-line...
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2013-12-30 NovatuxRevert "Fix minetest.facedir_to_dir when param2 is...
2013-12-12 kaezaAdd 'on_prejoinplayer' callback
2013-12-11 sapierImplement search tab and version picker
2013-12-08 ShadowNinjaMove script_run_callbacks to Lua
2013-12-04 ShadowNinjaOnly create one alias metatable
2013-12-03 RealBadAngelShaders rework.
2013-11-30 0gb.usAssume a selection box for fences
2013-11-30 kwolekrChange default value of is_ground_content to true
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-11-28 sapierSplit server/client port setting to avoid port number... 846/head
2013-11-27 ShadowNinjaRollback fixes and get_node_actions 1001/head
2013-11-24 sapierTemporary disable local install button due to irrlicht...
2013-11-23 NovatuxFix my name (doesn't display correctly because of utf8...
2013-11-23 Sfan5Fix rename modpack button not working, fixes #1019
2013-11-23 Sfan5Prevent enabling Shaders if Direct3D is used
2013-11-22 ShadowNinjaFix usage of 'minetest' where 'engine' was intended
2013-11-19 BlockMenFix modmanager screenshot path
2013-11-17 kwolekrFix issue #1009 (minetest.get_connected_players() retur...
2013-11-17 PilzAdamReplace print()s with minetest.log() in builtin
2013-11-10 sapierFix "TODO read modinfo" in modmanager to improve ui...
2013-11-09 PilzAdamAdd BlockMen to core dev list
2013-11-09 sapierFix game buttons not beeing 48x48
2013-11-09 sapierFix crash updating gametype without game
2013-11-08 4Evergreen4Add wrapper for minetest.rotate_and_place. 988/head
2013-11-07 CyDon't assert scalars must be vectors.
2013-11-07 Vanessa EzekowitzFix orient_flags to be optional.
2013-11-07 Vanessa EzekowitzAdd 6d facedir rotation prediction routine
2013-11-05 kwolekrAdd seed entry to world creation dialog
2013-11-03 BlockMenReworked formspecs and kahrl's hexcolor parser
2013-11-02 ShadowNinjaAdd basic protection support to builtin 856/head
2013-11-02 NovatuxMove the sapling growing and grass adding/removing...
2013-11-01 ShadowNinjaAdd my email address to the main menu credits
2013-11-01 ShadowNinjaAdd more checks to vector functions
2013-11-01 BlockMenDon't remove background of games in submenus
2013-11-01 0gb.usFixed ignoring of "diggable" property of nodes.
2013-11-01 NovatuxAdd a callback: minetest.register_on_craft(itemstack...
2013-11-01 ShadowNinjaMade unknown nodes stop falling nodes properly and...
2013-11-01 NovatuxMove new core devs to the "Core Developpers" section...
2013-10-17 ShadowNinjaAdd sanity checks to vector functions
2013-10-17 ShadowNinjaRemove vector metatable setting
2013-10-16 NovatuxAdd tool callback
2013-10-16 NovatuxFix minetest.facedir_to_dir when param2 is 5 or 7.
2013-10-01 fairiestoyOptimized minetest.get_connected_players()
2013-09-28 PilzAdamAllow to manually specify param2 in minetest.item_place...
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
2013-09-10 sapierFix bug: texture pack not overriding default menu textures
2013-09-10 PilzAdamUse engine.is_yes() in mainmenu
2013-09-10 PilzAdamUse the Settings Lua interface to read world.mt
2013-09-09 Sfan5Prevent ModMgr from deleting backend setting in world.mt
2013-09-04 sapierAdd sanity check to sort function
2013-09-04 sapierAdd backtrace to error function
2013-08-29 Ilya ZhuravlevAdd escaping to world list in main menu (fixes #896).
2013-08-19 KahrlWorld config dialog: Use engine determined path for...
2013-08-19 KahrlGUIFormSpecMenu focus fixes
2013-08-18 KahrlFix trailing nils being dropped by deprecated minetest...
2013-08-17 sapierAdd translation for main menu
2013-08-16 NovatuxFix modstore pagecount
2013-08-16 NovatuxUse get_texturepath() instead of get_gamepath()/.....
2013-08-16 PilzAdamSort modlist alphabetically
2013-08-15 PilzAdamAdd ability to activate mods with doubleclick (remove...
2013-08-15 NovatuxFix formspec escaping, add escaping to info.txt for...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
next