aboutsummaryrefslogtreecommitdiff
path: root/logic/OneSixInstance.cpp
AgeCommit message (Collapse)Author
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-10-26Add dark, light, blue and colored theme from pe.Petr Mrázek
Replaces the old dark and light themes
2014-09-06Sync from quickmodsPetr Mrázek
2014-07-12Add a new page that can show all sorts of logsJan Dalheimer
2014-07-10Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek
2014-06-30Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek
Dirty fix for screenshot thumbnail generation. Needs more QTimer.
2014-06-28Turn screenshot management into a page.Petr Mrázek
2014-06-20No more disabling of actions in the instance toolbar. It makes no sense.Petr Mrázek
2014-06-18Replace notes dialog with a page.Petr Mrázek
2014-06-10More github wiki friendly help page namesPetr Mrázek
2014-06-10Add close button to page dialog. Add help button to page dialog.Petr Mrázek
Smile.
2014-06-09Instance settings moved to a page.Petr Mrázek
2014-06-09Version revert logic improvements, colorful icons for mod lists and resource ↵Petr Mrázek
pack list. Icons are from Oxygen.
2014-06-09Show texture/resource packs when appropriate.Petr Mrázek
2014-06-09Page dialog for legacy instances.Petr Mrázek
2014-06-09Add and implement pages and page dialog.Petr Mrázek
2014-06-09Implement adding jar mods, break saving library order.Petr Mrázek
2014-06-09Lock down the version cache. Just enough to make it annoying to corrupt the ↵Petr Mrázek
files.
2014-06-09All of the broken legacy things work.Petr Mrázek
2014-06-09Reorganize logic code.Petr Mrázek
2014-06-09Add builtin Minecraft versions for legacyPetr Mrázek
2014-06-09Set the window params inside the launcher part, depending on launcher type.Petr Mrázek
Also create/change the new internal version files.
2014-06-09Fix launcher part for legacy in onesix.Petr Mrázek
2014-06-09Much change, very jarmod.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-03-31Fix FTB-related issuesPetr Mrázek
2014-03-10Merge branch 'develop' into feature_badgesJan Dalheimer
Conflicts: logic/OneSixInstance.cpp
2014-03-10Instance badges. Some easter eggs and one for broken so far.Jan Dalheimer
2014-03-09Merge remote-tracking branch 'origin/feature_fix_log' into integration_butcheryPetr Mrázek
Conflicts: logic/MinecraftProcess.cpp
2014-03-09Merge remote-tracking branch 'origin/feature_commands' into integration_butcheryPetr Mrázek
2014-03-09Improve reporting of version file errors.xPetr Mrázek
2014-03-09Some pre/post related stuffJan Dalheimer
Reload the onesix version config after the commands (addresses https://www.pivotaltracker.com/story/show/60360652) Add a few more variables and also substitute them in the command (fixes https://www.pivotaltracker.com/story/show/66994828)
2014-03-03More code butchery related to version files. No end in sight.Petr Mrázek
2014-03-02Remove widgets from logic.Petr Mrázek
2014-03-01Reorganize the version-related code.Petr Mrázek
2014-02-24Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts.
2014-02-24Merge branch 'feature_profiling' into integration_json_and_toolsPetr Mrázek
2014-02-21Copying of FTB instances working againJan Dalheimer
2014-02-21Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer
2014-02-20Use FTB's libraries/ and versions/ folders for non-copied instancesJan Dalheimer
2014-02-17Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer
used for badges.
2014-02-17Actually remove instances if they fail to loadJan Dalheimer
2014-02-15Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer
2014-02-15Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer
2014-02-02Fix installing forge after liteloader and then removing liteloader. Also ↵Jan Dalheimer
formatting.
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-01Change the OneSix library view. It now shows a list of patches.Jan 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.