aboutsummaryrefslogtreecommitdiff
path: root/logic/lists
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-22Properly implement launching and downloadingAndrew
Also added a system to select an active account to log in with.
2013-11-22Implement removing accounts.Andrew
2013-11-22Implement user info stub for newest minecraft snapshotPetr Mrázek
2013-11-20Nuke and pave the old login systemAndrew
Also, account list now saves profile lists.
2013-11-19Implement saving account list to fileAndrew
Currently it only saves when accounts are added or removed. We'll have to fix this, but we need signals for when account objects change first.
2013-11-18Implement loading accounts from list.Andrew
2013-11-18Implement account list and account list dialogAndrew
2013-11-06Fix Sourceforge lwjgl version index download.Petr Mrázek
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-11-04Implement instance sorting options.Petr Mrázek
2013-10-28Fix problem with instance list not using the instance folder pathPetr Mrázek
2013-10-26S3 bucket listing support and network code refactors.Petr Mrázek
* Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors
2013-10-18Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek
2013-10-14Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky
and "auto detect" button
2013-10-08Add mod website button thing feature widget. It is super effective.Petr Mrázek
2013-10-08Basic version changing (OneSix only for now)Petr Mrázek
2013-10-06Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek
2013-10-06Added file loggerPetr Mrázek
2013-10-02Add user agent header to most MultiMC download requests.Petr Mrázek
2013-09-30``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek
2013-09-26Compression algo dependencies, still need hackery...Petr Mrázek
2013-09-22Cache forge version list (it's huge)Petr Mrázek
2013-09-22Working 1.6 modding (currently only forge)Petr Mrázek
2013-09-20Things... and stuff... with 1.6 modding. Maybe.Petr Mrázek
2013-09-18Implement legacy forge button!Petr Mrázek
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
2013-09-16Forge version list implementation. Needs integration and testing.Petr Mrázek
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-09-02Speed up the downloads. Massively.Petr Mrázek
2013-08-26Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek
2013-08-26Ehh... things.Petr Mrázek
2013-08-25Many improvementsPetr Mrázek
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.
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.