aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix menu crash due to lack of favourites listsapier2014-06-221-0/+6
* Support for scalable font and gui elementssapier2014-06-222-9/+9
* Fix broken serverdescription in multiplayer tabsapier2014-06-191-3/+4
* Fix bounding rect for formspec elements label vertlabel and checkboxessapier2014-06-182-3/+3
* Fix regression main_menu_script setting not working any longersapier2014-06-141-1/+6
* Fix regression dirt texture not beeing default in non cloud menusapier2014-06-141-4/+24
* Add support for exiting formspecs by doubleclicking outsidesapier2014-06-121-1/+0
* New feature: drop a item instead a stack while...Lord89James2014-06-101-6/+11
* Allow custom liquids to have dropssfan52014-06-081-19/+14
* Re-add missing shaders setting. (Generate normalmaps)RealBadAngel2014-06-041-10/+16
* Add success and output return values to chat commandsShadowNinja2014-05-281-240/+212
* Add item eat callbackrubenwardy2014-05-262-1/+8
* Sort commands and privs alphabetically in '/help'.Diego Martinez2014-05-241-4/+17
* Rework dumping functionsShadowNinja2014-05-242-47/+69
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-244-93/+100
* Item entity stacks merge on the ground.RealBadAngel2014-05-231-34/+100
* Fix singleplayer dialogs missing game customizationsapier2014-05-172-8/+15
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-1625-2442/+3289
* Fix old client showing duplicated health bar on new serversapier2014-05-111-0/+3
* Fix healthbar not beeing hidden on disabled damagesapier2014-05-101-2/+4
* Use "core" namespace internallyShadowNinja2014-05-0821-643/+627
* Organize builtin into subdirectoriesShadowNinja2014-05-0732-113/+129
* Fix heart + bubble bar size on different texture packssapier2014-05-073-0/+162
* Fix usage of deprecated functions in builtinsapier2014-04-291-6/+6
* Add proper lua api deprecated handlingsapier2014-04-291-0/+1
* Add support for function serialization to minetest.serializeShadowNinja2014-04-271-4/+20
* Remove dependency on marshal and many other async changesShadowNinja2014-04-272-51/+39
* Revert "Add backtrace to error function"ShadowNinja2014-04-242-12/+0
* Remove liquid_finite and weatherproller2014-04-181-6/+0
* Add checks for nil in minetest.afterShadowNinja2014-04-131-0/+2
* Fix crash when teleporting near unknown nodeBlockMen2014-04-111-3/+6
* Fix "ghost stacks" created when a player clicks an item on the ground:Novatux2014-03-221-0/+1
* Normal maps generation on the fly.RealBadAngel2014-03-211-11/+17
* Fix error when calling minetest.node_punch without a pointed_thingShadowNinja2014-03-111-1/+1
* Replace pause and message menu by formspec onessapier2014-03-053-5/+5
* Remove "Server -!- " prefix from player messagesShadowNinja2014-02-271-1/+1
* Add the option to bind to a specific addressShadowNinja2014-02-051-4/+20
* Escape texture pack namesShadowNinja2014-02-031-2/+2
* Add minetest.kick_player(name, reason)sapier2014-02-032-2/+21
* Fix error on mod download failureShadowNinja2014-01-241-1/+1
* Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja2014-01-231-28/+17
* Add pointed_thing to minetest.register_on_placenodeShadowNinja2014-01-211-2/+13
* Fix minetest.rotate_and_place() calling on_rightclick() with nil/random param...PilzAdam2014-01-191-1/+1
* Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga2014-01-182-17/+20
* Fix spelling of "attempt"ShadowNinja2014-01-131-3/+3
* Add minetest.override_itemShadowNinja2014-01-131-0/+18
* Add formspec tableKahrl2014-01-134-35/+46
* Fix doc and forceloading crash.Novatux2014-01-121-1/+1
* Add forceloadingNovatux2014-01-113-0/+90
* Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux2014-01-112-5/+12