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