pollymc/logic
Petr Mrázek 7652b3d64a Various updater fixes
Updater tests for path utils
The updater now doesn't use splitpath on Windows (fixes problems with Windows XP)
Fix up paths for the OSX updater - should now install the updates into the right place
Fix translations install path - translation isntall and deploy should be fixed
2013-12-28 04:23:48 +01:00
..
assets Finish assets update for 1.7.3 2013-12-10 07:12:52 +01:00
auth Log even more error stuff for login. 2013-12-25 01:27:38 +01:00
lists Tidy status messages a bit 2013-12-23 15:48:26 +00:00
net Use the central URL list for forge URLs 2013-12-23 00:43:29 +01:00
tasks Initial FTB support. Allows "tracking" of FTB instances. 2013-12-21 23:40:37 +01:00
updater Various updater fixes 2013-12-28 04:23:48 +01:00
BaseInstance_p.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
BaseInstance.cpp Remove obsolete auto login option. 2013-12-16 22:30:42 +01:00
BaseInstance.h Improve group changing, update instance on version change 2013-12-15 18:13:46 +01:00
BaseVersion.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01: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
ForgeInstaller.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
ForgeInstaller.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
InstanceFactory.cpp Make FTB instances behave better 2013-12-22 04:31:30 +01:00
InstanceFactory.h Initial FTB support. Allows "tracking" of FTB instances. 2013-12-21 23:40:37 +01:00
InstanceLauncher.cpp Nuke dead code 2013-11-28 22:05:58 -06:00
InstanceLauncher.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
JavaChecker.cpp Fix Java checker leaving behind temporary jar files 2013-12-22 23:05:18 +01:00
JavaChecker.h Use temporary files for the java checker 2013-12-13 00:02:58 +01:00
JavaCheckerJob.cpp Better (but unsorted) Java detection 2013-12-11 04:54:00 +00:00
JavaCheckerJob.h Better (but unsorted) Java detection 2013-12-11 04:54:00 +00:00
JavaUtils.cpp Make sure adding forced candidates doesn't result in duplicates 2013-12-12 15:25:02 +00:00
JavaUtils.h Java version list should be sorted, JRE->JDK, 64->32 2013-12-12 14:56:32 +00:00
LegacyForge.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
LegacyForge.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
LegacyFTBInstance.cpp Initial FTB support. Allows "tracking" of FTB instances. 2013-12-21 23:40:37 +01:00
LegacyFTBInstance.h Initial FTB support. Allows "tracking" of FTB instances. 2013-12-21 23:40:37 +01:00
LegacyInstance_p.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
LegacyInstance.cpp Disable/enable mods with checkboxes. Needs testing. 2013-12-26 05:14:32 +01:00
LegacyInstance.h Fix offline mode bugs 2013-12-08 22:06:04 +01:00
LegacyUpdate.cpp Do not merge disabled jar mods. 2013-12-26 05:19:11 +01:00
LegacyUpdate.h Fix offline mode bugs 2013-12-08 22:06:04 +01:00
MinecraftProcess.cpp Offline mode support, part 1 2013-12-05 02:39:52 +01:00
MinecraftProcess.h Fix login and startup logging issues 2013-12-01 02:00:42 +01:00
MinecraftVersion.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
Mod.cpp Disable/enable mods with checkboxes. Needs testing. 2013-12-26 05:14:32 +01:00
Mod.h Disable/enable mods with checkboxes. Needs testing. 2013-12-26 05:14:32 +01:00
ModList.cpp Handle the foo + foo.disabled jar mod corner case better. 2013-12-27 02:18:40 +01:00
ModList.h Disable/enable mods with checkboxes. Needs testing. 2013-12-26 05:14:32 +01:00
NagUtils.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
NagUtils.h Added NagUtils, nag people about trying to override JVM memory options 2013-11-03 15:20:26 +00:00
NostalgiaInstance.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
NostalgiaInstance.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
OneSixFTBInstance.cpp FTB fixage 2013-12-22 05:47:10 +01:00
OneSixFTBInstance.h Initial FTB support. Allows "tracking" of FTB instances. 2013-12-21 23:40:37 +01:00
OneSixInstance_p.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
OneSixInstance.cpp Fix twitch 2013-12-14 01:18:54 +01:00
OneSixInstance.h Merge branch 'feature_assets' into develop 2013-12-08 22:19:58 +01:00
OneSixLibrary.cpp First sweep moving URLs to a constants file 2013-12-13 14:58:11 +00:00
OneSixLibrary.h First sweep moving URLs to a constants file 2013-12-13 14:58:11 +00:00
OneSixRule.cpp Could reach end of rulesFromJsonV4 method without returning a QList 2013-11-28 14:50:04 -05:00
OneSixRule.h Implement user info stub for newest minecraft snapshot 2013-11-22 01:04:14 +01:00
OneSixUpdate.cpp Tidy status messages a bit 2013-12-23 15:48:26 +00:00
OneSixUpdate.h Finish assets update for 1.7.3 2013-12-10 07:12:52 +01:00
OneSixVersion.cpp Add support for 1.7.4 user_type (needs testing with legacy accounts) 2013-12-13 02:47:59 +01:00
OneSixVersion.h More work on new assets system. Works given a properly constructed assets folder, no downloading yet 2013-12-08 06:12:53 +00:00
OpSys.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
OpSys.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01: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 Move "manage accounts" to right, use player skin when available 2013-11-27 16:56:15 +00:00