aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2014-01-21Fix library path for 64bit nativesPetr Mrázek
2014-01-20Update the changelog, version, scale the instance iconPetr Mrázek
2014-01-19Scale faces to 64x64Petr Mrázek
2014-01-18Merge branch 'fix_tests' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
2014-01-18DERP DERP DERPPetr Mrázek
DERP ALERT. DUCK AND COVER!
2014-01-18Fix derp: there is no static QFileInfo::exists in Qt 5.1.1Petr Mrázek
2014-01-18Marginally improve OneSix offline mode launchPetr Mrázek
While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
2014-01-18Change the native extraction/loading logic.Petr Mrázek
2014-01-17Improve Console window output.Orochimarufan
-> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com>
2014-01-16Sort forge versions right. Do not spam the multimc log with mc server status ↵Petr Mrázek
stuff.
2014-01-15Fix FTB.Petr Mrázek
Add support of private packs. Fix instance ID problems related to FTB instances.
2014-01-14Do not use the java checker during instance updatePetr Mrázek
2014-01-13Small fix for stale files getting stuck in the cachePetr Mrázek
2014-01-12Merge branch 'feature_better_launch' into developPetr Mrázek
2014-01-12Fix window title problem on OSX.Petr Mrázek
2014-01-12Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui
2014-01-12Merge branch 'feature_mojang_status' into developPetr Mrázek
2014-01-12Merge branch 'feature_better_launch' into developPetr Mrázek
2014-01-12Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek
command line.
2014-01-12More comments removalSky
2014-01-12Remove wrong commentsSky
2014-01-12Show Mojang service statuses in status barSky
2014-01-11Harden CacheDownload.Petr Mrázek
It's now super hard. SRSLY.
2014-01-10Make CacheDownload use QSaveFilePetr Mrázek
2014-01-10Hide user properties in the console tooSky
2014-01-09Add logging calls to the java checker.Petr Mrázek
2014-01-07Merge branch 'develop' of github.com:MultiMC/MultiMC5 into new-version-systemForkk
2014-01-08Deploy jars instead of extracting them at runtime, remove non-working nvidia fixPetr Mrázek
2014-01-07Rework version numbering system.Forkk
Again...
2014-01-07Don't include debugging messages :(Sky
2014-01-07Return a properly sorted list of checked javasSky
2014-01-07Do not log each and every possible update. Only the latest one.Petr Mrázek
2014-01-05Get rid of some obsolete functionsJan Dalheimer
2014-01-05Remove the $PWD hack and tests that depended on it.Petr Mrázek
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2014-01-05Add an option to force using local updater binary (for updater development)Petr Mrázek
2014-01-05Some more updater fixesPetr Mrázek
Paths were wrong - still used work directory instead of root
2014-01-04Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developForkk
2014-01-04Implement changing update channelsForkk
Allow the user to select which update channel they would like to download updates from.
2014-01-05Mess with the updater again.Petr Mrázek
2014-01-04Fix mod list checkboxesPetr Mrázek
2014-01-04Fix a few things related to the translationsJan Dalheimer
2014-01-03Don't try to check for notifications if we don't have a URL for itJan Dalheimer
2014-01-03Fix for pre-Qt5.2Jan Dalheimer
2014-01-03Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer
2014-01-03DEBUG: Add some logging for instance loading.Petr Mrázek
2014-01-02Force cached updater binary to always resolve as stalePetr Mrázek
2014-01-02Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsForkk
Conflicts: CMakeLists.txt gui/MainWindow.h
2014-01-02Add news checking system and news toolbarForkk
2014-01-02Make .ico files usable (the plugin is already included)Jan Dalheimer