summaryrefslogtreecommitdiffstats
path: root/logic/LegacyInstance.cpp
Commit message (Collapse)AuthorAgeLines
* 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
|
* Fix MMC-15Petr Mrázek2013-10-09-65/+60
| | | | ``mod does not delete from jar''
* Basic version changing (OneSix only for now)Petr Mrázek2013-10-08-0/+2
|
* Added file loggerPetr Mrázek2013-10-06-4/+4
|
* Implement basic yggdrasil auth.Petr Mrázek2013-09-23-3/+3
| | | | No fancy login token saving involved.
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-4/+4
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-1/+1
|
* Basic 1.6 mod management (no jar mods)Petr Mrázek2013-08-28-8/+7
|
* Slight refactor of the mod edit dialog constructorPetr Mrázek2013-08-27-2/+2
| | | | Also some other insignificant refactors
* Save icon for the legacy launcherPetr Mrázek2013-08-27-2/+5
|
* Many improvementsPetr Mrázek2013-08-25-0/+1
| | | | | | | | | | | PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.
* All kinds of incremental improvementsPetr Mrázek2013-08-25-0/+36
| | | | | | | | | Redone the instance action toolbar: * Removed all the dead actions * Change icon and Rename are now morphed into a header * Added button for opening the config folder Implemented support for loose files and folders as legacy jar mods Added texture pack support
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-9/+16
|
* Sync, removal of webkit as a dependency, removal of the web windows.Petr Mrázek2013-08-20-2/+2
|
* Drag and Drop, mod management.Petr Mrázek2013-08-18-4/+10
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+274
Also, implemented some basic modlist logic, to be wired up.