summaryrefslogtreecommitdiffstats
path: root/logic
Commit message (Collapse)AuthorAgeLines
* Marginally improve OneSix offline mode launchPetr Mrázek2014-01-18-49/+97
| | | | | While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
* Change the native extraction/loading logic.Petr Mrázek2014-01-18-45/+68
|
* Improve Console window output.Orochimarufan2014-01-17-44/+177
| | | | | | | | | -> 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>
* Sort forge versions right. Do not spam the multimc log with mc server status ↵Petr Mrázek2014-01-16-13/+31
| | | | stuff.
* Fix FTB.Petr Mrázek2014-01-15-34/+54
| | | | | Add support of private packs. Fix instance ID problems related to FTB instances.
* Do not use the java checker during instance updatePetr Mrázek2014-01-14-91/+65
|
* Small fix for stale files getting stuck in the cachePetr Mrázek2014-01-13-5/+11
|
* Merge branch 'feature_better_launch' into developPetr Mrázek2014-01-12-3/+11
|\
| * Fix window title problem on OSX.Petr Mrázek2014-01-12-3/+11
| |
* | Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek2014-01-12-9/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui
| * | Fix a few things related to the translationsJan Dalheimer2014-01-04-9/+9
| | |
* | | Merge branch 'feature_mojang_status' into developPetr Mrázek2014-01-12-0/+196
|\ \ \
| * | | More comments removalSky2014-01-12-1/+0
| | | |
| * | | Remove wrong commentsSky2014-01-12-10/+0
| | | |
| * | | Show Mojang service statuses in status barSky2014-01-12-0/+207
| | | |
* | | | Merge branch 'feature_better_launch' into developPetr Mrázek2014-01-12-107/+113
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek2014-01-12-107/+113
| | | | | | | | | | | | command line.
* | | Harden CacheDownload.Petr Mrázek2014-01-11-25/+39
| | | | | | | | | | | | It's now super hard. SRSLY.
* | | Make CacheDownload use QSaveFilePetr Mrázek2014-01-10-30/+24
| | |
* | | Hide user properties in the console tooSky2014-01-10-0/+8
|/ /
* | Add logging calls to the java checker.Petr Mrázek2014-01-09-2/+11
| |
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into new-version-systemForkk2014-01-07-18/+6
|\ \
| * | Deploy jars instead of extracting them at runtime, remove non-working nvidia fixPetr Mrázek2014-01-08-18/+6
| | |
* | | Rework version numbering system.Forkk2014-01-07-6/+7
|/ / | | | | | | Again...
* | Don't include debugging messages :(Sky2014-01-07-1/+0
| |
* | Return a properly sorted list of checked javasSky2014-01-07-4/+11
| |
* | Do not log each and every possible update. Only the latest one.Petr Mrázek2014-01-07-2/+2
| |
* | Remove the $PWD hack and tests that depended on it.Petr Mrázek2014-01-05-20/+4
| |
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek2014-01-05-4/+5
|\ \
| * \ Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developForkk2014-01-04-1/+1
| |\ \
| * | | Implement changing update channelsForkk2014-01-04-4/+5
| | | | | | | | | | | | | | | | | | | | Allow the user to select which update channel they would like to download updates from.
* | | | Add an option to force using local updater binary (for updater development)Petr Mrázek2014-01-05-1/+1
| | | |
* | | | Some more updater fixesPetr Mrázek2014-01-05-21/+23
| | | | | | | | | | | | | | | | Paths were wrong - still used work directory instead of root
* | | | Mess with the updater again.Petr Mrázek2014-01-05-5/+6
| |/ / |/| |
* | | Fix mod list checkboxesPetr Mrázek2014-01-04-1/+1
|/ /
* | Don't try to check for notifications if we don't have a URL for itJan Dalheimer2014-01-03-0/+7
| |
* | Fix for pre-Qt5.2Jan Dalheimer2014-01-03-1/+1
| |
* | Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer2014-01-03-0/+167
|/
* DEBUG: Add some logging for instance loading.Petr Mrázek2014-01-03-5/+17
|
* Force cached updater binary to always resolve as stalePetr Mrázek2014-01-02-5/+4
|
* Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsForkk2014-01-02-845/+2567
|\ | | | | | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.h
| * Make .ico files usable (the plugin is already included)Jan Dalheimer2014-01-02-2/+2
| |
| * Removed incomplete osx java detection log messagemax96at2014-01-02-2/+0
| |
| * Improved java detection on OSX.Noah Mayr2014-01-02-0/+2
| |
| * ThreadTask for all your ThreadNeedsPetr Mrázek2014-01-01-0/+68
| | | | | | | | Use only when absolutely required.
| * Move assets migration to a task. Needs threading.Sky2014-01-01-79/+165
| |
| * Allow the use of synonyms in settings. Refactor settings.Petr Mrázek2014-01-01-48/+36
| | | | | | | | Remove a bunch of obsolete/unused code.
| * Refactor icon lists heavilyPetr Mrázek2013-12-31-280/+538
| | | | | | | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
| * Fix various LiteLoader related bugs.Petr Mrázek2013-12-29-1/+8
| |
| * Merge https://github.com/robotbrain/MultiMC5 into developPetr Mrázek2013-12-29-14/+57
| |\