pollymc/logic
Petr Mrázek b00e63dbe8 More sync from quickmods
Also a small VersionSelectDialog refactor
2014-09-06 21:01:23 +02:00
..
assets Handle a bunch more clang warnings 2014-07-01 01:23:49 +02:00
auth Make the auth timeout longer (30s) 2014-07-09 19:53:35 +02:00
forge Sync from quickmods 2014-09-06 19:03:05 +02:00
icons Move settings lib into the main code, fixing error logging in it. 2014-07-01 01:48:09 +02:00
java Sync from quickmods 2014-09-06 19:03:05 +02:00
liteloader Sync from quickmods 2014-09-06 19:03:05 +02:00
minecraft Sync from quickmods 2014-09-06 19:03:05 +02:00
net Sync from quickmods 2014-09-06 19:03:05 +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
settings Fix liteloader, some cleanups. 2014-07-06 11:15:15 +02:00
status Finish status pills. 2014-05-17 16:23:48 +02:00
tasks Sync from quickmods 2014-09-06 19:03:05 +02:00
tools Sync from quickmods 2014-09-06 19:03:05 +02:00
updater Show changelog even when there are no new updates available. 2014-07-14 00:57:54 +02:00
BaseInstaller.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
BaseInstaller.h Handle a bunch more clang warnings 2014-07-01 01:23:49 +02:00
BaseInstance_p.h Sync from quickmods 2014-09-06 19:03:05 +02:00
BaseInstance.cpp Sync from quickmods 2014-09-06 19:03:05 +02:00
BaseInstance.h Sync from quickmods 2014-09-06 19:03:05 +02:00
BaseVersion.h Sync from quickmods 2014-09-06 19:03:05 +02:00
BaseVersionList.cpp Reorganize logic code. 2014-06-09 01:38:30 +02:00
BaseVersionList.h Make forge work. 2014-07-19 23:16:02 +02:00
DefaultVariable.h Implement gradle spec reader/writer 2014-07-16 02:03:52 +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 Sync from quickmods 2014-09-06 19:03:05 +02:00
InstanceFactory.h Sync from quickmods 2014-09-06 19:03:05 +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 Fix loading of Minecraft versions from FTB packs 2014-07-30 06:25:17 -04:00
InstanceList.h Make the FTB packs a set instead of a list. 2014-07-08 08:42:48 +02:00
LegacyFTBInstance.cpp Sync from quickmods 2014-09-06 19:03:05 +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 Move settings lib into the main code, fixing error logging in it. 2014-07-01 01:48:09 +02:00
LegacyInstance.cpp Sync from quickmods 2014-09-06 19:03:05 +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 Fix LWJGL version list loading. 2014-07-20 12:59:44 +02:00
LwjglVersionList.h Reorganize logic code. 2014-06-09 01:38:30 +02:00
MinecraftProcess.cpp Check if the java binary can be found before launch. 2014-07-23 00:16:31 +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 Sync from quickmods 2014-09-06 19:03:05 +02:00
MMCJson.h Sync from quickmods 2014-09-06 19:03:05 +02:00
Mod.cpp Fix #361 2014-07-13 15:26:26 +02:00
Mod.h Fix for #257 2014-05-08 19:00:48 +02:00
ModList.cpp Fix mod list sorting predicate, convert the changelog to markdown and reverse it. 2014-07-08 23:05:33 +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 More sync from quickmods 2014-09-06 21:01:23 +02:00
OneSixFTBInstance.h More sync from quickmods 2014-09-06 21:01:23 +02:00
OneSixInstance_p.h Add and implement pages and page dialog. 2014-06-09 01:38:31 +02:00
OneSixInstance.cpp Sync from quickmods 2014-09-06 19:03:05 +02:00
OneSixInstance.h Sync from quickmods 2014-09-06 19:03:05 +02:00
OneSixUpdate.cpp Add some logging to places where version updates might not trigger. 2014-08-21 00:32:32 +02:00
OneSixUpdate.h Make 1.6+ work with new instance format. 2014-06-09 01:38:30 +02:00
RecursiveFileSystemWatcher.cpp Finish of the OtherLogs page, and (re)format page related files 2014-07-12 23:31:06 +02:00
RecursiveFileSystemWatcher.h Finish of the OtherLogs page, and (re)format page related files 2014-07-12 23:31:06 +02:00
RWStorage.h Fix liteloader, some cleanups. 2014-07-06 11:15:15 +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 Revert "Do not include jutils in LWJGL versions." 2014-08-15 00:02:44 +02:00
VersionFilterData.h Make forge work. 2014-07-19 23:16:02 +02:00