aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Pass pointed_thing to after_place_nodeShadowNinja2014-01-061-1/+7
* Add protection support to auto-rotated nodesShadowNinja2014-01-061-0/+6
* Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja2014-01-061-66/+74
* Escape error messages in error dialogPilzAdam2014-01-061-1/+1
* Fix main menu error message dialog: Now multi-line messages aren't cut at hal...Perttu Ahola2014-01-061-1/+1
* Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev2014-01-051-3/+2
* Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."Novatux2013-12-301-1/+1
* Add 'on_prejoinplayer' callbackkaeza2013-12-121-0/+1
* Implement search tab and version pickersapier2013-12-114-177/+427
* Move script_run_callbacks to LuaShadowNinja2013-12-071-0/+39
* Only create one alias metatableShadowNinja2013-12-041-11/+9
* Shaders rework.RealBadAngel2013-12-031-19/+55
* Assume a selection box for fences0gb.us2013-11-301-0/+5
* Change default value of is_ground_content to truekwolekr2013-11-301-1/+1
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-295-423/+663
* Split server/client port setting to avoid port number clashes in mainmenusapier2013-11-281-33/+43
* Rollback fixes and get_node_actionsShadowNinja2013-11-272-21/+37
* Temporary disable local install button due to irrlicht dialog breaking locali...sapier2013-11-241-1/+2
* Fix my name (doesn't display correctly because of utf8 characters)Novatux2013-11-231-1/+1
* Fix rename modpack button not working, fixes #1019Sfan52013-11-231-2/+5
* Prevent enabling Shaders if Direct3D is usedSfan52013-11-231-1/+6
* Fix usage of 'minetest' where 'engine' was intendedShadowNinja2013-11-211-2/+2
* Fix modmanager screenshot pathBlockMen2013-11-191-1/+1