aboutsummaryrefslogtreecommitdiff
path: root/logic/minecraft
AgeCommit message (Collapse)Author
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-09-06Sync from quickmodsPetr Mrázek
2014-08-21Fix version file problems, fix console window not being destroyedPetr Mrázek
2014-08-11Properly detect if the instance is vanilla and don't treat it as custom.Petr Mrázek
2014-07-26Rearrange RawLibrary and OneSixLibrary heavily.Petr Mrázek
Fix #396
2014-07-19Make forge work.Petr Mrázek
Using classifiers FTW.
2014-07-16Implement gradle spec reader/writerPetr Mrázek
2014-07-10Fix #354, make jar mods and patch files in general more resilient.Petr Mrázek
2014-07-06Fix liteloader, some cleanups.Petr Mrázek
2014-07-01Handle a bunch more clang warningsPetr Mrázek
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-09Cleanup - QFileInfo derp and unused variablesPetr Mrázek
2014-06-09Version revert logic improvements, colorful icons for mod lists and resource ↵Petr Mrázek
pack list. Icons are from Oxygen.
2014-06-09Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for ↵Petr Mrázek
now.
2014-06-09Add and implement pages and page dialog.Petr Mrázek
2014-06-09New, simpler and versioned format for the patch load order.Petr Mrázek
2014-06-09Implement adding jar mods, break saving library order.Petr Mrázek
2014-06-09Lock down the version cache. Just enough to make it annoying to corrupt the ↵Petr Mrázek
files.
2014-06-09Reduce startup logging verbosityPetr Mrázek
2014-06-09Add back legacy mod edit, add checksums for all legacy jarsPetr Mrázek
2014-06-09Small fixes, including release dates of some legacy versionsPetr Mrázek
2014-06-09Disable window titles and isons again, windows build fixesPetr Mrázek
2014-06-09Use window icons and titles in 1.6+Petr Mrázek
2014-06-09Make 1.6+ work with new instance format.Petr Mrázek
2014-06-09All of the broken legacy things work.Petr Mrázek
2014-06-09Introducing VersionPatch base class for version files and minecraft versionsPetr Mrázek
2014-06-09Reorganize logic code.Petr Mrázek