Jean-Patrick Guerrero
75b18a7b37
Fix style on settings tab
2022-05-21 16:12:18 +02:00
Jean-Patrick Guerrero
b04cd996b9
Add missing return value for filter/mipmap dropdown in mainmenu
2022-05-21 16:12:16 +02:00
Jean-Patrick Guerrero
b7c595f5ea
Small tweaking (alignement - client tab)
2022-05-21 16:12:16 +02:00
Jean-Patrick Guerrero
618dd99293
Reorganizing client and server tabs
2022-05-21 16:12:15 +02:00
sapier
ec52d6dc7a
Remove automatic consistent formspec size <-> font size (now has to be done manually) Set builtin formspecs to autoscale in order to get consistent formspec look and feel Uncouple label positioning from font size (May break some formspecs but is required to allow manual font adjustment)
2022-05-21 16:12:14 +02:00
sapier
4bf651e1b8
Fix forgotten favourite list image update of simple menu
2022-05-21 16:12:13 +02:00
sapier
b35dfcaefa
Re-add lost way to debug simple menu on PC
2022-05-21 16:12:12 +02:00
kwolekr
e12164adb2
Add core.get_mapgen_names() to Main Menu API (and use it)
...
Also rewrite mapgen registration for static initialization
2022-05-21 16:12:12 +02:00
Kahrl
5ee1b776ba
Ignore downloaded public serverlist if public_serverlist is false
...
Fixes #1807 : When the server list finishes downloading, the local server
list resets in certain conditions
2022-05-21 16:12:11 +02:00
fz72
5d11429074
MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state ( fixes #1960 )
2022-05-21 16:12:10 +02:00
Kahrl
a5032d9c3b
Remove vertlabels from main menu and relayout a bit
2022-05-21 16:12:09 +02:00
Kahrl
96b6aa6e4b
Display serverlist flags as icons
2022-05-21 16:12:09 +02:00
SmallJoker
e98bb3edcc
Ignore .name directories and files
...
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2022-05-21 16:12:08 +02:00
Kahrl
9806ede6a3
Always escape user provided data in mainmenu fields
2022-05-21 16:12:07 +02:00
Kodexky
0a6a8ab23b
Fix Android main menu crash, and user data directory check.
...
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2022-05-21 16:12:05 +02:00
ShadowNinja
f57278fe5a
Update credits menu
2022-05-21 16:12:04 +02:00
ShadowNinja
041d9e5417
Simplify loading of Android version of menu
2022-05-21 16:12:03 +02:00
ShadowNinja
d92c59d47d
Fix leaking global in texture pack menu
2022-05-21 16:12:03 +02:00
Wuzzy
7999b22a29
Add tooltips to main menu subgames button bar
2022-05-21 16:12:01 +02:00
paramat
00a13badea
Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, blobs
2022-05-21 16:12:01 +02:00
rubenwardy
18473c4ed7
Add notice when only minimal is installed
2022-05-21 16:11:59 +02:00
Kahrl
5d3435cbfa
Change topleft text when switching subgames, fixes #1728
2022-05-21 16:11:59 +02:00
BlockMen
450048b470
Add optional framed glasslike drawtype
2022-05-21 16:11:58 +02:00
SmallJoker
f445d7a0f3
Fix wrong video_driver setting when changing in mainmenu
...
Fixes issue with direct3d(8|9)
2022-05-21 16:11:57 +02:00
sapier
bc4f8c8979
Add video driver selection to settings menu (based uppon idea from webdesigner97)
2022-05-21 16:11:56 +02:00
sapier
c98969fa39
Fix caption of config mods button (simple menu)
2022-05-21 16:11:55 +02:00
BlockMen
2d346ed082
Fix mainmenu game initialisation
2022-05-21 16:11:54 +02:00
ShadowNinja
3637581db5
Formspec escape fixed seen in world creation menu
2022-05-21 16:11:54 +02:00
sapier
dd0e0e019f
Add srollbar formspec element
2022-05-21 16:11:52 +02:00
proller
1dd3ac8929
Remove proller from credits
2022-05-21 16:11:51 +02:00
proller
3250c781d2
Remove indev mapgen
2022-05-21 16:11:51 +02:00
proller
6b0f33e73a
Remove math mapgen
2022-05-21 16:11:51 +02:00
sapier
c2ddc480de
Add support for Android 2.3+
...
There have been plenty of ppl involved in creating this version.
I don't wanna mention names as I'm sure I'd forget someone so I
just tell where help has been done:
- The partial android versions done by various ppl
- Testing on different android devices
- reviewing code (especially the in core changes)
- testing controls
- reviewing texts
A big thank you to everyone helping this to be completed!
2022-05-21 16:11:50 +02:00
sapier
37f07818ca
Fix menu crash due to lack of favourites list
2022-05-21 16:11:50 +02:00
sapier
3fa5f247c2
Support for scalable font and gui elements Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust!
2022-05-21 16:11:49 +02:00
sapier
40cd31db20
Fix broken serverdescription in multiplayer tab
2022-05-21 16:11:49 +02:00
sapier
4689018071
Fix bounding rect for formspec elements label vertlabel and checkboxes
2022-05-21 16:11:48 +02:00
sapier
d8335372ca
Fix regression dirt texture not beeing default in non cloud menu
2022-05-21 16:11:48 +02:00
RealBadAngel
11fceda9b6
Re-add missing shaders setting. (Generate normalmaps)
2022-05-21 16:11:46 +02:00
sapier
bb671de29d
Fix a bunch of small bugs due to mainmenu cleanup Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button
2022-05-21 16:11:44 +02:00
sapier
b72cf8726e
Fix singleplayer dialogs missing game customization
2022-05-21 16:11:43 +02:00
sapier
c2df20263f
Add formspec toolkit and refactor mainmenu to use it Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
2022-05-21 16:11:42 +02:00
ShadowNinja
37c32c715f
Use "core" namespace internally
2022-05-21 16:11:41 +02:00
ShadowNinja
148b74312e
Organize builtin into subdirectories
2022-05-21 16:11:40 +02:00