aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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/p-schneider/MultiMC5 into developPetr Mrázek
2014-02-14Merge https://github.com/robotbrain/MultiMC5 into developPetr Mrázek
2014-02-14Merge https://github.com/max96at/MultiMC5 into developPetr Mrázek
2014-02-14fixed the destination (href) of the link http://github.com/MultiMC/MultiMC5 ↵p-schneider
in AboutDialog.ui (+German translation)
2014-02-13Fix FTB paths on Windows XProbotbrain
2014-02-10Fix groupview issuesPetr Mrázek
* indexAt was using the wrong coordinate system * model events now trigger a delayed layout update instead of immediate.
2014-02-09Fix kitty. Meow.Petr Mrázek
2014-02-09Fix template magic in group view.Petr Mrázek
2014-02-09Do not divide by zero when the last group is collapsed.Petr Mrázek
2014-02-09Merge branch 'integration_derpstances_groupview' into developPetr Mrázek
2014-02-09Visual and scroll behavior changes to groupviewPetr Mrázek
Scroll by rows, not pixels. Paint the checkboxy thing again! Make0 it behave. Set the group header height properly.
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-08Group View: Use painting code from the previous group headers, small ↵Petr Mrázek
optimizations
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-05Paint the headers nicer.Petr Mrázek
2014-02-04Fix crash bug related to data changes in new group view.Petr Mrázek
2014-02-04A try at fixing the instance delegate. A bit. Maybe.Petr Mrázek
2014-02-04Pave.Petr Mrázek
2014-02-04Add 'depends/groupview/' from commit '946d49675cb4725c31ab49a51f3bcae302f89a19'Petr Mrázek
git-subtree-dir: depends/groupview git-subtree-mainline: a17caba2c9c2aa5960581db01e4b66472a9c019c git-subtree-split: 946d49675cb4725c31ab49a51f3bcae302f89a19
2014-02-04Nuke.Petr Mrázek
2014-02-04Swap things around -- rename refactors, moving towards non-derpy design. Maybe.Petr Mrázek
2014-02-03Reload version after removing custom.jsonJan Dalheimer
2014-02-02Oh my.Petr Mrázek
2014-02-02Fix drag&drop pixmap renderingPetr Mrázek
2014-02-02Fix group mouse interaction issuesPetr 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-02Small tweaksPetr Mrázek
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-31More reformat.Petr Mrázek
2014-01-31Reformat, Rename, RedoPetr Mrázek
2014-01-29Add 'empty text' to all the version selection dialogs.Petr Mrázek
Customize it for the Forge one so people finally shut up about 1.7.4
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-24Merge branch 'develop' into feature_derpstancesJan Dalheimer