aboutsummaryrefslogtreecommitdiff
path: root/logic/OneSixInstance.h
AgeCommit message (Collapse)Author
2013-11-24Merge branch 'feature_yggdrasil' into developPetr Mrázek
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
2013-11-24Prepare for rework of instance launch/updatePetr Mrázek
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.
2013-11-20Nuke and pave the old login systemAndrew
Also, account list now saves profile lists.
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-10-10Version changing removes any existing version json.Petr Mrázek
2013-10-06Added file loggerPetr Mrázek
2013-09-23Implement basic yggdrasil auth.Petr Mrázek
No fancy login token saving involved.
2013-09-20Things... and stuff... with 1.6 modding. Maybe.Petr Mrázek
2013-09-16Forge version list implementation. Needs integration and testing.Petr Mrázek
2013-08-28Basic 1.6 mod management (no jar mods)Petr Mrázek
2013-08-25All kinds of incremental improvementsPetr Mrázek
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
2013-08-24Legacy jar reassembly, base of proper custom jar supportPetr Mrázek
2013-08-20Sync, removal of webkit as a dependency, removal of the web windows.Petr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.