MultiMC5/logic
Petr Mrázek 828254dd11 ~_~_~_~
2014-06-28 17:15:53 +02:00
..
assets ThreadTask for all your ThreadNeeds 2014-01-01 19:21:58 +01:00
auth Give more feedback for YggdrasilTask network errors. 2014-04-16 00:46:41 +02:00
forge Merge branch 'feature/forge_pre4_fix' into develop 2014-06-25 00:54:00 +02:00
icons Fix adding icons to custom icon directories. 2014-04-03 19:28:23 +02:00
java Merge branch 'feature/fix_intel' into develop 2014-06-28 08:49:18 +02:00
liteloader Implement adding jar mods, break saving library order. 2014-06-09 01:38:31 +02:00
minecraft Cleanup - QFileInfo derp and unused variables 2014-06-09 01:57:10 +02:00
net Implement adding jar mods, break saving library order. 2014-06-09 01:38:31 +02:00
news Add news checking system and news toolbar 2014-01-02 13:25:38 -06:00
screenshots ~_~_~_~ 2014-06-28 17:15:53 +02:00
status Finish status pills. 2014-05-17 16:23:48 +02:00
tasks Make 1.6+ work with new instance format. 2014-06-09 01:38:30 +02:00
tools Fix many memory leaks. 2014-03-30 20:11:41 +02:00
updater Workaround for dirty build folders. 2014-04-06 03:59:37 +02:00
BaseInstaller.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
BaseInstaller.h Begin the transformation! 2014-06-09 01:38:29 +02:00
BaseInstance_p.h Fix many memory leaks. 2014-03-30 20:11:41 +02:00
BaseInstance.cpp Instance settings moved to a page. 2014-06-09 01:38:31 +02:00
BaseInstance.h No more disabling of actions in the instance toolbar. It makes no sense. 2014-06-20 01:24:32 +02:00
BaseVersion.h Begin the transformation! 2014-06-09 01:38:29 +02:00
BaseVersionList.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
BaseVersionList.h Reorganize logic code. 2014-06-09 01:38:30 +02:00
EnabledItemFilter.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
EnabledItemFilter.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
InstanceFactory.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
InstanceFactory.h Fix many memory leaks. 2014-03-30 20:11:41 +02:00
InstanceLauncher.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
InstanceLauncher.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
InstanceList.cpp Break FTB. Yep. It has to be done better. 2014-06-09 01:38:30 +02:00
InstanceList.h Reorganize logic code. 2014-06-09 01:38:30 +02:00
LegacyFTBInstance.cpp No more disabling of actions in the instance toolbar. It makes no sense. 2014-06-20 01:24:32 +02:00
LegacyFTBInstance.h No more disabling of actions in the instance toolbar. It makes no sense. 2014-06-20 01:24:32 +02:00
LegacyInstance_p.h Fix many memory leaks. 2014-03-30 20:11:41 +02:00
LegacyInstance.cpp Turn screenshot management into a page. 2014-06-28 17:07:08 +02:00
LegacyInstance.h No more disabling of actions in the instance toolbar. It makes no sense. 2014-06-20 01:24:32 +02:00
LegacyUpdate.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
LegacyUpdate.h Much change, very jarmod. 2014-06-09 01:38:29 +02:00
LwjglVersionList.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
LwjglVersionList.h Reorganize logic code. 2014-06-09 01:38:30 +02:00
MinecraftProcess.cpp Screenshot upload dialog(s) now have the console window as parent. 2014-05-18 19:07:01 +02:00
MinecraftProcess.h Screenshot upload dialog(s) now have the console window as parent. 2014-05-18 19:07:01 +02:00
MMCJson.cpp Disable window titles and isons again, windows build fixes 2014-06-09 01:38:30 +02:00
MMCJson.h Make 1.6+ work with new instance format. 2014-06-09 01:38:30 +02:00
Mod.cpp Fix for #257 2014-05-08 19:00:48 +02:00
Mod.h Fix for #257 2014-05-08 19:00:48 +02:00
ModList.cpp Add and implement pages and page dialog. 2014-06-09 01:38:31 +02:00
ModList.h Small tweaks to make things better. 2014-02-06 09:32:44 +01:00
NagUtils.cpp Fix a few things related to the translations 2014-01-04 11:49:06 +01:00
NagUtils.h Added NagUtils, nag people about trying to override JVM memory options 2013-11-03 15:20:26 +00:00
OneSixFTBInstance.cpp No more disabling of actions in the instance toolbar. It makes no sense. 2014-06-20 01:24:32 +02:00
OneSixFTBInstance.h No more disabling of actions in the instance toolbar. It makes no sense. 2014-06-20 01:24:32 +02:00
OneSixInstance_p.h Add and implement pages and page dialog. 2014-06-09 01:38:31 +02:00
OneSixInstance.cpp Turn screenshot management into a page. 2014-06-28 17:07:08 +02:00
OneSixInstance.h No more disabling of actions in the instance toolbar. It makes no sense. 2014-06-20 01:24:32 +02:00
OneSixUpdate.cpp Implement adding jar mods, break saving library order. 2014-06-09 01:38:31 +02:00
OneSixUpdate.h Make 1.6+ work with new instance format. 2014-06-09 01:38:30 +02:00
SkinUtils.cpp Nuke skins.json, use nice yggdrasil implementation instead. Grabs all Mojang account skins on addition, active on startup 2013-11-27 18:45:29 +00:00
SkinUtils.h Scale faces to 64x64 2014-01-19 23:05:16 +01:00
URNResolver.cpp Much change, very jarmod. 2014-06-09 01:38:29 +02:00
URNResolver.h Much change, very jarmod. 2014-06-09 01:38:29 +02:00
VersionFilterData.cpp Make 1.6+ work with new instance format. 2014-06-09 01:38:30 +02:00
VersionFilterData.h Make 1.6+ work with new instance format. 2014-06-09 01:38:30 +02:00