aboutsummaryrefslogtreecommitdiff
path: root/logic/MinecraftProcess.cpp
AgeCommit message (Collapse)Author
2015-04-02NOISSUE Refactors and moving of thingsPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2015-02-02NOISSUE ignore PermGen warnings in logPetr Mrázek
2015-01-17GH-734: block more java env variable holes.Petr Mrázek
2014-11-10Fix coloring and processing of console outputPetr Mrázek
* Removing \r * Adding missing break statements for coloring
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-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-02Fix another bunch of copyright years, including fixing #397Jan 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-07-23Check if the java binary can be found before launch.Petr Mrázek
Fix #386
2014-06-30[Clang Warnings] Remove unused variablesTaeyeon Mori
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.
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-04-01Fix for invalid prelaunch commandsPetr Mrázek
2014-03-29Setting PermGen to 64 will omit the java paramPetr Mrázek
2014-03-15Remove the timeout for pre/post commands. Fixes #107Jan Dalheimer
2014-03-09Merge remote-tracking branch 'origin/feature_fix_log' into integration_butcheryPetr Mrázek
Conflicts: logic/MinecraftProcess.cpp
2014-03-09Some pre/post related stuffJan Dalheimer
Reload the onesix version config after the commands (addresses https://www.pivotaltracker.com/story/show/60360652) Add a few more variables and also substitute them in the command (fixes https://www.pivotaltracker.com/story/show/66994828)
2014-03-07Fix logging when system language is not en_US.robotbrain
2014-02-16Fix a few bugs in profilers.Petr Mrázek
* Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
2014-02-06Small tweaks to make things better.Petr Mrázek
2014-01-27Offline mode can be used even when online.Petr Mrázek
Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
2014-01-17Improve Console window output.Orochimarufan
-> 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>
2014-01-12Merge branch 'feature_better_launch' into developPetr Mrázek
2014-01-12Fix window title problem on OSX.Petr Mrázek
2014-01-12Merge branch 'feature_better_launch' into developPetr Mrázek
2014-01-12Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek
command line.
2014-01-10Hide user properties in the console tooSky
2013-12-05Offline mode support, part 1Petr Mrázek
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.
2013-12-01Fix private info censorPetr Mrázek
2013-12-01Fix login and startup logging issuesPetr Mrázek
Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint.
2013-11-24Prepare for rework of instance launch/updatePetr Mrázek
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.
2013-11-23Fix console window (now not a QDialog)Petr Mrázek
It now opens and coloses as expected, depending on user preferences and the status of the various processes involved. Console window geometry and state are remembered between runs.
2013-11-12Fix console not staying open on minecraft crashPetr Mrázek
2013-10-22Respect console options (opening a console at all, automatically closing)Sky
2013-09-23Implement basic yggdrasil auth.Petr Mrázek
No fancy login token saving involved.
2013-09-08Changed all strings displayed to end user to use qts localization systemStiepen22
2013-09-08Added console coloring and made the log not contain any usernames/session idsStiepen22
2013-09-06Made instace killing actually workStiepen22
2013-09-06started kill instance featureStiepen22
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.