aboutsummaryrefslogtreecommitdiff
path: root/builtin/modmgr.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Organize builtin into subdirectoriesShadowNinja2014-05-071-1130/+0
|
* Replace pause and message menu by formspec onessapier2014-03-051-1/+1
|
* Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga2014-01-181-1/+1
| | | | | Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
* Add formspec tableKahrl2014-01-131-3/+3
|
* Implement search tab and version pickersapier2013-12-111-3/+5
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-166/+166
|
* Temporary disable local install button due to irrlicht dialog breaking ↵sapier2013-11-241-1/+2
| | | | localization
* Fix rename modpack button not working, fixes #1019Sfan52013-11-231-2/+5
|
* Fix usage of 'minetest' where 'engine' was intendedShadowNinja2013-11-211-2/+2
|
* Fix modmanager screenshot pathBlockMen2013-11-191-1/+1
|
* Replace print()s with minetest.log() in builtinPilzAdam2013-11-171-2/+2
|
* Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier2013-11-101-15/+57
|
* Use engine.is_yes() in mainmenuPilzAdam2013-09-101-3/+3
|
* Use the Settings Lua interface to read world.mtPilzAdam2013-09-101-72/+46
|
* Prevent ModMgr from deleting backend setting in world.mtSfan52013-09-091-1/+3
|
* World config dialog: Use engine determined path for game modsKahrl2013-08-191-9/+4
|
* GUIFormSpecMenu focus fixesKahrl2013-08-191-48/+43
|
* Add translation for main menusapier2013-08-171-38/+41
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Sort modlist alphabeticallyPilzAdam2013-08-161-0/+4
|
* Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam2013-08-161-78/+67
|
* Dont download modstore info if its isnt neededPilzAdam2013-08-101-0/+1
|
* Fix enable mod/enable button not shown on entering world config dialogsapier2013-07-221-4/+1
|
* Fix bug in world creationsapier2013-07-221-21/+92
| | | | Add old style mod selection in worldconfig dialog
* Fix Bug in modname guessing resulting in undefined modnamesapier2013-07-221-1/+5
|
* Fix background/overlay/footer/header handlingsapier2013-07-221-2/+39
| | | | Add missing file headers
* filterlist api cleanupsapier2013-07-221-1/+1
|
* Add port to favorites if not 30000sapier2013-07-221-254/+383
| | | | | Major modmgr overhaul Add missing formspec checkbox doc
* Remove unused required by list in worldconfigsapier2013-07-221-5/+3
|
* Remove lots of debug output from modmgrsapier2013-07-121-8/+5
| | | | | 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
* Fix many formspec menu bugssapier2013-07-071-7/+12
|
* Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan52013-07-071-2/+2
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-0/+881