Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix ContentDB menu icons not appearing on Windows | sfan5 | 2020-07-08 |
| | |||
* | Fix incorrect extension used for ContentDB thumbnails | rubenwardy | 2020-06-06 |
| | |||
* | Add HTTP API to main menu (#9998) | rubenwardy | 2020-06-06 |
| | |||
* | Add buttons to ContentDB in game bar and configure world (#9944) | rubenwardy | 2020-06-04 |
| | |||
* | Update ContentDB dialog (#9949) | rubenwardy | 2020-05-29 |
| | |||
* | Make ContentDB downloads not block the UI (#9948) | rubenwardy | 2020-05-27 |
| | |||
* | Rename “Minimal development test” to “Development Test” (#9928) | Wuzzy | 2020-05-26 |
| | |||
* | Add engine version string to ContentDB API request (#9890) | rubenwardy | 2020-05-24 |
| | |||
* | builtin: Move common/async_event.lua to mainmenu/async_event.lua | sfan5 | 2020-05-17 |
| | | | | It only works in the context of the mainmenu. | ||
* | Add core.open_url() to main menu API (#8592) | rubenwardy | 2020-05-17 |
| | |||
* | Add mapgen settings to world creation dialog (#9254) | Wuzzy | 2020-05-12 |
| | |||
* | Fix delayed error message in start game tab | rubenwardy | 2020-04-12 |
| | |||
* | Add allowed_mapgens option in game.conf. (#9263) | Wren Turkal | 2020-04-06 |
| | | | | | | | | 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) | rubenwardy | 2020-04-05 |
| | |||
* | Add comments for translators (#9510) | Wuzzy | 2020-03-20 |
| | | | | | * Add translator comments for "special" strings * Add translator comments for some "tricky" strings | ||
* | Cleanup global namespace pollution in builtin (#9451) | Wuzzy | 2020-03-06 |
| | |||
* | Fix luacheck errors | rubenwardy | 2019-12-07 |
| | |||
* | All settings: Fix missing flags checkbox caused by 'possible flags' order ↵ | Muhammad Rifqi Priyo Susanto | 2019-09-27 |
| | | | | | | (#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 ↵ | HybridDog | 2019-09-26 |
| | | | | | | config menu (#3473) | ||
* | 'All Settings': Don't use checkboxes for 'no...' mapgen flags (#7847) | Muhammad Rifqi Priyo Susanto | 2019-09-01 |
| | |||
* | Fix undeclared global warning because of _ (#8798) | DS | 2019-08-14 |
| | |||
* | Add luacheck to check builtin (#7895) | rubenwardy | 2019-08-06 |
| | |||
* | Add styles to most elements | rubenwardy | 2019-08-03 |
| | |||
* | Add style[] tag with button support | rubenwardy | 2019-08-03 |
| | |||
* | Use CDB author and name in installed package's config (#8550) | Paul Ouellette | 2019-06-10 |
| | | | | They are used for tracking the package, so should match ContentDB. | ||
* | Remove modstore leftovers. Fix core.show_path_select_dialog documentation ↵ | DS | 2019-06-07 |
| | | | | | (#8572) This was forgotten in #5852. | ||
* | Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418) | Paramat | 2019-03-27 |
| | | | | | | | | 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) | HybridDog | 2019-03-07 |
| | | | | | | | | | | | | * 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) | rubenwardy | 2019-03-05 |
| | |||
* | Update minetest.conf.example and settings_translation_file.cpp (#8278) | Paramat | 2019-02-23 |
| | |||
* | Content store: Ignore '_game' in game names in ID generation (#8270) | rubenwardy | 2019-02-22 |
| | | | | Fixes 'install' button continuing to be displayed after installing a game whose name ends with '_game'. | ||
* | Update gamebar on tab enter (#8192) | Paul Ouellette | 2019-02-18 |
| | |||
* | Fix games not updating on deletion | rubenwardy | 2019-02-18 |
| | | | | As reported by @random-geek | ||
* | Fix content store crash (#8244) | Paul Ouellette | 2019-02-18 |
| | |||
* | Update credits (#8162) | rubenwardy | 2019-02-16 |
| | |||
* | Builtin: Fix grayed-out but enabled modpacks | SmallJoker | 2019-02-09 |
| | |||
* | Remove fgettext("") in builtin | Wuzzy | 2019-02-09 |
| | | | | This call is useless and wrong, the empty string has a special meaning in Gettext. | ||
* | Content store: Fix assertion failed on unsuccessful package list fetch | rubenwardy | 2019-02-03 |
| | | | | Fixes #8168 | ||
* | 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-02-03 |
| | |||
* | Content store: Fix storage leak by storing screenshots in cache (#8137) | rubenwardy | 2019-01-31 |
| | |||
* | Content store: Use composite key to track installations (#8054) | rubenwardy | 2019-01-30 |
| | | | Fixes #7967 'Package manager doesn't track content reliably'. | ||
* | Rename 'Advanced Settings' button to 'All Settings' (#8131) | Paramat | 2019-01-26 |
| | |||
* | Make advanced settings noiseparams strings translatable (#8062) | Wuzzy | 2019-01-20 |
| | | | Various minor language improvements in settingtypes.txt. | ||
* | Advanced settings noiseparams: No tailing comma for empty flags | srifqi | 2019-01-19 |
| | | | | | | 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 Ouellette | 2019-01-16 |
| | |||
* | world.mt: Only accept true/false/nil values (#8055) | SmallJoker | 2019-01-13 |
| | | | | | 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 install | rubenwardy | 2019-01-09 |
| | | | | Fixes #8074 |