sfan5
|
8003c74dc1
|
Fix rename modpack button not working, fixes #1019
|
2022-05-21 16:11:20 +02:00 |
ShadowNinja
|
a5613e43c8
|
Fix usage of 'minetest' where 'engine' was intended
|
2022-05-21 16:11:19 +02:00 |
BlockMen
|
2ec6146212
|
Fix modmanager screenshot path
|
2022-05-21 16:11:18 +02:00 |
PilzAdam
|
207a6dff9f
|
Replace print()s with minetest.log() in builtin
|
2022-05-21 16:11:18 +02:00 |
sapier
|
5238e747f4
|
Fix "TODO read modinfo" in modmanager to improve ui usability
|
2022-05-21 16:11:17 +02:00 |
PilzAdam
|
4b683f9296
|
Use engine.is_yes() in mainmenu
|
2022-05-21 16:11:06 +02:00 |
PilzAdam
|
af38ec53d8
|
Use the Settings Lua interface to read world.mt
|
2022-05-21 16:11:05 +02:00 |
sfan5
|
e459fb8b81
|
Prevent ModMgr from deleting backend setting in world.mt
|
2022-05-21 16:11:05 +02:00 |
Kahrl
|
ec8e09a1f9
|
World config dialog: Use engine determined path for game mods
|
2022-05-21 16:11:03 +02:00 |
Kahrl
|
2eb584e221
|
GUIFormSpecMenu focus fixes
|
2022-05-21 16:11:03 +02:00 |
sapier
|
243ff49bf2
|
Add translation for main menu Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
|
2022-05-21 16:11:02 +02:00 |
PilzAdam
|
9529de9b53
|
Sort modlist alphabetically
|
2022-05-21 16:11:01 +02:00 |
PilzAdam
|
e95f47a818
|
Add ability to activate mods with doubleclick (remove old_style_mod_selection)
|
2022-05-21 16:11:00 +02:00 |
PilzAdam
|
65d6cb2aa3
|
Dont download modstore info if its isnt needed
|
2022-05-21 16:10:59 +02:00 |
sapier
|
52a6e2c483
|
Fix enable mod/enable button not shown on entering world config dialog
|
2022-05-21 16:10:53 +02:00 |
sapier
|
559cda3eff
|
Fix bug in world creation Add old style mod selection in worldconfig dialog
|
2022-05-21 16:10:53 +02:00 |
sapier
|
4cec612448
|
Fix Bug in modname guessing resulting in undefined modname
|
2022-05-21 16:10:52 +02:00 |
sapier
|
ed6ecbaa29
|
Fix background/overlay/footer/header handling Add missing file headers
|
2022-05-21 16:10:51 +02:00 |
sapier
|
625443d3da
|
filterlist api cleanup
|
2022-05-21 16:10:50 +02:00 |
sapier
|
b55441026c
|
Add port to favorites if not 30000 Major modmgr overhaul Add missing formspec checkbox doc
|
2022-05-21 16:10:50 +02:00 |
sapier
|
9f84e7fa1b
|
Remove unused required by list in worldconfig
|
2022-05-21 16:10:47 +02:00 |
sapier
|
14ee46e7cf
|
Remove lots of debug output from modmgr Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly
|
2022-05-21 16:10:45 +02:00 |
sapier
|
8b89cf28fa
|
Fix many formspec menu bugs
|
2022-05-21 16:10:39 +02:00 |
sfan5
|
7ecd865028
|
Fix parseColor, change remaining colorkeys to new format, fix Contributor list
|
2022-05-21 16:10:39 +02:00 |
sapier
|
eb5a9131cc
|
Replace C++ mainmenu by formspec powered one
|
2022-05-21 16:10:37 +02:00 |