summaryrefslogtreecommitdiffstats
path: root/depends/launcher
Commit message (Collapse)AuthorAgeLines
* Fix a few bugs in profilers.Petr Mrázek2014-02-16-4/+26
| | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
* Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer2014-02-15-3/+7
|
* Extract native libs in the launcher part.Petr Mrázek2014-01-22-45/+133
|
* Change the native extraction/loading logic.Petr Mrázek2014-01-18-2/+3
|
* Improve Console window output.Orochimarufan2014-01-17-33/+56
| | | | | | | | | -> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com>
* Do not use the java checker during instance updatePetr Mrázek2014-01-14-2/+46
|
* Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek2014-01-12-389/+992
| | | | command line.
* Deploy jars instead of extracting them at runtime, remove non-working nvidia fixPetr Mrázek2014-01-08-1/+2
|
* Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-969/+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-86/+77
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+2290
Also, implemented some basic modlist logic, to be wired up.