aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/update
AgeCommit message (Collapse)Author
2021-04-29NOISSUE stop relying on forge servers for old FML libsPetr Mrázek
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2020-03-27GH-2544 allow adding files to `libraries` without affecting classpathPetr Mrázek
This is done by adding library-like objects into the `mavenFiles` list in version JSONs.
2019-02-19GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek
2018-12-06NOISSUE fix typoPetr Mrázek
2018-12-06GH-2483 fix minor issue while checking for missing local filesPetr Mrázek
2018-11-26GH-2478 fix jarmods being detected as missingPetr Mrázek
2018-11-26GH-2475 fix reporting missing local libraries on launchPetr Mrázek
2018-11-04NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek
2018-07-27GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵Petr Mrázek
importance
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-28NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek
2018-04-02NOISSUE Fixed compilation error, but needs to be revisitedJanrupf
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-17NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek
2017-11-04NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek