summaryrefslogtreecommitdiffstats
path: root/logic/LegacyInstance.cpp
Commit message (Collapse)AuthorAgeLines
* SCRATCH move things to the right placesPetr Mrázek2015-04-12-346/+0
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-1/+1
|
* SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGLPetr Mrázek2015-04-12-3/+7
|
* SCRATCH move icons over to Env, instance proxy model to guiPetr Mrázek2015-04-12-1/+1
|
* SCRATCH eliminate InstanceFactoryPetr Mrázek2015-04-12-2/+2
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-9/+19
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Fix jar mods for OnesSixPetr Mrázek2014-12-27-36/+73
|
* Fix #537Petr Mrázek2014-11-08-1/+1
| | | | | Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Add dark, light, blue and colored theme from pe.Petr Mrázek2014-10-26-2/+2
| | | | Replaces the old dark and light themes
* Sync from quickmodsPetr Mrázek2014-09-06-1/+1
|
* disable that upgrade pagePetr Mrázek2014-07-03-1/+2
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-1/+1
|
* Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-06-30-3/+3
| | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer.
* Turn screenshot management into a page.Petr Mrázek2014-06-28-0/+2
|
* No more disabling of actions in the instance toolbar. It makes no sense.Petr Mrázek2014-06-20-13/+0
|
* Replace notes dialog with a page.Petr Mrázek2014-06-18-0/+2
|
* More github wiki friendly help page namesPetr Mrázek2014-06-10-4/+4
|
* Add close button to page dialog. Add help button to page dialog.Petr Mrázek2014-06-10-3/+5
| | | | Smile.
* Instance settings moved to a page.Petr Mrázek2014-06-09-0/+2
|
* Version revert logic improvements, colorful icons for mod lists and resource ↵Petr Mrázek2014-06-09-2/+2
| | | | | | pack list. Icons are from Oxygen.
* Show texture/resource packs when appropriate.Petr Mrázek2014-06-09-1/+2
|
* Page dialog for legacy instances.Petr Mrázek2014-06-09-1/+19
|
* Add and implement pages and page dialog.Petr Mrázek2014-06-09-5/+0
|
* Add back legacy mod edit, add checksums for all legacy jarsPetr Mrázek2014-06-09-1/+2
|
* Begin the transformation!Petr Mrázek2014-06-09-8/+3
| | | | Nuke all the things.
* Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek2014-05-18-10/+2
|
* Download and cache FML libs for legacy minecraft versions.Petr Mrázek2014-04-19-0/+5
| | | | | | * minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
* Instance badges. Some easter eggs and one for broken so far.Jan Dalheimer2014-03-10-2/+2
|
* Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek2014-02-24-0/+10
|\ | | | | | | | | | | | | | | 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-0/+10
| | | | | | | | used for badges.
* | Fix a few bugs in profilers.Petr Mrázek2014-02-16-1/+1
|/ | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
* Offline mode can be used even when online.Petr Mrázek2014-01-27-7/+8
| | | | | | 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.
* 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-44/+13
| | | | command line.
* Deploy jars instead of extracting them at runtime, remove non-working nvidia fixPetr Mrázek2014-01-08-4/+2
|
* Allow the use of synonyms in settings. Refactor settings.Petr Mrázek2014-01-01-5/+5
| | | | Remove a bunch of obsolete/unused code.
* Refactor icon lists heavilyPetr Mrázek2013-12-31-1/+1
| | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
* Disable/enable mods with checkboxes. Needs testing.Petr Mrázek2013-12-26-0/+1
| | | | A lot of testing!
* 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-1/+1
| | | | | 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-8/+4
| | | | Fixes problems with latest snapshot
* Merge branch 'feature_yggdrasil' into developPetr Mrázek2013-11-24-3/+3
|\ | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
| * Nuke and pave the old login systemAndrew2013-11-20-3/+3
| | | | | | | | Also, account list now saves profile lists.
* | Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-44/+11
|/ | | | | | | | | | Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-10/+29
|
* Hack for Intel graphics drivers on Windows.Petr Mrázek2013-10-31-0/+9
|