aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2014-06-22Fix menu crash due to lack of favourites listsapier
2014-06-22Support for scalable font and gui elementssapier
2014-06-19Fix broken serverdescription in multiplayer tabsapier
2014-06-18Fix bounding rect for formspec elements label vertlabel and checkboxessapier
2014-06-14Fix regression main_menu_script setting not working any longersapier
2014-06-14Fix regression dirt texture not beeing default in non cloud menusapier
2014-06-12Add support for exiting formspecs by doubleclicking outsidesapier
2014-06-10New feature: drop a item instead a stack while...Lord89James
2014-06-08Allow custom liquids to have dropssfan5
2014-06-04Re-add missing shaders setting. (Generate normalmaps)RealBadAngel
2014-05-28Add success and output return values to chat commandsShadowNinja
2014-05-26Add item eat callbackrubenwardy
2014-05-24Sort commands and privs alphabetically in '/help'.Diego Martinez
2014-05-24Rework dumping functionsShadowNinja
2014-05-24Fix a bunch of small bugs due to mainmenu cleanupsapier
2014-05-23Item entity stacks merge on the ground.RealBadAngel
2014-05-17Fix singleplayer dialogs missing game customizationsapier
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
2014-05-11Fix old client showing duplicated health bar on new serversapier
2014-05-10Fix healthbar not beeing hidden on disabled damagesapier
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-05-07Fix heart + bubble bar size on different texture packssapier
2014-04-29Fix usage of deprecated functions in builtinsapier
2014-04-29Add proper lua api deprecated handlingsapier
2014-04-27Add support for function serialization to minetest.serializeShadowNinja
2014-04-27Remove dependency on marshal and many other async changesShadowNinja
2014-04-24Revert "Add backtrace to error function"ShadowNinja
2014-04-18Remove liquid_finite and weatherproller
2014-04-13Add checks for nil in minetest.afterShadowNinja
2014-04-11Fix crash when teleporting near unknown nodeBlockMen
2014-03-22Fix "ghost stacks" created when a player clicks an item on the ground:Novatux
2014-03-21Normal maps generation on the fly.RealBadAngel
2014-03-11Fix error when calling minetest.node_punch without a pointed_thingShadowNinja
2014-03-05Replace pause and message menu by formspec onessapier
2014-02-27Remove "Server -!- " prefix from player messagesShadowNinja
2014-02-05Add the option to bind to a specific addressShadowNinja
2014-02-03Escape texture pack namesShadowNinja
2014-02-03Add minetest.kick_player(name, reason)sapier
2014-01-24Fix error on mod download failureShadowNinja
2014-01-23Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja
2014-01-21Add pointed_thing to minetest.register_on_placenodeShadowNinja
2014-01-19Fix minetest.rotate_and_place() calling on_rightclick() with nil/random param...PilzAdam
2014-01-18Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga
2014-01-13Fix spelling of "attempt"ShadowNinja
2014-01-13Add minetest.override_itemShadowNinja
2014-01-13Add formspec tableKahrl
2014-01-12Fix doc and forceloading crash.Novatux
2014-01-11Add forceloadingNovatux
2014-01-11Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux