aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2014-03-23Set permissions on the accounts.json file so other users can't access it.Petr Mrázek
2014-03-23Make some more error messages translateable.Petr Mrázek
2014-03-20Actually start the forge install job.Petr Mrázek
2014-03-19Finalize version on reload.Petr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_fix_timeout' into developPetr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_json_fixes' into developPetr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_badges' into developPetr Mrázek
2014-03-15Remove the timeout for pre/post commands. Fixes #107Jan Dalheimer
2014-03-14Get rid of one reloadInstanceVersionJan Dalheimer
2014-03-14Pull in BaseInstaller related changes from quickmodJan Dalheimer
2014-03-14Move version stuff to the model and reimplement reorderingJan Dalheimer
2014-03-10Fix missing return in ensureDouble()Petr Mrázek
2014-03-10Merge branch 'develop' into feature_badgesJan Dalheimer
Conflicts: logic/OneSixInstance.cpp
2014-03-10Fix a compiling error by adding noexceptJan Dalheimer
2014-03-10Instance badges. Some easter eggs and one for broken so far.Jan Dalheimer
2014-03-10Add missing include for math.hPetr Mrázek
2014-03-10Merge remote-tracking branch 'origin/feature_paste_66994990' into ↵Petr Mrázek
integration_butchery
2014-03-09Merge remote-tracking branch 'origin/feature_fix_log' into integration_butcheryPetr Mrázek
Conflicts: logic/MinecraftProcess.cpp
2014-03-09Merge remote-tracking branch 'origin/feature_commands' into integration_butcheryPetr Mrázek
2014-03-09Improve reporting of version file errors.xPetr Mrázek
2014-03-09Remove version patch reordering. Remove the main class display from onesix ↵Petr Mrázek
edit mods.
2014-03-09Also reload the instance cfgJan Dalheimer
While this should work, there don't seem to be any places where the signals are listened for, so changes probably will only be available when calling Setting::get TODO: Fix that ^
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-03-07Fix a few paste upload bugsJan Dalheimer
Fixes https://www.pivotaltracker.com/story/show/66994990
2014-03-05More refactor.Petr Mrázek
2014-03-03Fix missed version file assignment.Petr Mrázek
2014-03-03No end in sight :<Petr Mrázek
2014-03-03More code butchery related to version files. No end in sight.Petr Mrázek
2014-03-02Remove a lot of error code and error handling madness.Petr Mrázek
2014-03-02Remove widgets from logic.Petr Mrázek
2014-03-02Gather and store liteloader metadata.Petr Mrázek
2014-03-02Get rid of parse flagsPetr Mrázek
2014-03-01Reorganize the version-related code.Petr Mrázek
2014-03-01Remove obsolete OneSixFTBInstanceForgePetr Mrázek
2014-02-25Fix missing includes in litaloader installer.Petr Mrázek
2014-02-25Merge branch 'feature_screenshots' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file.
2014-02-25Screenshots: Optimize image loading and memory use, fix list and button layout.Petr Mrázek
2014-02-25Reorganize all the screenshot filesPetr Mrázek
2014-02-24Fix memory leak in systemrobotbrain
2014-02-24Deleting screenshots. Needs fixing.robotbrain
2014-02-24Imgur album creationJan Dalheimer
2014-02-24Working screenshot uploadJan Dalheimer
2014-02-24Screenshot fixes, move some code around, fix some stuffJan Dalheimer
2014-02-24Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts.
2014-02-23Close to finished. Need to fix the upload part. Viewing works (in grayscale)robotbrain
2014-02-24Merge branch 'feature_profiling' into integration_json_and_toolsPetr Mrázek
2014-02-24Merge branch 'fix_ftb' into integration_json_and_toolsPetr Mrázek
2014-02-23Initial stuff. It doesnt work.robotbrain
2014-02-21Fix MCEdit on OSXJan Dalheimer