aboutsummaryrefslogtreecommitdiff
path: root/logic/OneSixUpdate.cpp
AgeCommit message (Collapse)Author
2013-12-23Tidy status messages a bitSky
2013-12-15Improve group changing, update instance on version changePetr Mrázek
Gives a list of existing groups to choose from. Instances are updated as long as there is at least one valid account.
2013-12-15Use asset sizes from the index to make the progress bar betterPetr Mrázek
2013-12-14Add status shown specifically when downloading assetsSky
2013-12-13First sweep moving URLs to a constants fileSky
2013-12-11Merge https://github.com/Drayshak/MultiMC5 into developPetr Mrázek
2013-12-11Swap https -> http for asset indexesPetr Mrázek
2013-12-11Better (but unsorted) Java detectionSky
2013-12-10Use metacache for minecraft.jar downloadsPetr Mrázek
2013-12-10Nuke.Petr Mrázek
2013-12-10Finish assets update for 1.7.3Petr Mrázek
2013-12-08Fix offline mode bugsPetr Mrázek
2013-12-01Fix (hopefully) library dependency resolution.Petr Mrázek
Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
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-17Use the forge mirrors for downloading forge librariesPetr Mrázek
Let's hope we never, ever see a forge download error again.
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-20Local libs that won't get replaced/redownloadedPetr 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-26Compression algo dependencies, still need hackery...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-11Split OneSixVersion into parts.Petr Mrázek
2013-09-08Use HttpMetaCache to minimize network use.Petr Mrázek
2013-09-02Speed up the downloads. Massively.Petr Mrázek
2013-08-28Basic 1.6 mod management (no jar mods)Petr Mrázek
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.