Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1320 do not fail when launcher part can't change sys_paths | Petr Mrázek | 2015-12-03 | -2/+3 |
| | ||||
* | NOISSUE clean up some old cmake messes | Petr Mrázek | 2015-09-28 | -1/+1 |
| | ||||
* | Revert "NOISSUE redo the launcher part" | Petr Mrázek | 2015-08-14 | -113/+335 |
| | | | | This reverts commit c1f7dda8fe412263ccd82fbf3d56687bd291c73c. | |||
* | GH-1053 base process and launch refactor, part 1 | Petr Mrázek | 2015-06-30 | -1/+1 |
| | ||||
* | NOISSUE redo the launcher part | Alex | 2015-06-02 | -335/+113 |
| | ||||
* | GH-1016 print mods, jar mods and core mods on start | Petr Mrázek | 2015-05-31 | -21/+39 |
| | | | | Needs some work - jar mods just have the uuid name | |||
* | NOISSUE launcher part should exit when MultiMC 'hangs up' | Petr Mrázek | 2015-05-02 | -0/+5 |
| | ||||
* | Revert "NOISSUE Cleanup onesix launcher" | Petr Mrázek | 2015-04-25 | -90/+61 |
| | | | | This reverts commit 07bebddac960bdee82c0a48a6925a49555f661ac. | |||
* | NOISSUE Cleanup onesix launcher | robotbrain | 2015-04-19 | -61/+90 |
| | ||||
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -1/+0 |
| | ||||
* | NOISSUE No more symlinks for LWJGL. | Petr Mrázek | 2014-11-29 | -49/+16 |
| | ||||
* | Do not do symlink hackery for java < 80.4.4 | Petr Mrázek | 2014-11-16 | -0/+10 |
| | ||||
* | Fix Java 8 issues with LWJGL native libs on OSX? | Petr Mrázek | 2014-11-01 | -4/+61 |
| | ||||
* | Print the Minecraft window size on launch. | Petr Mrázek | 2014-08-13 | -2/+7 |
| | ||||
* | Show a warning in the log if a library is missing | p-schneider | 2014-07-19 | -1/+9 |
| | ||||
* | Disable window titles and isons again, windows build fixes | Petr Mrázek | 2014-06-09 | -1/+2 |
| | ||||
* | Use window icons and titles in 1.6+ | Petr Mrázek | 2014-06-09 | -47/+45 |
| | ||||
* | All of the broken legacy things work. | Petr Mrázek | 2014-06-09 | -3/+14 |
| | ||||
* | Add builtin Minecraft versions for legacy | Petr Mrázek | 2014-06-09 | -12/+11 |
| | ||||
* | Set the window params inside the launcher part, depending on launcher type. | Petr Mrázek | 2014-06-09 | -0/+15 |
| | | | | Also create/change the new internal version files. | |||
* | Fix launcher part for legacy in onesix. | Petr Mrázek | 2014-06-09 | -101/+226 |
| | ||||
* | Much change, very jarmod. | Petr Mrázek | 2014-06-09 | -0/+2 |
| | ||||
* | Only use tabs for intendention | Jan Dalheimer | 2014-04-09 | -19/+19 |
| | ||||
* | Use the same style of CMake files everywhere | Jan Dalheimer | 2014-04-06 | -20/+20 |
| | ||||
* | Fix a few bugs in profilers. | Petr Mrázek | 2014-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 Dalheimer | 2014-02-15 | -3/+7 |
| | ||||
* | Extract native libs in the launcher part. | Petr Mrázek | 2014-01-22 | -45/+133 |
| | ||||
* | Change the native extraction/loading logic. | Petr Mrázek | 2014-01-18 | -2/+3 |
| | ||||
* | Improve Console window output. | Orochimarufan | 2014-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 update | Petr Mrázek | 2014-01-14 | -2/+46 |
| | ||||
* | Replace old launcher part with a shiny new one. No more garbage on the ↵ | Petr Mrázek | 2014-01-12 | -389/+992 |
| | | | | command line. | |||
* | Deploy jars instead of extracting them at runtime, remove non-working nvidia fix | Petr Mrázek | 2014-01-08 | -1/+2 |
| | ||||
* | Prepare for rework of instance launch/update | Petr Mrázek | 2013-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ázek | 2013-11-04 | -86/+77 |
| | ||||
* | Move all the things (YES. Move them.) | Petr Mrázek | 2013-08-17 | -0/+2290 |
Also, implemented some basic modlist logic, to be wired up. |