aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2014-11-09Improve log formattingPetr 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-09Give paste upload a nice status messagePetr Mrázek
Fixes #364
2014-11-09Workaround for QTBUG-42500Petr Mrázek
Process has to have LD_LIBRARY_PATH set to empty string to not inherit it by default
2014-11-08Fix #537Petr Mrázek
Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem
2014-11-02Fix #474: Bad jvisualvm checkJan Dalheimer
2014-11-02Fix #220: Use .exe suffix on windows for jprofilerJan Dalheimer
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-11-02Fix #231: Enable translation for more stringsJan Dalheimer
2014-11-02Also block other java-related env vars, for good measurePetr Mrázek
"JAVA_ARGS" "CLASSPATH" "CONFIGPATH" "JAVA_HOME" "JRE_HOME"
2014-11-01Filter env variables passed to MinecraftPetr Mrázek
QT_* and LD_* are not passed through env variables are logged on launch
2014-10-26Add dark, light, blue and colored theme from pe.Petr Mrázek
Replaces the old dark and light themes
2014-10-05Fix translation downloadingrobotbrain
2014-09-30Translation downloading!robotbrain
2014-09-06More sync from quickmodsPetr Mrázek
Also a small VersionSelectDialog refactor
2014-09-06Sync from quickmodsPetr Mrázek
2014-08-21Fix version file problems, fix console window not being destroyedPetr Mrázek
2014-08-21Add some logging to places where version updates might not trigger.Petr Mrázek
2014-08-15Revert "Do not include jutils in LWJGL versions."Petr Mrázek
This reverts commit 376467740b7aa5eed371f6dde8d720f950a3187c.
2014-08-13Do not include jutils in LWJGL versions.Petr Mrázek
2014-08-11Properly detect if the instance is vanilla and don't treat it as custom.Petr Mrázek
2014-08-10Increase the java checker timeout from 5s to 15sPetr Mrázek
2014-07-30Fix loading of Minecraft versions from FTB packsMrazek, Petr
2014-07-26Rearrange RawLibrary and OneSixLibrary heavily.Petr Mrázek
Fix #396
2014-07-23Check if the java binary can be found before launch.Petr Mrázek
Fix #386
2014-07-20Merge branch 'master' into developPetr Mrázek
Conflicts: CMakeLists.txt changelog.md
2014-07-20Fix LWJGL version list loading.Petr Mrázek
SourceForge has changed its API again.
2014-07-19Make forge work.Petr Mrázek
Using classifiers FTW.
2014-07-16Implement gradle spec reader/writerPetr Mrázek
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-07-13Fix #361Petr Mrázek
2014-07-12Finish of the OtherLogs page, and (re)format page related filesJan Dalheimer
2014-07-12Add a new page that can show all sorts of logsJan Dalheimer
2014-07-11Fix #356Petr Mrázek
2014-07-10Fix #354, make jar mods and patch files in general more resilient.Petr Mrázek
2014-07-10Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek
2014-07-09Make the auth timeout longer (30s)Petr Mrázek
2014-07-08Fix mod list sorting predicate, convert the changelog to markdown and ↵Petr Mrázek
reverse it.
2014-07-08Make the FTB packs a set instead of a list.Petr Mrázek
2014-07-07Update the forge hacks.Petr Mrázek
2014-07-07Tweak 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-06One more liteloader fixPetr Mrázek
2014-07-06Fix liteloader, some cleanups.Petr Mrázek
2014-07-03Make paste.ee logs expire after a monthPetr Mrázek
2014-07-03disable that upgrade pagePetr Mrázek
2014-07-01Move settings lib into the main code, fixing error logging in it.Petr Mrázek
2014-07-01Handle a bunch more clang warningsPetr Mrázek
2014-06-30[Clang Warnings] Remove unused variablesTaeyeon Mori
2014-06-30Fix bug in OneSixInstance's modification detection.Taeyeon Mori
OneSixInstance would report all instances as custom because of a typo. Thanks Clang :)
2014-06-30Redo 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.