aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2014-02-16Fix a few bugs in profilers.Petr Mrázek
* Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
2014-02-15Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer
2014-02-15Another attempt at fixing windows buildJan Dalheimer
2014-02-15Try to be cross-platformJan Dalheimer
2014-02-15Underp and fix some stuff. Works nicer now.Jan Dalheimer
2014-02-15Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer
2014-02-14Merge https://github.com/max96at/MultiMC5 into developPetr Mrázek
2014-02-09Merge branch 'integration_derpstances_groupview' into developPetr Mrázek
2014-02-09Blacklist the FTB voxel pack.Petr Mrázek
2014-02-09Only load instance list twice.Petr Mrázek
2014-02-08Fix crash bug related to messageboxes interrupting model resets in the ↵Petr Mrázek
instance list.
2014-02-08Merge branch 'feature_groupview' into integration_derpstances_groupviewPetr Mrázek
2014-02-08Allow overriding the order in which patches are appliedJan Dalheimer
2014-02-08Error if a patch file is for a different version of minecraftJan Dalheimer
2014-02-06Small tweaks to make things better.Petr Mrázek
2014-02-04Pave.Petr Mrázek
2014-02-02Fix installing forge after liteloader and then removing liteloader. Also ↵Jan Dalheimer
formatting.
2014-02-02Add a MMC-depend field (soft/hard) for version checkingJan Dalheimer
2014-02-01Disable anything related to user.json for now. Will be re-enabled once we ↵Jan Dalheimer
have a gui for it.
2014-02-01Merge remote-tracking branch 'upstream/feature_derpstances' into ↵Jan Dalheimer
feature_derpstances
2014-02-01Fix some bugs that got uncovered while trying to get liteloader 1.7 to workJan Dalheimer
2014-02-01Merge branch 'feature_derpstances' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into feature_derpstances Conflicts: gui/dialogs/OneSixModEditDialog.cpp logic/OneSixUpdate.cpp
2014-02-01Fix a bugJan Dalheimer
2014-02-01Change the OneSix library view. It now shows a list of patches.Jan Dalheimer
2014-01-28custom.json overrides all. For user patching there now is instance.jsonJan Dalheimer
2014-01-27Fix library orderingJan Dalheimer
2014-01-27Have the libraries tab show tweaker mods instead of librariesJan Dalheimer
2014-01-27Split parsing/applying. Better error logging. Fix crash.Jan Dalheimer
2014-01-27Offline mode can be used even when online.Petr Mrázek
Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
2014-01-24Fix some stuffJan Dalheimer
2014-01-24Change naming from Derp -> OneSix until the new instance type supports legacyJan Dalheimer
2014-01-23Forge works now too, and so does forge+liteloaderJan Dalheimer
2014-01-22Got liteloader working. Patching more or less worksJan Dalheimer
2014-01-22Added more possible java paths on OSX.Noah Mayr
2014-01-22Work towards liteloader support. Fix creating new instanceJan Dalheimer
2014-01-22Merge branch 'develop' into feature_derpstancesJan Dalheimer
2014-01-22Fix launchingJan Dalheimer
2014-01-22Derpstances. Everything renamed. Launching does not yet work.Jan Dalheimer
2014-01-22Extract native libs in the launcher part.Petr Mrázek
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.