aboutsummaryrefslogtreecommitdiff
path: root/builtin/modmgr.lua
AgeCommit message (Collapse)Author
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-03-05Replace pause and message menu by formspec onessapier
2014-01-18Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga
Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
2014-01-13Add formspec tableKahrl
2013-12-11Implement search tab and version pickersapier
2013-11-29Fix modstore/favourites hang by adding asynchronous lua job supportsapier
2013-11-24Temporary disable local install button due to irrlicht dialog breaking ↵sapier
localization
2013-11-23Fix rename modpack button not working, fixes #1019Sfan5
2013-11-21Fix usage of 'minetest' where 'engine' was intendedShadowNinja
2013-11-19Fix modmanager screenshot pathBlockMen
2013-11-17Replace print()s with minetest.log() in builtinPilzAdam
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-09-10Use engine.is_yes() in mainmenuPilzAdam
2013-09-10Use the Settings Lua interface to read world.mtPilzAdam
2013-09-09Prevent ModMgr from deleting backend setting in world.mtSfan5
2013-08-19World config dialog: Use engine determined path for game modsKahrl
2013-08-19GUIFormSpecMenu focus fixesKahrl
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-16Sort modlist alphabeticallyPilzAdam
2013-08-16Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam
2013-08-10Dont download modstore info if its isnt neededPilzAdam
2013-07-22Fix enable mod/enable button not shown on entering world config dialogsapier
2013-07-22Fix bug in world creationsapier
Add old style mod selection in worldconfig dialog
2013-07-22Fix Bug in modname guessing resulting in undefined modnamesapier
2013-07-22Fix background/overlay/footer/header handlingsapier
Add missing file headers
2013-07-22filterlist api cleanupsapier
2013-07-22Add port to favorites if not 30000sapier
Major modmgr overhaul Add missing formspec checkbox doc
2013-07-22Remove unused required by list in worldconfigsapier
2013-07-12Remove lots of debug output from modmgrsapier
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
2013-07-07Fix many formspec menu bugssapier
2013-07-07Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan5
2013-07-02Replace C++ mainmenu by formspec powered onesapier