Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-04 | Add metatables to lua vectors (#11039) | DS | |
Add backwards-compatible metatable functions for vectors. | |||
2021-04-09 | Fix server favorites not saving when client/serverlist/ doesn't exist ↵ | sfan5 | |
already (#11152) | |||
2021-03-30 | Consistent title bar + render information in mainmenu (#10764) | SmallJoker | |
2021-03-20 | Mainmenu: Improve "Join Game" tab (#11078) | sfan5 | |
2021-03-01 | Make pkgmgr handle modpacks containing modpacks properly | Elias Fleckenstein | |
fixes #10550 | |||
2021-02-28 | pkgmgr: Fix crash when .conf release field is invalid | rubenwardy | |
Fixes #10942 | |||
2021-02-24 | Allow toggling of texture pack by double clicking | Yaman Qalieh | |
2021-02-23 | Update credits tab and mailmap | sfan5 | |
2021-02-11 | Replace 'minetest.' with 'core.' in builtin | rubenwardy | |
2021-02-09 | Fix crash in tab_online when cURL is disabled | rubenwardy | |
2021-02-07 | Use consistent temp folder path (#10892) | rubenwardy | |
2021-01-28 | ContentDB: Order installed content first (#10864) | rubenwardy | |
2021-01-22 | Use JSON for favorites, move server list code to Lua (#10085) | rubenwardy | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2021-01-21 | Load system-wide texture packs too (#10791) | Zughy | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com> | |||
2021-01-20 | Local tab: rename 'Configure' to 'Select Mods' (#10779) | Zughy | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com> Co-authored-by: rubenwardy <rw@rubenwardy.com> | |||
2021-01-16 | ContentDB: Ignore content not installed from ContentDB | rubenwardy | |
2021-01-10 | Sanitize server IP field in mainmenu (#10793) | Zughy | |
2021-01-04 | ContentDB: Add overwrite dialog when content is already installed (#10768) | rubenwardy | |
2021-01-02 | "Browse online content" formspec improvement (#10756) | Zughy | |
2020-12-28 | Display Minetest header when menu_last_game value isn't available anymore ↵ | Zughy | |
(#10751) | |||
2020-12-23 | Add dependency resolution to ContentDB (#9997) | rubenwardy | |
2020-12-19 | MainMenu: Add clear button and icon for search input (#10363) | Andrey | |
2020-12-19 | Add open user data button to main menu (#10579) | rubenwardy | |
2020-10-25 | Shaders for Android (GLES 2) (#10506) | Vitaliy | |
Shader support for OpenGL ES 2 devices (Android) Co-authored-by: sfan5 <sfan5@live.de> | |||
2020-10-17 | Remove all bump mapping and parallax occlusion related code. | Lars | |
2020-10-13 | Give unnamed world names incrementing numbers. Format 'world<number>' (#10247) | Paramat | |
Code created with help from GitHub users sirrobzeroone and pauloue, thank you. | |||
2020-09-29 | Improve layout of main menu 'local' tab (#10366) | Paramat | |
2020-09-14 | Remove "generate normal maps" feature (#10313) | hecks | |
Erase all traces of normal "generation" from fragment shaders Remove the "feature" from the engine and default config Remove any leftover documentation of it | |||
2020-08-27 | Android: drop simple MainMenu (#10227) | Maksim | |
The default (PC-style) MainMenu works great on Android. Provides access to ContentDB and allows players to create many worlds in a few clicks. Makes the interface consistent and eliminates player confusion. | |||
2020-08-17 | ContentDB: Add Update All and download queuing (#9995) | rubenwardy | |
2020-08-05 | Mapgen Flat: Add caverns, disabled by default (#9913) | Paramat | |
Add the caverns used in V5, V7, Valleys, Carpathian. Disabled by default to not be force-enabled in existing worlds. | |||
2020-07-28 | Fix incorrect view URL for games | rubenwardy | |
package.id is a sanitised combination of author and basename, used to compare remote and local content. Minetest ignores `_game` when comparing game names, so package.id has `_game` removed. This meant that the wrong URL was being generated for View. | |||
2020-07-08 | Fix ContentDB menu icons not appearing on Windows | sfan5 | |
2020-06-06 | Fix incorrect extension used for ContentDB thumbnails | rubenwardy | |
2020-06-06 | Add HTTP API to main menu (#9998) | rubenwardy | |
2020-06-04 | Add buttons to ContentDB in game bar and configure world (#9944) | rubenwardy | |
2020-05-29 | Update ContentDB dialog (#9949) | rubenwardy | |
2020-05-27 | Make ContentDB downloads not block the UI (#9948) | rubenwardy | |
2020-05-26 | Rename “Minimal development test” to “Development Test” (#9928) | Wuzzy | |
2020-05-24 | Add engine version string to ContentDB API request (#9890) | rubenwardy | |
2020-05-17 | builtin: Move common/async_event.lua to mainmenu/async_event.lua | sfan5 | |
It only works in the context of the mainmenu. | |||
2020-05-17 | Add core.open_url() to main menu API (#8592) | rubenwardy | |
2020-05-12 | Add mapgen settings to world creation dialog (#9254) | Wuzzy | |
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. |