MultiMC5/api/logic
Petr Mrázek dd0e996081 GH-1697 always stale files tolerate errors if a local copy is present
This fixes the situation when liteloader snapshot site is broken
and there's an older local snapshot already present.
2016-10-28 02:19:19 +02:00
..
icons NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
java NOISSUE implement direct java launch 2016-08-01 21:15:08 +02:00
launch GH-1675 reimplement suspesion of log watch 2016-10-11 21:34:02 +02:00
minecraft GH-1697 always stale files tolerate errors if a local copy is present 2016-10-28 02:19:19 +02:00
net GH-1697 always stale files tolerate errors if a local copy is present 2016-10-28 02:19:19 +02:00
news NOISSUE refactor *Download into more, smaller pieces 2016-06-05 23:55:39 +02:00
notifications NOISSUE refactor *Download into more, smaller pieces 2016-06-05 23:55:39 +02:00
pathmatcher NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
screenshots NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
settings NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
status NOISSUE refactor *Download into more, smaller pieces 2016-06-05 23:55:39 +02:00
tasks NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
testdata NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
tools NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
trans NOISSUE refactor *Download into more, smaller pieces 2016-06-05 23:55:39 +02:00
updater NOISSUE refactor *Download into more, smaller pieces 2016-06-05 23:55:39 +02:00
wonko NOISSUE refactor *Download into more, smaller pieces 2016-06-05 23:55:39 +02:00
BaseInstaller.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
BaseInstaller.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
BaseInstance.cpp NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
BaseInstance.h NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
BaseInstanceProvider.h NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
BaseVersion.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
BaseVersionList.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
BaseVersionList.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
CMakeLists.txt NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
Commandline.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
Commandline.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
DefaultVariable.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
Env.cpp GH-1559 Fix FTB icons 2016-05-03 00:27:28 +02:00
Env.h GH-1559 Fix FTB icons 2016-05-03 00:27:28 +02:00
Exception.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
FileSystem_test.cpp NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
FileSystem.cpp NOISSUE log which file couldn't be copied during recursive copy 2016-06-10 00:58:30 +02:00
FileSystem.h NOISSUE use QtConcurrent to run FS operations in worker threads 2016-10-26 18:21:25 +02:00
FolderInstanceProvider.cpp NOISSUE use QtConcurrent to run FS operations in worker threads 2016-10-26 18:21:25 +02:00
FolderInstanceProvider.h NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
GZip_test.cpp NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
GZip.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
GZip.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
InstanceCopyTask.cpp NOISSUE use QtConcurrent to run FS operations in worker threads 2016-10-26 18:21:25 +02:00
InstanceCopyTask.h NOISSUE use QtConcurrent to run FS operations in worker threads 2016-10-26 18:21:25 +02:00
InstanceCreationTask.cpp NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
InstanceCreationTask.h NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
InstanceImportTask.cpp NOISSUE use QtConcurrent to run FS operations in worker threads 2016-10-26 18:21:25 +02:00
InstanceImportTask.h NOISSUE use QtConcurrent to run FS operations in worker threads 2016-10-26 18:21:25 +02:00
InstanceList.cpp NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
InstanceList.h NOISSUE Granular instance reload 2016-10-26 18:21:24 +02:00
Json.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
Json.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
MMCStrings.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
MMCStrings.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
MMCZip.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
MMCZip.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
NullInstance.h GH-352 Make OneSix instance update downloads cancellable 2016-08-14 23:22:54 +02:00
QObjectPtr.h GH-352 Make OneSix instance update downloads cancellable 2016-08-14 23:22:54 +02:00
RecursiveFileSystemWatcher.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
RecursiveFileSystemWatcher.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
RWStorage.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
SeparatorPrefixTree.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
Version_test.cpp NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
Version.cpp NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
Version.h NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00