aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* VoxelArea: faster iter function (#4490)HybridDog2016-10-081-13/+36
* Chat: new settings to prevent spamLoic Blot2016-10-051-0/+9
* Builtin/falling: Add fallback vector in case of nil 'wallmounted to dir'paramat2016-10-031-1/+5
* Forceloading: Transient forceloadsraymoo2016-10-031-9/+30
* Fix typo in core.after (#4560)Rui2016-10-011-1/+1
* Conf.example: Re-add deleted noise parameter documentationparamat2016-09-231-1/+8
* Builtin: Change error to warning for light_source > 14paramat2016-09-211-1/+3
* Increase default font size by 1James Stevenson2016-09-211-2/+2
* Fix a typo and use proper deprecation notification systemest312016-09-191-1/+1
* Register.lua: Throw error if node 'light_source' > core.LIGHT_MAXparamat2016-09-172-0/+8
* Add minetest.unregister_item and minetest.register_alias_forcepaly22016-09-081-0/+38
* Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)Rui2016-08-301-0/+4
* Settingtypes.txt: Clarify comments, correct spellingred-0012016-08-291-12/+12
* Builtin: Disallow registering users with the same nameSmallJoker2016-08-291-0/+16
* Client: disable pre v25 init sending by defaultest312016-08-222-4/+8
* Move on join and on leave messages to lua (#4460)Xunto2016-08-221-3/+11
* Tidy up generate_from_settingtypes.lua a bit.Tim2016-08-201-56/+56
* Move generation from settingtypes out of dlg_settings_advancedTim2016-08-202-99/+101
* Zooming the camera requires the 'zoom' privilegeBen Deutsch2016-08-101-0/+4
* Document zoom_fov in settingtypes.txt and minetest.conf.exampleBen Deutsch2016-08-101-0/+4
* Main menu, lua_api.txt: Fix mod/texture pack screenshot size issuesWuzzy2016-07-271-2/+2
* Builtin: Add core.MAP_BLOCKSIZE constantTim2016-07-262-1/+6
* Builtin: Fix check for a player object in core.check_player_privsTim2016-07-261-4/+6
* Builtin/profiler: Replace game profiler (#4245)Tim2016-07-128-380/+845
* Remove cinematic toggle on F8rubenwardy2016-07-051-2/+2
* Disable joysticks per default for nowest312016-07-041-1/+1
* Only allow strings to be passed to minetest.global_exists (#4253)HybridDog2016-06-281-0/+3
* Mgflat/fractal/v7/valleys: Denser 3D noise tunnelsparamat2016-06-241-12/+12
* Builtin/game/item: Add `place_param2` nodedef fieldAuke Kok2016-06-171-1/+3
* Initial Gamepad supportest312016-06-031-0/+11
* Add colored text (not only colored chat).Ekdohibs2016-05-313-15/+35
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-312-1/+18
* protection_bypass priv can now be revoked in singleplayer (#4169)Sokomine2016-05-301-1/+4
* Item entities: Don't show description as infotextparamat2016-05-221-4/+0
* Add on_punchnode callbackWayward One2016-05-171-0/+5
* Documentation: Remove incorrect and excessive mapgen flags textparamat2016-05-161-10/+0
* Android: Re-add button to remove singleplayer worldest312016-05-141-1/+5
* Mainmenu: don't show change keys dialog on androidest312016-05-131-2/+8
* Fix #4111 ("Provided world path doesn't exist" if choosing singleplayer on fi...Rui2016-05-131-3/+18
* Update credits tabest312016-05-091-9/+16
* Mainmenu: Remove space under mod listRui2016-05-011-1/+1
* Mapgen: Make 3D noise tunnels' width settableparamat2016-04-281-17/+32
* Avoid teleporting player if /teleport coords are out-of-rangetenplus12016-04-291-4/+10
* Android menu: Unified serverlistkilbith2016-04-281-98/+108
* Builtin: Add basic_privs settingrubenwardy2016-04-282-2/+9
* Mainmenu: Standardize the menu button order and sizesSmallJoker2016-04-285-37/+36
* Fix mainmenu code downloading the public serverlist twice.Ekdohibs2016-04-221-1/+9
* Textures: Replace menu background fallback dirt_bg.png with empty sky textureparamat2016-04-211-2/+2
* Fix timer initialization.Auke Kok2016-04-211-1/+1
* Mainmenu: Code cleaningkilbith2016-04-202-158/+96