aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu
AgeCommit message (Collapse)Author
2021-11-26Remove unused Direct3D shader error/warning (#11793)ROllerozxa
2021-11-22Allow for Game-Specific Menu Music (#11241)ExeVirus
2021-10-07Move instead of copy during content install if possiblesfan5
2021-10-07Move archive extraction in content store to async jobsfan5
2021-10-07Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d
This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
2021-08-12Add disable_settings to game.conf to get rid of "Enable Damage"/"Creative ↵Hugues Ross
Mode"/"Host Server" checkboxes (#11524) This adds support for disable_settings to game.conf. In this you can specify a list of settings that should not be visible in the "local game" (or however it is called nowadays) tab. Enable Damage, Creative Mode and Host Server are supported. Co-authored-by: Wuzzy <Wuzzy2@mail.ru> Co-authored-by: Aaron Suen <warr1024@gmail.com> Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-08-02ContentDB: Add support for package aliases / renaming (#11484)rubenwardy
2021-07-27ContentDB: Add reason to downloads (#10876)rubenwardy
2021-06-30Fix spurious shadow enablement in mainmenusfan5
fixes #11394
2021-06-21Strip carriage returns from lines in settingtypes.txt (#11338)William L. DeRieux IV
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2021-06-21Fix some typos in builtin (#11370)Wuzzy
2021-06-06Shadow mapping render pass (#11244)Liso
Co-authored-by: x2048 <codeforsmile@gmail.com>
2021-06-04Add metatables to lua vectors (#11039)DS
Add backwards-compatible metatable functions for vectors.
2021-04-09Fix server favorites not saving when client/serverlist/ doesn't exist ↵sfan5
already (#11152)
2021-03-30Consistent title bar + render information in mainmenu (#10764)SmallJoker
2021-03-20Mainmenu: Improve "Join Game" tab (#11078)sfan5
2021-03-01Make pkgmgr handle modpacks containing modpacks properlyElias Fleckenstein
fixes #10550
2021-02-28pkgmgr: Fix crash when .conf release field is invalidrubenwardy
Fixes #10942
2021-02-24Allow toggling of texture pack by double clickingYaman Qalieh
2021-02-23Update credits tab and mailmapsfan5
2021-02-11Replace 'minetest.' with 'core.' in builtinrubenwardy
2021-02-09Fix crash in tab_online when cURL is disabledrubenwardy
2021-02-07Use consistent temp folder path (#10892)rubenwardy
2021-01-28ContentDB: Order installed content first (#10864)rubenwardy
2021-01-22Use JSON for favorites, move server list code to Lua (#10085)rubenwardy
Co-authored-by: sfan5 <sfan5@live.de>
2021-01-21Load system-wide texture packs too (#10791)Zughy
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2021-01-20Local 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-16ContentDB: Ignore content not installed from ContentDBrubenwardy
2021-01-10Sanitize server IP field in mainmenu (#10793)Zughy
2021-01-04ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy
2021-01-02"Browse online content" formspec improvement (#10756)Zughy
2020-12-28Display Minetest header when menu_last_game value isn't available anymore ↵Zughy
(#10751)
2020-12-23Add dependency resolution to ContentDB (#9997)rubenwardy
2020-12-19MainMenu: Add clear button and icon for search input (#10363)Andrey
2020-12-19Add open user data button to main menu (#10579)rubenwardy
2020-10-25Shaders for Android (GLES 2) (#10506)Vitaliy
Shader support for OpenGL ES 2 devices (Android) Co-authored-by: sfan5 <sfan5@live.de>
2020-10-17Remove all bump mapping and parallax occlusion related code.Lars
2020-10-13Give unnamed world names incrementing numbers. Format 'world<number>' (#10247)Paramat
Code created with help from GitHub users sirrobzeroone and pauloue, thank you.
2020-09-29Improve layout of main menu 'local' tab (#10366)Paramat
2020-09-14Remove "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-27Android: 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-17ContentDB: Add Update All and download queuing (#9995)rubenwardy
2020-08-05Mapgen 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-28Fix incorrect view URL for gamesrubenwardy
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-08Fix ContentDB menu icons not appearing on Windowssfan5
2020-06-06Fix incorrect extension used for ContentDB thumbnailsrubenwardy
2020-06-06Add HTTP API to main menu (#9998)rubenwardy
2020-06-04Add buttons to ContentDB in game bar and configure world (#9944)rubenwardy
2020-05-29Update ContentDB dialog (#9949)rubenwardy
2020-05-27Make ContentDB downloads not block the UI (#9948)rubenwardy