summaryrefslogtreecommitdiffstats
path: root/logic/LegacyUpdate.cpp
Commit message (Collapse)AuthorAgeLines
* SCRATCH move things to the right placesPetr Mrázek2015-04-12-468/+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-4/+3
|
* NOISSUE Split MultiMC app object into MultiMC and EnvPetr Mrázek2015-04-02-7/+7
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-5/+3
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Fix jar mods for OnesSixPetr Mrázek2014-12-27-154/+6
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Reorganize logic code.Petr Mrázek2014-06-09-8/+12
|
* Much change, very jarmod.Petr Mrázek2014-06-09-1/+1
|
* Begin the transformation!Petr Mrázek2014-06-09-56/+9
| | | | Nuke all the things.
* Download and cache FML libs for legacy minecraft versions.Petr Mrázek2014-04-19-1/+168
| | | | | | * 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
* Offline mode can be used even when online.Petr Mrázek2014-01-27-6/+6
| | | | | | 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.
* Do not merge disabled jar mods.Petr Mrázek2013-12-26-0/+5
|
* Tidy status messages a bitSky2013-12-23-9/+9
|
* First sweep moving URLs to a constants fileSky2013-12-13-1/+2
|
* Use metacache for minecraft.jar downloadsPetr Mrázek2013-12-10-7/+11
|
* Finish assets update for 1.7.3Petr Mrázek2013-12-10-1/+1
|
* Fix offline mode bugsPetr Mrázek2013-12-08-3/+19
|
* Detect java bitness on launch, use appropriate librariesPetr Mrázek2013-11-25-2/+4
| | | | Fixes problems with latest snapshot
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-1/+1
| | | | | | | | | | 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.
* Recover from the bin folder of converted legacy instance being deleted.Petr Mrázek2013-11-11-1/+4
| | | | Use the new vanilla jar as the base jar if mcbackup.jar is missing.
* Use the right LWJGL path while creating an instancePetr Mrázek2013-11-11-1/+1
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-1/+16
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-2/+2
| | | | | | * 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
* Version changing removes any existing version json.Petr Mrázek2013-10-10-2/+2
|
* Added file loggerPetr Mrázek2013-10-06-101/+112
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-1/+1
|
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-2/+2
|
* Implement legacy forge button!Petr Mrázek2013-09-18-3/+3
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-4/+4
|
* Fix one more legacy update bugPetr Mrázek2013-09-08-3/+3
|
* Fix legacy instance update segfaultPetr Mrázek2013-09-08-1/+1
|
* Use HttpMetaCache to minimize network use.Petr Mrázek2013-09-08-1/+3
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-7/+7
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-8/+4
|
* Misc tweaksPetr Mrázek2013-08-28-4/+13
| | | | | * Do not nuke forge META-INF * Disable inner DnD in mod lists on linux.
* OS compatibility and generic cleanup.Petr Mrázek2013-08-26-2/+4
| | | | | Removed bspatch/patchlib Now builds and runs on Windows
* All kinds of incremental improvementsPetr Mrázek2013-08-25-21/+30
| | | | | | | | | 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-91/+130
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+381
Also, implemented some basic modlist logic, to be wired up.