aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2014-05-17Finish status pills.Petr Mrázek
2014-05-08Fix for #257Petr Mrázek
2014-05-03Fix FTB local libraries bugJan Dalheimer
2014-04-21Add proper FML libs URLPetr Mrázek
2014-04-19Download and cache FML libs for legacy minecraft versions.Petr Mrázek
* minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
2014-04-16Give more feedback for YggdrasilTask network errors.Petr Mrázek
2014-04-13Detect and report missing local libraries.Petr Mrázek
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Build fixage for the changed build configPetr Mrázek
2014-04-06Merge branch 'patch-1' of https://github.com/max96at/MultiMC5 into developPetr Mrázek
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-04-03Fix adding icons to custom icon directories.max96at
2014-04-01Do not spam logs too much, bump version and add to changelog.Petr Mrázek
2014-04-01Deny april fools outside of first april.Petr Mrázek
2014-04-01Fix library replace issuePetr Mrázek
2014-04-01Fix for invalid prelaunch commandsPetr Mrázek
2014-03-31Fix FTB-related issuesPetr Mrázek
2014-03-30Add a few default java paths on linuxPetr Mrázek
2014-03-30Fix many memory leaks.Petr Mrázek
2014-03-30Fix java checker crash, some memory leaksPetr Mrázek
2014-03-30Try to read 'authorList' in mcmod.info for authors first, fall back to ↵Sky
deprecated 'authors' if nothing is found.
2014-03-29Setting PermGen to 64 will omit the java paramPetr Mrázek
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