aboutsummaryrefslogtreecommitdiff
path: root/depends/launcher
AgeCommit message (Collapse)Author
2015-06-02NOISSUE redo the launcher partAlex
2015-05-31GH-1016 print mods, jar mods and core mods on startPetr Mrázek
Needs some work - jar mods just have the uuid name
2015-05-02NOISSUE launcher part should exit when MultiMC 'hangs up'Petr Mrázek
2015-04-25Revert "NOISSUE Cleanup onesix launcher"Petr Mrázek
This reverts commit 07bebddac960bdee82c0a48a6925a49555f661ac.
2015-04-19NOISSUE Cleanup onesix launcherrobotbrain
2015-04-12NOISSUE move everything.Petr Mrázek
2014-11-29NOISSUE No more symlinks for LWJGL.Petr Mrázek
2014-11-16Do not do symlink hackery for java < 8Petr Mrázek
2014-11-01Fix Java 8 issues with LWJGL native libs on OSX?Petr Mrázek
2014-08-13Print the Minecraft window size on launch.Petr Mrázek
2014-07-19Show a warning in the log if a library is missingp-schneider
2014-06-09Disable window titles and isons again, windows build fixesPetr Mrázek
2014-06-09Use window icons and titles in 1.6+Petr Mrázek
2014-06-09All of the broken legacy things work.Petr Mrázek
2014-06-09Add builtin Minecraft versions for legacyPetr Mrázek
2014-06-09Set the window params inside the launcher part, depending on launcher type.Petr Mrázek
Also create/change the new internal version files.
2014-06-09Fix launcher part for legacy in onesix.Petr Mrázek
2014-06-09Much change, very jarmod.Petr Mrázek
2014-04-09Only use tabs for intendentionJan Dalheimer
2014-04-06Use the same style of CMake files everywhereJan Dalheimer
2014-02-16Fix a few bugs in profilers.Petr Mrázek
* Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
2014-02-15Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer
2014-01-22Extract native libs in the launcher part.Petr Mrázek
2014-01-18Change the native extraction/loading logic.Petr Mrázek
2014-01-17Improve Console window output.Orochimarufan
-> 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>
2014-01-14Do not use the java checker during instance updatePetr Mrázek
2014-01-12Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek
command line.
2014-01-08Deploy jars instead of extracting them at runtime, remove non-working nvidia fixPetr Mrázek
2013-11-24Prepare for rework of instance launch/updatePetr Mrázek
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.
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.