aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix delayed error message in start game tabrubenwardy2020-04-121-29/+24
|
* Add allowed_mapgens option in game.conf. (#9263)Wren Turkal2020-04-061-0/+13
| | | | | | | | The game.conf has a disallowed_mapgens option. However, some games require a certain mapgen to be used, like the CTF plugin. This change adds an option to specify allowed mapgens so that the setting can be specified in a way that needn't be updated as map generators are added to Minetest.
* Update credits for 5.2.0 (#9593)rubenwardy2020-04-051-47/+34
|
* Add comments for translators (#9510)Wuzzy2020-03-202-0/+12
| | | | | * Add translator comments for "special" strings * Add translator comments for some "tricky" strings
* Cleanup global namespace pollution in builtin (#9451)Wuzzy2020-03-061-0/+56
|
* Fix luacheck errorsrubenwardy2019-12-071-9/+9
|
* All settings: Fix missing flags checkbox caused by 'possible flags' order ↵Muhammad Rifqi Priyo Susanto2019-09-271-3/+5
| | | | | | (#8997) Previously, the 'rivers' checkbox was missing for mgcarpathian, caused by the 'possible flags' order: 'caverns,nocaverns,rivers,norivers'. Also reorder mgcarpathian 'possible flags', but only for consistency.
* Automatically enable depends of mods when enabling the mods in the world ↵HybridDog2019-09-261-15/+93
| | | | | | config menu (#3473)
* 'All Settings': Don't use checkboxes for 'no...' mapgen flags (#7847)Muhammad Rifqi Priyo Susanto2019-09-011-19/+29
|
* Fix undeclared global warning because of _ (#8798)DS2019-08-141-0/+1
|
* Add luacheck to check builtin (#7895)rubenwardy2019-08-0610-64/+63
|
* Add styles to most elementsrubenwardy2019-08-033-5/+2
|
* Add style[] tag with button supportrubenwardy2019-08-033-0/+5
|
* Use CDB author and name in installed package's config (#8550)Paul Ouellette2019-06-101-16/+13
| | | | They are used for tracking the package, so should match ContentDB.
* Remove modstore leftovers. Fix core.show_path_select_dialog documentation ↵DS2019-06-071-11/+0
| | | | | (#8572) This was forgotten in #5852.
* Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418)Paramat2019-03-271-2/+2
| | | | | | | | Makes the liquid waving shader per-nodedef like waving leaves/plants, instead of being applied to all liquids. Like the waving leaves/plants shaders, the liquid waving shader can also be applied to meshes and nodeboxes. Derived from a PR by t0ny2.
* World config: Make depends easier to read (#7396)HybridDog2019-03-072-11/+40
| | | | | | | | | | | | * Do not always show every depends textfieds When there are no dependencies, it does not longer show an empty list. * Adjust the list height to avoid a scrollbar when possible * change minimum height and no dependencies message * Do not get depends for modpacks
* Hide uninstall package button on unmodifiable paths (#8255)rubenwardy2019-03-051-3/+7
|
* Update minetest.conf.example and settings_translation_file.cpp (#8278)Paramat2019-02-232-2/+6
|
* Content store: Ignore '_game' in game names in ID generation (#8270)rubenwardy2019-02-221-1/+6
| | | | Fixes 'install' button continuing to be displayed after installing a game whose name ends with '_game'.
* Update gamebar on tab enter (#8192)Paul Ouellette2019-02-182-10/+11
|
* Fix games not updating on deletionrubenwardy2019-02-181-1/+6
| | | | As reported by @random-geek
* Fix content store crash (#8244)Paul Ouellette2019-02-181-26/+10
|
* Update credits (#8162)rubenwardy2019-02-161-9/+35
|
* Builtin: Fix grayed-out but enabled modpacksSmallJoker2019-02-091-1/+1
|
* Remove fgettext("") in builtinWuzzy2019-02-091-1/+1
| | | | This call is useless and wrong, the empty string has a special meaning in Gettext.
* Content store: Fix assertion failed on unsuccessful package list fetchrubenwardy2019-02-031-3/+1
| | | | Fixes #8168
* Add setting to hide mature content from ContentDBrubenwardy2019-02-031-3/+8
|
* Fix rename modpack dialog not appearing to take affectrubenwardy2019-02-032-5/+19
|
* Fix modpack rename dialog selecting the wrong modnumber Zero2019-02-032-7/+6
|
* Content store: Fix overlapping labelsrubenwardy2019-02-031-7/+7
|
* Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy2019-01-311-1/+1
|
* Content store: Use composite key to track installations (#8054)rubenwardy2019-01-301-8/+10
| | | Fixes #7967 'Package manager doesn't track content reliably'.
* Rename 'Advanced Settings' button to 'All Settings' (#8131)Paramat2019-01-261-1/+1
|
* Make advanced settings noiseparams strings translatable (#8062)Wuzzy2019-01-203-18/+25
| | | Various minor language improvements in settingtypes.txt.
* Advanced settings noiseparams: No tailing comma for empty flagssrifqi2019-01-191-2/+4
| | | | | | Previously, when editing noiseparams and disabling all the noise flags, the noiseparam is displyed in advanced settings with a tailing comma.
* Fix some misspellings (#8104)Paul Ouellette2019-01-161-1/+1
|
* world.mt: Only accept true/false/nil values (#8055)SmallJoker2019-01-132-3/+6
| | | | | This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds
* pkgmgr: Fix games list not being updated after game installrubenwardy2019-01-091-1/+5
| | | | Fixes #8074
* Content store: Disable more details dialog for now (#8060)rubenwardy2019-01-061-15/+22
| | | | * Content store: Disable more details dialog for now
* Content store: Fix update button not workingrubenwardy2019-01-061-1/+3
|
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-062-14/+46
| | | | * Deprecate modpack.txt and use modpack.conf instead
* Fix installed modpacks not being found correctlyrubenwardy2018-12-301-3/+9
|
* Content store: Fix bugs relating to packages list sizerubenwardy2018-12-261-3/+9
|
* Remove 'Reset singleplayer world' button from full menu on Android (#8017)Paramat2018-12-231-1/+2
| | | | Make button appearence dependent on menustyle not platform. Button only functions with simple menu.
* Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)SmallJoker2018-12-151-1/+1
| | | | Patch supplied by @pgimeno. Thank you.
* Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy2018-12-111-3/+31
|
* Content store: Fix missing screenshot in package view dialograndom-geek2018-12-101-1/+1
|
* Main menu style: Set to 'full' for Android, remove 'auto' option (#7936)Paramat2018-12-061-3/+0
|
* Disable game bar and header on Android (#7940)rubenwardy2018-12-061-72/+84
|