aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Let main menu scale (non-Android)Craig Robbins2015-03-301-5/+2
* Update creditsCraig Robbins2015-03-291-1/+6
* Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7aLoic Blot2015-03-251-17/+14
* Save creative_mode and enable_damage setting for each world in world.mtfz722015-03-184-4/+112
* Android: Fix auto-entry of server address and port in mainmenuest312015-03-161-5/+5
* Radius parameter for /deleteblocks hereSmallJoker2015-03-051-2/+9
* Add /setpassword and /clearpassword loggingest312015-02-271-5/+15
* Fix serialization of floating point numbersShadowNinja2015-02-211-1/+10
* Add modname convention checkingNovatux2015-02-181-3/+8
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est312015-02-184-8/+76
* Use fixed size for builtin menus on non-android platformsPerttu Ahola2015-02-181-1/+5
* Fix unused (and so, broken) enable_rollback_recording. This option must be re...Loic Blot2015-02-181-0/+10
* Fix map_seed not changed when creating a new world after login to anotherfz722015-02-181-2/+2
* Fix minetest.item_eat's replace_with_item, fixes #2292rubenwardy2015-02-161-17/+35
* Fix issue #2278, Connection sent before address data loadingLoic Blot2015-02-141-2/+3
* Fix crash on passing false as value in table to table.copy(t)est312015-02-141-3/+2
* Minor fixes in translationsngosang2015-02-123-7/+7
* Fix store.lua bug: default screenshotRui2015-02-121-1/+1
* Fix tab_mods.lua: default screenshot patchRui2015-02-121-1/+1
* Fix 'Download complete' dialog in the mods storengosang2015-02-111-24/+20
* Hud: Modify Y-positioning of health/breath starbars to prevent overlapping wi...kwolekr2015-02-081-2/+2
* Change assignment to global in a function to warningrubenwardy2015-02-041-1/+1
* Prevent null concatenation when /deleteblocks is provided an incorrect formatkwolekr2015-01-271-0/+4
* Fix imprecise serialization of large numbersShadowNinja2015-01-251-1/+1
* Allow filter and mipmap drop down menues to be translatedCraig Robbins2015-01-211-8/+20
* Reorganize supported video driver query mechanismskwolekr2015-01-181-51/+58
* Revert "Fix style on settings tab"kwolekr2015-01-181-31/+30
* Fix style on settings tabjeanpatrick.guerrero@gmail.com2015-01-181-30/+31
* Simplify deleteblocks chat command argument parsingkwolekr2015-01-153-38/+45
* Add ability to delete MapBlocks from mapkwolekr2015-01-151-0/+40
* Fix typo in `serialize.lua`.Diego Martínez2015-01-151-1/+1
* Add missing return value for filter/mipmap dropdown in mainmenukilbith2015-01-151-0/+6
* Small tweaking (alignement - client tab)kilbith2015-01-151-3/+3
* Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com2015-01-152-50/+94
* builtin: Unify register wrapper functions and wrap clear_registered_* functio...kwolekr2015-01-131-16/+23
* Remove builtin_biome.lua from builtin and add simple biome minimalparamat2015-01-112-10/+0
* Remove automatic consistent formspec size <-> font size (now has to be done m...sapier2015-01-091-3/+2
* Add registered_ores and registered_decorationsShadowNinja2015-01-051-7/+22
* Fix off-by-one error in `string:split` implementation.Diego Martínez2015-01-041-1/+1
* Fix forgotten favourite list image update of simple menusapier2015-01-043-9/+23
* Re-add lost way to debug simple menu on PCsapier2015-01-041-0/+4
* Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr2014-12-291-1/+1
* Expose mapgen parameters on scripting initkwolekr2014-12-291-1/+6
* Ignore downloaded public serverlist if public_serverlist is falseKahrl2014-12-301-2/+4
* Faster string.split implementation.Diego Martinez2014-12-281-22/+22
* MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fi...fz722014-12-281-20/+36
* Temporarily set default biome in builtinkwolekr2014-12-182-0/+10
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-137-68/+61
* Display serverlist flags as iconsKahrl2014-12-132-34/+77
* Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients...Craig Robbins2014-12-121-2/+2