aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add formspec escaping to subgame list in create world dialog (#5808)rubenwardy2017-05-241-2/+2
* [CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)Pierre-Adrien Langrognet2017-05-212-0/+15
* Menu: Merge singleplayer and server tabs (#5627)Elijah Duffy2017-05-214-229/+98
* Add /clearinv chat command (#4994)Elijah Duffy2017-05-201-0/+28
* Mainmenu: Fix issues while trying to enable all mods (#5770)SmallJoker2017-05-192-12/+16
* Builtin: Fix subgame mod selection (#5367)SmallJoker2017-05-172-9/+12
* CSM: Document forgotten functionsSmallJoker2017-05-163-3/+3
* Add option to use neither node highlighting nor outliningezhh2017-05-152-3/+4
* Menu: Fix starting a server if the server address is an empty string. (#5742)red-0012017-05-101-1/+2
* minetest.deserialize: Throw error when argument not string (#5738)SmallJoker2017-05-091-0/+4
* Android: Fix crash while loading main menu (#5736)red-0012017-05-091-0/+4
* Move Pilzadam to previous developers. (#5735)Auke Kok2017-05-091-1/+1
* Use a settings object for the main settingsShadowNinja2017-05-0630-206/+231
* Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy2017-05-061-0/+20
* [CSM] add `on_item_use` (#5544)red-0012017-05-061-0/+1
* Save minetest screen width/height options when modified (#5683)Loïc Blot2017-05-052-1/+11
* [CSM] Add event on_place_node API lua (#5548)Vincent Glize2017-04-291-0/+1
* Footsteps without view bobbing (#5645)Louis Pearson2017-04-251-4/+1
* Player data to Database (#5475)Loïc Blot2017-04-231-0/+25
* Add /fixlight chat commandDániel Juhász2017-04-221-0/+19
* Conf.example: Move some lines to minetest.conf.example.extraparamat2017-04-191-6/+0
* Pointed thing to face pos: Fix crash if opening door with slab or stairMarkuBu2017-04-191-2/+2
* MeshUpdateQueue: Add a MapBlock cache that minimizes the amount of MapBlock c...Perttu Ahola2017-04-171-0/+5
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-152-5/+16
* [CSM] Allow escaping chatcommands and add missing calls to gettext. (#5565)red-0012017-04-111-6/+8
* [CSM] Use more gettext (#5553)red-0012017-04-102-10/+21
* [CSM] Move `.list_players` and `.disconnect` to builtin. (#5550)red-0012017-04-101-0/+15
* Hard-coded undersampling.number Zero2017-04-091-0/+5
* Hardware coloring for itemstacksDániel Juhász2017-04-081-9/+22
* Move chat command handling code from C++ to Lua (#5528)red-0012017-04-081-3/+12
* [CSM] Add event on_connect player API lua (#5540)Vincent Glize2017-04-081-0/+1
* Settings: Update documentation (#5534)SmallJoker2017-04-071-7/+42
* Add Joystick type detection and Xbox controller supportrubenwardy2017-04-061-0/+6
* Expose vector helpers to CSMLoic Blot2017-04-061-0/+1
* Mapgen documentation: Add descriptions to noise parametersparamat2017-04-051-88/+179
* Cavegen/Mgv5/Mgv7: Add optional giant cavernsparamat2017-04-031-0/+23
* minetest.after(): simplify further, pause in singleplayer (#5500)Auke Kok2017-04-021-11/+1
* First commit for fine pointed (#5485)MarkuBu2017-04-011-0/+32
* Add functions to strip color information. (#5472)Diego Martínez2017-03-281-1/+14
* Fix a type bug in colorize functionLoïc Blot2017-03-281-1/+1
* Map generation limit: Make per-worldparamat2017-03-272-8/+5
* Change command prefix to "." and add "help" command.red-0012017-03-264-63/+91
* Add mesh generation delaynumber Zero2017-03-261-0/+4
* Typo fixLoïc Blot2017-03-241-1/+1
* Add multiline support to colorize. (#5444)red-0012017-03-241-1/+8
* Block access to the `io` libraryred-0012017-03-191-8/+9
* Give CSM access to use `core.colorize()` (#5113)red-0012017-03-172-31/+32
* Fix two nul deref if digging unknown nodes. (#5398)Auke Kok2017-03-151-2/+2
* [CSM] Add enable_client_modding param (default: false)nerzhul2017-03-131-0/+3
* [CSM] Add `on_punchnode` callbackred-0012017-03-131-2/+1