]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/modmgr.lua
Prevent auto-rotated nodes replacing the nodes they are placed on
[dragonfireclient.git] / builtin / modmgr.lua
2013-12-11 sapierImplement search tab and version picker
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-11-24 sapierTemporary disable local install button due to irrlicht...
2013-11-23 Sfan5Fix rename modpack button not working, fixes #1019
2013-11-22 ShadowNinjaFix usage of 'minetest' where 'engine' was intended
2013-11-19 BlockMenFix modmanager screenshot path
2013-11-17 PilzAdamReplace print()s with minetest.log() in builtin
2013-11-10 sapierFix "TODO read modinfo" in modmanager to improve ui...
2013-09-10 PilzAdamUse engine.is_yes() in mainmenu
2013-09-10 PilzAdamUse the Settings Lua interface to read world.mt
2013-09-09 Sfan5Prevent ModMgr from deleting backend setting in world.mt
2013-08-19 KahrlWorld config dialog: Use engine determined path for...
2013-08-19 KahrlGUIFormSpecMenu focus fixes
2013-08-17 sapierAdd translation for main menu
2013-08-16 PilzAdamSort modlist alphabetically
2013-08-15 PilzAdamAdd ability to activate mods with doubleclick (remove...
2013-08-10 PilzAdamDont download modstore info if its isnt needed
2013-07-22 sapierFix enable mod/enable button not shown on entering...
2013-07-22 sapierFix bug in world creation
2013-07-22 sapierFix Bug in modname guessing resulting in undefined...
2013-07-22 sapierFix background/overlay/footer/header handling
2013-07-22 sapierfilterlist api cleanup
2013-07-22 sapierAdd port to favorites if not 30000
2013-07-22 sapierRemove unused required by list in worldconfig
2013-07-12 sapierRemove lots of debug output from modmgr
2013-07-07 sapierFix many formspec menu bugs
2013-07-07 Sfan5Fix parseColor, change remaining colorkeys to new forma...
2013-07-02 sapierReplace C++ mainmenu by formspec powered one