aboutsummaryrefslogtreecommitdiff
path: root/application/pages/VersionPage.cpp
AgeCommit message (Collapse)Author
2017-08-28NOISSUE simplify ProblemProviderPetr Mrázek
2017-08-07GH-1314 add UI for custom minecraft jar additionPetr Mrázek
Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
2017-04-08Revert "NOISSUE disable version customization until further notice"Petr Mrázek
This reverts commit d864c95e2b5e172116370694d59a615a97cf390f.
2017-04-07NOISSUE disable version customization until further noticePetr Mrázek
2017-04-07NOISSUE fix liteloader uid where it is hardcoded hardcodedPetr Mrázek
2017-04-07NOISSUE Make forge installable againPetr Mrázek
2017-04-07NOISSUE preview of LWJGL version changingPetr Mrázek
It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
2017-04-07NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek
They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server.
2017-04-07NOISSUE reimplement package dependenciesPetr Mrázek
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2017-04-07NOISSUE hack it together enough to get launching backPetr Mrázek
Meta index will now always return valid objects. They just might never load if they don't exist on the server.
2017-04-07NOISSUE remove liteloader and forgePetr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-11-07GH-1445 update page list when version and log pages need itPetr Mrázek
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-03-26NOISSUE stop referring to the minecraft profile as 'version'Petr Mrázek
2016-03-26NOISSUE continue version file format refactorsPetr Mrázek
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-02-21GH-1453 report version file problems in the version pagePetr Mrázek
2015-10-05NOISSUE dissolve util libraryPetr Mrázek
2015-09-26NOISSUE fix all clang warningsPetr Mrázek
2015-09-09GH-1227: World import using drag and drop - zip files and foldersPetr Mrázek
2015-08-23NOISSUE remoce the old WM_CLASS workaroundPetr Mrázek
2015-07-10GH-1034 do jar modding separate from updatePetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-29GH-994 hopefully fix issue with people still using jar modsPetr Mrázek
Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods
2015-05-28GH-1011 fetch missing versions when customizing/reverting Minecraft patchesPetr Mrázek
2015-05-17GH-952 Hardcore version page tweakeryPetr Mrázek
Version patches get a lot of new flags that determine which actions are allowed Version page respects the flags Customize, revert and edit for version patches Builting patches can be customized
2015-05-06NOISSUE do not show file browse dialog twicePetr Mrázek
2015-05-05GH-899 clean up mod browse buttons and dead legacy forgePetr Mrázek
2015-05-02GH-922 improve version select dialogsPetr Mrázek
2015-05-02NOISSUE show errors for instance updates in edit instance windowPetr Mrázek
2015-05-01GH-328 overhaul all relevant version listsPetr Mrázek
2015-04-15GH-866 load instance profile on launch and from version pagePetr Mrázek
2015-04-12NOISSUE get rid of the obsolete version builderPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek