summaryrefslogtreecommitdiffstats
path: root/logic
Commit message (Collapse)AuthorAgeLines
* RestructureJan Dalheimer2014-02-16-2/+2
|
* Only show folders that really are worldsJan Dalheimer2014-02-16-9/+34
|
* Attempt to find jvisualvmJan Dalheimer2014-02-16-1/+6
|
* Use a combobox instead of a file dialogJan Dalheimer2014-02-16-5/+8
|
* Fix for windows and update tool menu after closing settings dialogJan Dalheimer2014-02-16-3/+11
|
* Fix more stuff. Detached tools, only MCEdit for now.Jan Dalheimer2014-02-16-40/+199
|
* More fixes.Jan Dalheimer2014-02-16-5/+16
|
* Fix stuff. Make sure different ways of aborting profiling work.Jan Dalheimer2014-02-16-2/+40
|
* Fix a few bugs in profilers.Petr Mrázek2014-02-16-3/+27
| | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
* Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer2014-02-15-15/+44
|
* Another attempt at fixing windows buildJan Dalheimer2014-02-15-4/+8
|
* Try to be cross-platformJan Dalheimer2014-02-15-1/+15
|
* Underp and fix some stuff. Works nicer now.Jan Dalheimer2014-02-15-5/+1
|
* Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer2014-02-15-1/+202
|
* Merge https://github.com/max96at/MultiMC5 into developPetr Mrázek2014-02-14-1/+14
|\
| * Added more possible java paths on OSX.Noah Mayr2014-01-22-1/+14
| |
* | Merge branch 'integration_derpstances_groupview' into developPetr Mrázek2014-02-09-524/+1759
|\ \
| * | Blacklist the FTB voxel pack.Petr Mrázek2014-02-09-0/+2
| | |
| * | Only load instance list twice.Petr Mrázek2014-02-09-3/+9
| | |
| * | Fix crash bug related to messageboxes interrupting model resets in the ↵Petr Mrázek2014-02-08-52/+72
| | | | | | | | | | | | instance list.
| * | Merge branch 'feature_groupview' into integration_derpstances_groupviewPetr Mrázek2014-02-08-7/+5
| |\ \
| | * | Pave.Petr Mrázek2014-02-04-7/+5
| | | |
| * | | Allow overriding the order in which patches are appliedJan Dalheimer2014-02-08-0/+84
| | | |
| * | | Error if a patch file is for a different version of minecraftJan Dalheimer2014-02-08-0/+9
| | | |
| * | | Fix installing forge after liteloader and then removing liteloader. Also ↵Jan Dalheimer2014-02-02-82/+96
| | | | | | | | | | | | | | | | formatting.
| * | | Add a MMC-depend field (soft/hard) for version checkingJan Dalheimer2014-02-02-32/+100
| | | |
| * | | Disable anything related to user.json for now. Will be re-enabled once we ↵Jan Dalheimer2014-02-01-1/+3
| | | | | | | | | | | | | | | | have a gui for it.
| * | | Merge remote-tracking branch 'upstream/feature_derpstances' into ↵Jan Dalheimer2014-02-01-170/+238
| |\ \ \ | | | | | | | | | | | | | | | feature_derpstances
| | * \ \ Merge branch 'feature_derpstances' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek2014-02-01-465/+1486
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into feature_derpstances Conflicts: gui/dialogs/OneSixModEditDialog.cpp logic/OneSixUpdate.cpp
| * | | | Fix some bugs that got uncovered while trying to get liteloader 1.7 to workJan Dalheimer2014-02-01-1/+12
| | |/ / | |/| |
| * | | Fix a bugJan Dalheimer2014-02-01-3/+3
| | | |
| * | | Change the OneSix library view. It now shows a list of patches.Jan Dalheimer2014-02-01-12/+116
| | | |
| * | | custom.json overrides all. For user patching there now is instance.jsonJan Dalheimer2014-01-28-42/+65
| | | |
| * | | Fix library orderingJan Dalheimer2014-01-27-29/+17
| | | |
| * | | Have the libraries tab show tweaker mods instead of librariesJan Dalheimer2014-01-27-43/+13
| | | |
| * | | Split parsing/applying. Better error logging. Fix crash.Jan Dalheimer2014-01-27-327/+814
| | | |
| * | | Fix some stuffJan Dalheimer2014-01-24-4/+4
| | | |
| * | | Change naming from Derp -> OneSix until the new instance type supports legacyJan Dalheimer2014-01-24-767/+321
| | | |
| * | | Forge works now too, and so does forge+liteloaderJan Dalheimer2014-01-23-76/+232
| | | |
| * | | Got liteloader working. Patching more or less worksJan Dalheimer2014-01-22-54/+208
| | | |
| * | | Work towards liteloader support. Fix creating new instanceJan Dalheimer2014-01-22-77/+116
| | | |
| * | | Merge branch 'develop' into feature_derpstancesJan Dalheimer2014-01-22-6/+6
| |\ \ \ | | | |/ | | |/|
| * | | Fix launchingJan Dalheimer2014-01-22-3/+1
| | | |
| * | | Derpstances. Everything renamed. Launching does not yet work.Jan Dalheimer2014-01-22-314/+862
| | | |
* | | | Small tweaks to make things better.Petr Mrázek2014-02-06-13/+38
| |_|/ |/| |
* | | Offline mode can be used even when online.Petr Mrázek2014-01-27-170/+238
| |/ |/| | | | | | | | | 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.
* | Extract native libs in the launcher part.Petr Mrázek2014-01-22-6/+6
|/
* Fix library path for 64bit nativesPetr Mrázek2014-01-21-1/+1
|
* Update the changelog, version, scale the instance iconPetr Mrázek2014-01-20-0/+18
|
* Scale faces to 64x64Petr Mrázek2014-01-19-1/+1
|