summaryrefslogtreecommitdiffstats
path: root/logic/BaseUpdate.cpp
Commit message (Collapse)AuthorAgeLines
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-26/+0
| | | | | | | | | | 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-1/+16
|
* Implement legacy forge button!Petr Mrázek2013-09-18-3/+1
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+13
Also, implemented some basic modlist logic, to be wired up.