Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | Fix delayed error message in start game tab | rubenwardy | |
2020-04-06 | Add allowed_mapgens option in game.conf. (#9263) | Wren Turkal | |
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. | |||
2020-04-05 | Update credits for 5.2.0 (#9593) | rubenwardy | |
2020-03-20 | Add comments for translators (#9510) | Wuzzy | |
* Add translator comments for "special" strings * Add translator comments for some "tricky" strings | |||
2020-03-06 | Cleanup global namespace pollution in builtin (#9451) | Wuzzy | |
2019-12-07 | Fix luacheck errors | rubenwardy | |
2019-09-27 | All settings: Fix missing flags checkbox caused by 'possible flags' order ↵ | Muhammad Rifqi Priyo Susanto | |
(#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. | |||
2019-09-26 | Automatically enable depends of mods when enabling the mods in the world ↵ | HybridDog | |
config menu (#3473) | |||
2019-09-01 | 'All Settings': Don't use checkboxes for 'no...' mapgen flags (#7847) | Muhammad Rifqi Priyo Susanto | |
2019-08-14 | Fix undeclared global warning because of _ (#8798) | DS | |
2019-08-06 | Add luacheck to check builtin (#7895) | rubenwardy | |
2019-08-03 | Add styles to most elements | rubenwardy | |
2019-08-03 | Add style[] tag with button support | rubenwardy | |
2019-06-10 | Use CDB author and name in installed package's config (#8550) | Paul Ouellette | |
They are used for tracking the package, so should match ContentDB. | |||
2019-06-07 | Remove modstore leftovers. Fix core.show_path_select_dialog documentation ↵ | DS | |
(#8572) This was forgotten in #5852. | |||
2019-03-27 | Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418) | Paramat | |
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. | |||
2019-03-07 | World config: Make depends easier to read (#7396) | HybridDog | |
* 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 | |||
2019-03-05 | Hide uninstall package button on unmodifiable paths (#8255) | rubenwardy | |
2019-02-23 | Update minetest.conf.example and settings_translation_file.cpp (#8278) | Paramat | |
2019-02-22 | Content store: Ignore '_game' in game names in ID generation (#8270) | rubenwardy | |
Fixes 'install' button continuing to be displayed after installing a game whose name ends with '_game'. | |||
2019-02-18 | Update gamebar on tab enter (#8192) | Paul Ouellette | |
2019-02-18 | Fix games not updating on deletion | rubenwardy | |
As reported by @random-geek | |||
2019-02-18 | Fix content store crash (#8244) | Paul Ouellette | |
2019-02-16 | Update credits (#8162) | rubenwardy | |
2019-02-09 | Builtin: Fix grayed-out but enabled modpacks | SmallJoker | |
2019-02-09 | Remove fgettext("") in builtin | Wuzzy | |
This call is useless and wrong, the empty string has a special meaning in Gettext. | |||
2019-02-03 | Content store: Fix assertion failed on unsuccessful package list fetch | rubenwardy | |
Fixes #8168 | |||
2019-02-03 | Add setting to hide mature content from ContentDB | rubenwardy | |
2019-02-03 | Fix rename modpack dialog not appearing to take affect | rubenwardy | |
2019-02-03 | Fix modpack rename dialog selecting the wrong mod | number Zero | |
2019-02-03 | Content store: Fix overlapping labels | rubenwardy | |
2019-01-31 | Content store: Fix storage leak by storing screenshots in cache (#8137) | rubenwardy | |
2019-01-30 | Content store: Use composite key to track installations (#8054) | rubenwardy | |
Fixes #7967 'Package manager doesn't track content reliably'. | |||
2019-01-26 | Rename 'Advanced Settings' button to 'All Settings' (#8131) | Paramat | |
2019-01-20 | Make advanced settings noiseparams strings translatable (#8062) | Wuzzy | |
Various minor language improvements in settingtypes.txt. | |||
2019-01-19 | Advanced settings noiseparams: No tailing comma for empty flags | srifqi | |
Previously, when editing noiseparams and disabling all the noise flags, the noiseparam is displyed in advanced settings with a tailing comma. | |||
2019-01-16 | Fix some misspellings (#8104) | Paul Ouellette | |
2019-01-13 | world.mt: Only accept true/false/nil values (#8055) | SmallJoker | |
This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds | |||
2019-01-09 | pkgmgr: Fix games list not being updated after game install | rubenwardy | |
Fixes #8074 | |||
2019-01-06 | Content store: Disable more details dialog for now (#8060) | rubenwardy | |
* Content store: Disable more details dialog for now | |||
2019-01-06 | Content store: Fix update button not working | rubenwardy | |
2019-01-06 | Deprecate modpack.txt and use modpack.conf instead (#7892) | rubenwardy | |
* Deprecate modpack.txt and use modpack.conf instead | |||
2018-12-30 | Fix installed modpacks not being found correctly | rubenwardy | |
2018-12-26 | Content store: Fix bugs relating to packages list size | rubenwardy | |
2018-12-23 | Remove 'Reset singleplayer world' button from full menu on Android (#8017) | Paramat | |
Make button appearence dependent on menustyle not platform. Button only functions with simple menu. | |||
2018-12-15 | Fix ignored mod.conf mod name for world.mt (broken by e8eaab6) | SmallJoker | |
Patch supplied by @pgimeno. Thank you. | |||
2018-12-11 | Fix ContentDB packages timing out by using download_file instead (#7891) | rubenwardy | |
2018-12-10 | Content store: Fix missing screenshot in package view dialog | random-geek | |
2018-12-06 | Main menu style: Set to 'full' for Android, remove 'auto' option (#7936) | Paramat | |
2018-12-06 | Disable game bar and header on Android (#7940) | rubenwardy | |