summaryrefslogtreecommitdiffstats
path: root/depends/javacheck
Commit message (Collapse)AuthorAgeLines
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-43/+0
|
* NOISSUE clean up some old cmake messesPetr Mrázek2015-09-28-1/+1
|
* NOISSUE move everything.Petr Mrázek2015-04-12-2/+0
|
* Only use tabs for intendentionJan Dalheimer2014-04-09-1/+1
|
* Use the same style of CMake files everywhereJan Dalheimer2014-04-06-2/+2
|
* Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek2014-01-12-0/+6
| | | | command line.
* Deploy jars instead of extracting them at runtime, remove non-working nvidia fixPetr Mrázek2014-01-08-2/+3
|
* Better (but unsorted) Java detectionSky2013-12-11-6/+16
|
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-0/+28
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.