summaryrefslogtreecommitdiffstats
path: root/logic/LegacyUpdate.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-1/+1
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Fix jar mods for OnesSixPetr Mrázek2014-12-27-9/+0
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-1/+1
|
* Much change, very jarmod.Petr Mrázek2014-06-09-1/+1
|
* Begin the transformation!Petr Mrázek2014-06-09-8/+1
| | | | Nuke all the things.
* Download and cache FML libs for legacy minecraft versions.Petr Mrázek2014-04-19-0/+13
| | | | | | * 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-2/+1
| | | | | | 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.
* Fix offline mode bugsPetr Mrázek2013-12-08-2/+2
|
* Detect java bitness on launch, use appropriate librariesPetr Mrázek2013-11-25-2/+3
| | | | Fixes problems with latest snapshot
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-2/+2
| | | | | | | | | | 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.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-17/+20
|
* 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
* Added file loggerPetr Mrázek2013-10-06-1/+1
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-2/+1
|
* Misc tweaksPetr Mrázek2013-08-28-1/+6
| | | | | * Do not nuke forge META-INF * Disable inner DnD in mod lists on linux.
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-3/+4
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+67
Also, implemented some basic modlist logic, to be wired up.