Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add logging calls to the java checker. | Petr Mrázek | 2014-01-09 | -2/+11 |
| | ||||
* | Deploy jars instead of extracting them at runtime, remove non-working nvidia fix | Petr Mrázek | 2014-01-08 | -12/+4 |
| | ||||
* | Return a properly sorted list of checked javas | Sky | 2014-01-07 | -0/+2 |
| | ||||
* | Fix Java checker leaving behind temporary jar files | Petr Mrázek | 2013-12-22 | -1/+1 |
| | ||||
* | Use temporary files for the java checker | Petr Mrázek | 2013-12-13 | -7/+10 |
| | ||||
* | Better (but unsorted) Java detection | Sky | 2013-12-11 | -14/+44 |
| | ||||
* | Fix (hopefully) library dependency resolution. | Petr Mrázek | 2013-12-01 | -1/+1 |
| | | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs. | |||
* | Add java checker to the instance settings | Petr Mrázek | 2013-11-25 | -1/+0 |
| | ||||
* | Prepare for rework of instance launch/update | Petr Mrázek | 2013-11-24 | -0/+89 |
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. |