Commit Graph

335 Commits (master)

Author SHA1 Message Date
luk3yx d006cb54f5 Fix crash when built with RUN_IN_PLACE=TRUE 2022-08-11 19:05:42 +12:00
AFCMS fdd2efbbbe Add `minetest.settings` to CSM API and allow CSMs to provide `settingtypes.txt` (#12131)
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2022-08-04 11:39:06 +12:00
Maksim 7f4d379e02 Update Credits and Readme 2022-08-03 11:40:14 +02:00
luk3yx fb78a8a0cd
Add update reminder (#49)
Co-authored-by: Maksym <Maksym48@pm.me>
Co-authored-by: ubulem <berkut87@gmail.com>
2022-08-02 09:48:01 +02:00
luk3yx 65dc4b42d3
Mobile: add change language dropdown and reset settings button (#75) 2022-07-29 13:12:22 +02:00
Maksym H 1c19f6069f
Drop the `mobile_friendly` server feature (#79) 2022-07-28 17:53:11 +02:00
luk3yx d31d2387f3
MainMenu: some changes and fixes (#68)
Co-authored-by: Maksim <Maksym48@pm.me>
2022-07-18 23:09:48 +03:00
luk3yx d4f6bf31c2 Fix some main menu bugs and improve UI (#63)
Co-authored-by: Maksim <Maksym48@pm.me>
2022-06-26 23:45:45 +03:00
Maksym 3991e90bbc Update MainMenu and replace tabs on buttons (#61)
Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-06-17 20:39:48 +03:00
luk3yx d6c82c3f7c Improve main menu (#60)
Co-authored-by: Maksim <Maksym48@pm.me>
2022-06-14 12:02:40 +03:00
luk3yx 383e6ac053 Don't crash if a favorite server cannot be saved 2022-06-04 17:45:07 +02:00
Maksim 78d8161031 MainMenu: minor fixes 2022-05-13 02:24:46 +03:00
Maksim 11abe53d2b Builtin: MainMenu update, other minor fixes
Update dlg_create_world_default.lua
2022-04-28 23:48:40 +03:00
luk3yx b3e81ae06d
Add superflat "mapgen" (#52) 2022-04-27 09:31:13 +03:00
Maksim 98f2fc92df Minor fixes and changes 2022-04-10 13:20:59 +02:00
luk3yx 5722b9ad23
Switch to MultiCraft server list (#43)
Co-authored-by: Maksim <MoNTE48@mail.ua>
2022-03-11 08:49:13 +01:00
Maksim 3b200d6e48 Update MainMenu look 2022-03-08 10:23:00 +01:00
MoNTE48 34d0166af9 Improve delete world dialog 2021-11-17 03:12:33 +02:00
MoNTE48 96bc43a459 Update Credits tab 2021-09-04 19:58:50 +02:00
MoNTE48 95e1e263c6 macOS: minor fixes 2021-08-30 22:53:49 +02:00
MoNTE48 0534d696f7 Merge MultiCraft Legacy changes 2021-07-25 12:06:24 +02:00
luk3yx 62f2f4546a Create default worlds on restart if none exist 2021-07-25 12:06:24 +02:00
luk3yx 9bd686216a Make it compile 2021-07-25 12:06:24 +02:00
luk3yx 1aabc2ca14 Merge tag '5.4.1' into main
5.4.1
2021-06-08 10:37:38 +12:00
sfan5 e5f802ab5c Fix server favorites not saving when client/serverlist/ doesn't exist already (#11152) 2021-04-05 16:02:32 +02:00
Elias Fleckenstein 67be50b706 Make pkgmgr handle modpacks containing modpacks properly
fixes #10550
2021-04-05 16:01:10 +02:00
rubenwardy cd840b7c9d pkgmgr: Fix crash when .conf release field is invalid
Fixes #10942
2021-04-05 16:01:03 +02:00
luk3yx acb862a115 Add missing nil check 2021-04-05 21:10:49 +12:00
Vitaliy c123af8fc6 Shader support for OpenGL ES 2 devices
Co-authored-by: sfan5 <sfan5@live.de>
2021-02-28 14:57:34 +01:00
sfan5 35b476c65d Update credits tab and mailmap 2021-02-23 19:40:44 +01:00
Lars 9f8c34c357 Remove all bump mapping and parallax occlusion related code. 2021-02-14 09:58:29 +01:00
hecks 924f7353cb Remove "generate normal maps" feature (#10313)
Erase all traces of normal "generation" from fragment shaders
Remove the "feature" from the engine and default config
Remove any leftover documentation of it
2021-02-14 09:58:29 +01:00
MoNTE48 6227f9c72c Add MultiCraft MainMenu 2021-02-14 09:58:28 +01:00
rubenwardy 4db7fb4a3b Replace 'minetest.' with 'core.' in builtin 2021-02-11 10:18:22 +00:00
rubenwardy b28749057a Fix crash in tab_online when cURL is disabled 2021-02-09 12:41:11 +00:00
rubenwardy 3a8c37181a
Use consistent temp folder path (#10892) 2021-02-07 15:27:24 +00:00
rubenwardy 82deed2d7d
ContentDB: Order installed content first (#10864) 2021-01-28 11:24:36 +00:00
rubenwardy 67aa75d444
Use JSON for favorites, move server list code to Lua (#10085)
Co-authored-by: sfan5 <sfan5@live.de>
2021-01-22 15:08:57 +00:00
Zughy 8ff209c412
Load system-wide texture packs too (#10791)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2021-01-21 19:01:37 +00:00
Zughy eb8af614a5
Local tab: rename 'Configure' to 'Select Mods' (#10779)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-01-20 22:32:18 +00:00
rubenwardy 5e6df0e7be ContentDB: Ignore content not installed from ContentDB 2021-01-16 17:51:49 +00:00
Zughy fcb3ed840a
Sanitize server IP field in mainmenu (#10793) 2021-01-10 20:10:12 +01:00
rubenwardy edd0836011
ContentDB: Add overwrite dialog when content is already installed (#10768) 2021-01-04 15:18:31 +00:00
Zughy 92aac69b36
"Browse online content" formspec improvement (#10756) 2021-01-02 15:13:02 +01:00
Zughy 55dba1bc6d
Display Minetest header when menu_last_game value isn't available anymore (#10751) 2020-12-28 13:56:58 +01:00
rubenwardy d2bbf13dfe
Add dependency resolution to ContentDB (#9997) 2020-12-23 14:42:18 +00:00
Andrey 5066fe7583
MainMenu: Add clear button and icon for search input (#10363) 2020-12-19 22:00:20 +01:00
rubenwardy 664f5ce960
Add open user data button to main menu (#10579) 2020-12-19 13:27:15 +00:00
Vitaliy 707c8c1e95
Shaders for Android (GLES 2) (#10506)
Shader support for OpenGL ES 2 devices (Android)

Co-authored-by: sfan5 <sfan5@live.de>
2020-10-25 18:01:03 +01:00
Lars ed22260822 Remove all bump mapping and parallax occlusion related code. 2020-10-17 13:09:16 -07:00