summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.cpp
Commit message (Collapse)AuthorAgeLines
* Lock down the version cache. Just enough to make it annoying to corrupt the ↵Petr Mrázek2014-06-09-12/+9
| | | | files.
* All of the broken legacy things work.Petr Mrázek2014-06-09-1/+4
|
* Reorganize logic code.Petr Mrázek2014-06-09-10/+11
|
* Add builtin Minecraft versions for legacyPetr Mrázek2014-06-09-0/+4
|
* Set the window params inside the launcher part, depending on launcher type.Petr Mrázek2014-06-09-18/+0
| | | | Also create/change the new internal version files.
* Fix launcher part for legacy in onesix.Petr Mrázek2014-06-09-17/+47
|
* Much change, very jarmod.Petr Mrázek2014-06-09-14/+56
|
* Begin the transformation!Petr Mrázek2014-06-09-21/+43
| | | | Nuke all the things.
* Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek2014-05-18-10/+3
|
* Fix FTB-related issues0.3.1Petr Mrázek2014-03-31-0/+11
|
* Merge branch 'develop' into feature_badgesJan Dalheimer2014-03-10-16/+43
|\ | | | | | | | | Conflicts: logic/OneSixInstance.cpp
| * Merge remote-tracking branch 'origin/feature_fix_log' into integration_butcheryPetr Mrázek2014-03-09-1/+13
| |\ | | | | | | | | | | | | Conflicts: logic/MinecraftProcess.cpp
| * \ Merge remote-tracking branch 'origin/feature_commands' into integration_butcheryPetr Mrázek2014-03-09-0/+5
| |\ \
| | * | Some pre/post related stuffJan Dalheimer2014-03-09-0/+5
| | |/ | | | | | | | | | | | | 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)
| * | Improve reporting of version file errors.xPetr Mrázek2014-03-09-5/+12
| | |
| * | More code butchery related to version files. No end in sight.Petr Mrázek2014-03-03-8/+11
| | |
| * | Remove widgets from logic.Petr Mrázek2014-03-02-3/+3
| | |
| * | Reorganize the version-related code.Petr Mrázek2014-03-01-6/+6
| |/
* / Instance badges. Some easter eggs and one for broken so far.Jan Dalheimer2014-03-10-4/+4
|/
* Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek2014-02-24-3/+20
|\ | | | | | | | | | | | | | | Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts.
| * Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer2014-02-17-2/+13
| | | | | | | | used for badges.
| * Actually remove instances if they fail to loadJan Dalheimer2014-02-17-1/+8
| |
* | Merge branch 'feature_profiling' into integration_json_and_toolsPetr Mrázek2014-02-24-1/+1
|\ \
| * | Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer2014-02-15-0/+1
| | |
| * | Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer2014-02-15-1/+0
| |/
* | Copying of FTB instances working againJan Dalheimer2014-02-21-0/+5
| |
* | Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer2014-02-21-2/+12
| |
* | Use FTB's libraries/ and versions/ folders for non-copied instancesJan Dalheimer2014-02-20-5/+12
|/
* Fix installing forge after liteloader and then removing liteloader. Also ↵Jan Dalheimer2014-02-02-5/+5
| | | | formatting.
* Merge branch 'feature_derpstances' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek2014-02-01-67/+51
|\ | | | | | | | | | | | | | | into feature_derpstances Conflicts: gui/dialogs/OneSixModEditDialog.cpp logic/OneSixUpdate.cpp
| * Change the OneSix library view. It now shows a list of patches.Jan Dalheimer2014-02-01-2/+3
| |
| * Split parsing/applying. Better error logging. Fix crash.Jan Dalheimer2014-01-27-7/+23
| |
| * Change naming from Derp -> OneSix until the new instance type supports legacyJan Dalheimer2014-01-24-0/+388
| |
| * Derpstances. Everything renamed. Launching does not yet work.Jan Dalheimer2014-01-22-416/+0
| |
* | Offline mode can be used even when online.Petr Mrázek2014-01-27-27/+12
| | | | | | | | | | | | 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-0/+5
|/
* Marginally improve OneSix offline mode launchPetr Mrázek2014-01-18-28/+27
| | | | | While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
* Fix window title problem on OSX.Petr Mrázek2014-01-12-1/+1
|
* Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek2014-01-12-48/+40
| | | | command line.
* Allow the use of synonyms in settings. Refactor settings.Petr Mrázek2014-01-01-2/+2
| | | | Remove a bunch of obsolete/unused code.
* Fix twitchPetr Mrázek2013-12-14-2/+11
|
* Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek2013-12-13-1/+1
|
* Finish assets update for 1.7.3Petr Mrázek2013-12-10-3/+2
|
* Merge branch 'feature_assets' into developPetr Mrázek2013-12-08-1/+64
|\
| * More work on new assets system. Works given a properly constructed assets ↵Sky2013-12-08-1/+64
| | | | | | | | folder, no downloading yet
* | Fix offline mode bugsPetr Mrázek2013-12-08-2/+2
| |
* | Finish preliminary offline supportPetr Mrázek2013-12-08-2/+2
| | | | | | | | | | | | | | | | | | * ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work.
* | Offline mode support, part 1Petr Mrázek2013-12-05-2/+2
|/ | | | | Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-1/+0
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Detect java bitness on launch, use appropriate librariesPetr Mrázek2013-11-25-27/+5
| | | | Fixes problems with latest snapshot