Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-734: block more java env variable holes. | Petr Mrázek | 2015-01-17 | -1/+11 |
| | ||||
* | GH-721 Log errors in asset and MMC update downloads. | Petr Mrázek | 2015-01-11 | -4/+3 |
| | ||||
* | GH-721 Redo internal NetJob implementation. | Petr Mrázek | 2015-01-11 | -46/+125 |
| | | | | NetJob is now using its own task queue and does not start more than 6 actions at the same time | |||
* | GH-719 Fix paste upload encoding and do not try to upload over limit | Petr Mrázek | 2015-01-11 | -3/+16 |
| | ||||
* | NOISSUE Update and sort modlist after adding mods | robotbrain | 2015-01-06 | -4/+4 |
| | ||||
* | NOISSUE Treat any forge downloads <= 4KB as stale. | Petr Mrázek | 2014-12-27 | -8/+26 |
| | ||||
* | NOISSUE Fix jar mods for OnesSix | Petr Mrázek | 2014-12-27 | -881/+436 |
| | ||||
* | NOISSUE Always follow redirects for NetAction based downloads | Petr Mrázek | 2014-12-12 | -46/+36 |
| | ||||
* | GH-619 Add libraries missing in copies of 1.7.10 FTB packs | Petr Mrázek | 2014-11-17 | -0/+17 |
| | ||||
* | Fix coloring and processing of console output | Petr Mrázek | 2014-11-10 | -2/+6 |
| | | | | | * Removing \r * Adding missing break statements for coloring | |||
* | Improve log formatting | Petr Mrázek | 2014-11-09 | -12/+34 |
| | | | | | * Updated log level detection for current Minecraft versions * Better formatting: using a monospaced font and raw text instead of HTML (fixes #111) | |||
* | Give paste upload a nice status message | Petr Mrázek | 2014-11-09 | -0/+1 |
| | | | | Fixes #364 | |||
* | Workaround for QTBUG-42500 | Petr Mrázek | 2014-11-09 | -0/+4 |
| | | | | Process has to have LD_LIBRARY_PATH set to empty string to not inherit it by default | |||
* | Fix #537 | Petr Mrázek | 2014-11-08 | -1/+1 |
| | | | | | Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem | |||
* | Fix #474: Bad jvisualvm check | Jan Dalheimer | 2014-11-02 | -2/+1 |
| | ||||
* | Fix #220: Use .exe suffix on windows for jprofiler | Jan Dalheimer | 2014-11-02 | -1/+5 |
| | ||||
* | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | 2014-11-02 | -57/+57 |
| | ||||
* | Update copyright year (finally...) | Jan Dalheimer | 2014-11-02 | -66/+66 |
| | ||||
* | Fix #231: Enable translation for more strings | Jan Dalheimer | 2014-11-02 | -26/+26 |
| | ||||
* | Also block other java-related env vars, for good measure | Petr Mrázek | 2014-11-02 | -0/+8 |
| | | | | | | | | "JAVA_ARGS" "CLASSPATH" "CONFIGPATH" "JAVA_HOME" "JRE_HOME" | |||
* | Filter env variables passed to Minecraft | Petr Mrázek | 2014-11-01 | -5/+28 |
| | | | | | QT_* and LD_* are not passed through env variables are logged on launch | |||
* | Add dark, light, blue and colored theme from pe. | Petr Mrázek | 2014-10-26 | -4/+4 |
| | | | | Replaces the old dark and light themes | |||
* | Fix translation downloading | robotbrain | 2014-10-05 | -1/+3 |
| | ||||
* | Translation downloading! | robotbrain | 2014-09-30 | -1/+85 |
| | ||||
* | More sync from quickmods | Petr Mrázek | 2014-09-06 | -13/+0 |
| | | | | Also a small VersionSelectDialog refactor | |||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -159/+294 |
| | ||||
* | Fix version file problems, fix console window not being destroyed | Petr Mrázek | 2014-08-21 | -1/+1 |
| | ||||
* | Add some logging to places where version updates might not trigger. | Petr Mrázek | 2014-08-21 | -0/+2 |
| | ||||
* | Revert "Do not include jutils in LWJGL versions." | Petr Mrázek | 2014-08-15 | -2/+2 |
| | | | | This reverts commit 376467740b7aa5eed371f6dde8d720f950a3187c. | |||
* | Do not include jutils in LWJGL versions. | Petr Mrázek | 2014-08-13 | -2/+2 |
| | ||||
* | Properly detect if the instance is vanilla and don't treat it as custom. | Petr Mrázek | 2014-08-11 | -2/+23 |
| | ||||
* | Increase the java checker timeout from 5s to 15s | Petr Mrázek | 2014-08-10 | -1/+1 |
| | ||||
* | Fix loading of Minecraft versions from FTB packs | Mrazek, Petr | 2014-07-30 | -1/+8 |
| | ||||
* | Rearrange RawLibrary and OneSixLibrary heavily. | Petr Mrázek | 2014-07-26 | -419/+335 |
| | | | | Fix #396 | |||
* | Check if the java binary can be found before launch. | Petr Mrázek | 2014-07-23 | -3/+12 |
| | | | | Fix #386 | |||
* | Merge branch 'master' into develop | Petr Mrázek | 2014-07-20 | -6/+7 |
|\ | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.md | |||
| * | Fix LWJGL version list loading. | Petr Mrázek | 2014-07-20 | -6/+7 |
| | | | | | | | | SourceForge has changed its API again. | |||
* | | Make forge work. | Petr Mrázek | 2014-07-19 | -122/+191 |
| | | | | | | | | Using classifiers FTW. | |||
* | | Implement gradle spec reader/writer | Petr Mrázek | 2014-07-16 | -15/+159 |
|/ | ||||
* | Show changelog even when there are no new updates available. | Petr Mrázek | 2014-07-14 | -8/+9 |
| | ||||
* | Fix #361 | Petr Mrázek | 2014-07-13 | -2/+2 |
| | ||||
* | Finish of the OtherLogs page, and (re)format page related files | Jan Dalheimer | 2014-07-12 | -19/+27 |
| | ||||
* | Add a new page that can show all sorts of logs | Jan Dalheimer | 2014-07-12 | -6/+156 |
| | ||||
* | Fix #356 | Petr Mrázek | 2014-07-11 | -3/+3 |
| | ||||
* | Fix #354, make jar mods and patch files in general more resilient. | Petr Mrázek | 2014-07-10 | -3/+12 |
| | ||||
* | Do not show core mods page for minecraft newer than 1.5.2. | Petr Mrázek | 2014-07-10 | -4/+4 |
| | ||||
* | Make the auth timeout longer (30s) | Petr Mrázek | 2014-07-09 | -1/+1 |
| | ||||
* | Fix mod list sorting predicate, convert the changelog to markdown and ↵ | Petr Mrázek | 2014-07-08 | -2/+2 |
| | | | | reverse it. | |||
* | Make the FTB packs a set instead of a list. | Petr Mrázek | 2014-07-08 | -4/+13 |
| | ||||
* | Update the forge hacks. | Petr Mrázek | 2014-07-07 | -6/+20 |
| |