pollymc/logic
Petr Mrázek f27a6c39ea Fix login and startup logging issues
Auth uses the refresh endpoint instead of validate. This means less password entering.
Console will now only autoscroll when already scrolled all the way down.
Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either).
Fix bug that prevented saving the account data (uninitialized variable).
Accounts can now trigger account list saving, this is used for the refresh endpoint.
2013-12-01 02:00:42 +01:00
..
auth Fix login and startup logging issues 2013-12-01 02:00:42 +01:00
lists Fix login and startup logging issues 2013-12-01 02:00:42 +01:00
net Nuke dead code 2013-11-28 22:05:58 -06:00
tasks Verify access tokens before launching Minecraft 2013-11-28 20:45:52 -06:00
BaseInstance_p.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
BaseInstance.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
BaseInstance.h Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +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 Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
InstanceFactory.h Add instance copying, fix instance creation (with identical names) 2013-11-03 21:28:04 +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 Add java checker to the instance settings 2013-11-25 01:14:30 +01:00
JavaChecker.h Prepare for rework of instance launch/update 2013-11-24 06:36:16 +01:00
JavaUtils.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
JavaUtils.h Prepare for rework of instance launch/update 2013-11-24 06:36:16 +01: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
LegacyInstance_p.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
LegacyInstance.cpp Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
LegacyInstance.h Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
LegacyUpdate.cpp Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
LegacyUpdate.h Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
MinecraftProcess.cpp Fix login and startup logging issues 2013-12-01 02:00:42 +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 Read mcmod.info first, forgeversion.properties second 2013-11-05 23:46:06 +00:00
Mod.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
ModList.cpp Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
ModList.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +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
OneSixAssets.cpp Fix assets URL (expected to change... again) 2013-11-18 20:12:24 +01:00
OneSixAssets.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
OneSixInstance_p.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
OneSixInstance.cpp Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
OneSixInstance.h Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
OneSixLibrary.cpp Fix for latest snapshot ``changes'' 2013-11-27 01:50:38 +01:00
OneSixLibrary.h Fix for latest snapshot ``changes'' 2013-11-27 01:50:38 +01: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 Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
OneSixUpdate.h Detect java bitness on launch, use appropriate libraries 2013-11-25 00:46:52 +01:00
OneSixVersion.cpp Fix for latest snapshot ``changes'' 2013-11-27 01:50:38 +01:00
OneSixVersion.h Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01: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