Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-09 | Improve log formatting | Petr Mrázek | |
* Updated log level detection for current Minecraft versions * Better formatting: using a monospaced font and raw text instead of HTML (fixes #111) | |||
2014-11-09 | Give paste upload a nice status message | Petr Mrázek | |
Fixes #364 | |||
2014-11-09 | Workaround for QTBUG-42500 | Petr Mrázek | |
Process has to have LD_LIBRARY_PATH set to empty string to not inherit it by default | |||
2014-11-08 | Fix #537 | Petr Mrázek | |
Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem | |||
2014-11-02 | Fix #474: Bad jvisualvm check | Jan Dalheimer | |
2014-11-02 | Fix #220: Use .exe suffix on windows for jprofiler | Jan Dalheimer | |
2014-11-02 | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | |
2014-11-02 | Update copyright year (finally...) | Jan Dalheimer | |
2014-11-02 | Fix #231: Enable translation for more strings | Jan Dalheimer | |
2014-11-02 | Also block other java-related env vars, for good measure | Petr Mrázek | |
"JAVA_ARGS" "CLASSPATH" "CONFIGPATH" "JAVA_HOME" "JRE_HOME" | |||
2014-11-01 | Filter env variables passed to Minecraft | Petr Mrázek | |
QT_* and LD_* are not passed through env variables are logged on launch | |||
2014-10-26 | Add dark, light, blue and colored theme from pe. | Petr Mrázek | |
Replaces the old dark and light themes | |||
2014-10-05 | Fix translation downloading | robotbrain | |
2014-09-30 | Translation downloading! | robotbrain | |
2014-09-06 | More sync from quickmods | Petr Mrázek | |
Also a small VersionSelectDialog refactor | |||
2014-09-06 | Sync from quickmods | Petr Mrázek | |
2014-08-21 | Fix version file problems, fix console window not being destroyed | Petr Mrázek | |
2014-08-21 | Add some logging to places where version updates might not trigger. | Petr Mrázek | |
2014-08-15 | Revert "Do not include jutils in LWJGL versions." | Petr Mrázek | |
This reverts commit 376467740b7aa5eed371f6dde8d720f950a3187c. | |||
2014-08-13 | Do not include jutils in LWJGL versions. | Petr Mrázek | |
2014-08-11 | Properly detect if the instance is vanilla and don't treat it as custom. | Petr Mrázek | |
2014-08-10 | Increase the java checker timeout from 5s to 15s | Petr Mrázek | |
2014-07-30 | Fix loading of Minecraft versions from FTB packs | Mrazek, Petr | |
2014-07-26 | Rearrange RawLibrary and OneSixLibrary heavily. | Petr Mrázek | |
Fix #396 | |||
2014-07-23 | Check if the java binary can be found before launch. | Petr Mrázek | |
Fix #386 | |||
2014-07-20 | Merge branch 'master' into develop | Petr Mrázek | |
Conflicts: CMakeLists.txt changelog.md | |||
2014-07-20 | Fix LWJGL version list loading. | Petr Mrázek | |
SourceForge has changed its API again. | |||
2014-07-19 | Make forge work. | Petr Mrázek | |
Using classifiers FTW. | |||
2014-07-16 | Implement gradle spec reader/writer | Petr Mrázek | |
2014-07-14 | Show changelog even when there are no new updates available. | Petr Mrázek | |
2014-07-13 | Fix #361 | Petr Mrázek | |
2014-07-12 | Finish of the OtherLogs page, and (re)format page related files | Jan Dalheimer | |
2014-07-12 | Add a new page that can show all sorts of logs | Jan Dalheimer | |
2014-07-11 | Fix #356 | Petr Mrázek | |
2014-07-10 | Fix #354, make jar mods and patch files in general more resilient. | Petr Mrázek | |
2014-07-10 | Do not show core mods page for minecraft newer than 1.5.2. | Petr Mrázek | |
2014-07-09 | Make the auth timeout longer (30s) | Petr Mrázek | |
2014-07-08 | Fix mod list sorting predicate, convert the changelog to markdown and ↵ | Petr Mrázek | |
reverse it. | |||
2014-07-08 | Make the FTB packs a set instead of a list. | Petr Mrázek | |
2014-07-07 | Update the forge hacks. | Petr Mrázek | |
2014-07-07 | Tweak the response to successful uploads (screenshots, log pastes) | Petr Mrázek | |
The url will now be shown as link, put into the clipboard AND opened in a browser. At the same time. To avoid losing the URL. | |||
2014-07-06 | One more liteloader fix | Petr Mrázek | |
2014-07-06 | Fix liteloader, some cleanups. | Petr Mrázek | |
2014-07-03 | Make paste.ee logs expire after a month | Petr Mrázek | |
2014-07-03 | disable that upgrade page | Petr Mrázek | |
2014-07-01 | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | |
2014-07-01 | Handle a bunch more clang warnings | Petr Mrázek | |
2014-06-30 | [Clang Warnings] Remove unused variables | Taeyeon Mori | |
2014-06-30 | Fix bug in OneSixInstance's modification detection. | Taeyeon Mori | |
OneSixInstance would report all instances as custom because of a typo. Thanks Clang :) | |||
2014-06-30 | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | |
Dirty fix for screenshot thumbnail generation. Needs more QTimer. |