summaryrefslogtreecommitdiffstats
path: root/logic/OneSixUpdate.cpp
Commit message (Collapse)AuthorAgeLines
* First sweep moving URLs to a constants fileSky2013-12-13-5/+5
|
* Merge https://github.com/Drayshak/MultiMC5 into developPetr Mrázek2013-12-11-2/+4
|\
| * Better (but unsorted) Java detectionSky2013-12-11-2/+4
| |
* | Swap https -> http for asset indexesPetr Mrázek2013-12-11-1/+1
|/
* Use metacache for minecraft.jar downloadsPetr Mrázek2013-12-10-8/+13
|
* Nuke.Petr Mrázek2013-12-10-7/+0
|
* Finish assets update for 1.7.3Petr Mrázek2013-12-10-4/+95
|
* Fix offline mode bugsPetr Mrázek2013-12-08-16/+38
|
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-1/+0
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Detect java bitness on launch, use appropriate librariesPetr Mrázek2013-11-25-31/+108
| | | | Fixes problems with latest snapshot
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-5/+25
| | | | | | | | | | 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.
* Use the forge mirrors for downloading forge librariesPetr Mrázek2013-11-17-3/+17
| | | | Let's hope we never, ever see a forge download error again.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-0/+1
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-7/+7
| | | | | | * 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
* Local libs that won't get replaced/redownloadedPetr Mrázek2013-10-20-0/+2
|
* Added file loggerPetr Mrázek2013-10-06-14/+11
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-3/+6
|
* Compression algo dependencies, still need hackery...Petr Mrázek2013-09-26-1/+4
|
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-40/+45
|
* Implement legacy forge button!Petr Mrázek2013-09-18-2/+2
| | | | | 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-16/+31
|
* Split OneSixVersion into parts.Petr Mrázek2013-09-11-0/+1
|
* Use HttpMetaCache to minimize network use.Petr Mrázek2013-09-08-6/+14
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-13/+8
|
* Basic 1.6 mod management (no jar mods)Petr Mrázek2013-08-28-1/+1
|
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-1/+1
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+169
Also, implemented some basic modlist logic, to be wired up.