aboutsummaryrefslogtreecommitdiff
path: root/logic/LegacyUpdate.cpp
AgeCommit message (Collapse)Author
2013-11-25Detect java bitness on launch, use appropriate librariesPetr Mrázek
Fixes problems with latest snapshot
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-11Recover from the bin folder of converted legacy instance being deleted.Petr Mrázek
Use the new vanilla jar as the base jar if mcbackup.jar is missing.
2013-11-11Use the right LWJGL path while creating an instancePetr Mrázek
2013-11-04Reformat and (slightly) decruft all the things.Petr 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-10Version changing removes any existing version json.Petr Mrázek
2013-10-06Added file loggerPetr Mrázek
2013-09-30``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek
2013-09-22Working 1.6 modding (currently only forge)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-08Fix one more legacy update bugPetr Mrázek
2013-09-08Fix legacy instance update segfaultPetr Mrázek
2013-09-08Use HttpMetaCache to minimize network use.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-28Misc tweaksPetr Mrázek
* Do not nuke forge META-INF * Disable inner DnD in mod lists on linux.
2013-08-26OS compatibility and generic cleanup.Petr Mrázek
Removed bspatch/patchlib Now builds and runs on Windows
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-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.