summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/MinecraftUpdate.cpp
Commit message (Collapse)AuthorAgeLines
* Remove some old forge hacksPetr Mrázek2020-05-19-1/+0
| | | | | | | | | | | | | | Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it.
* Update Copyright YearAppleTheGolden2019-01-16-1/+1
|
* NOISSUE Rename OneSixUpdate to MinecraftUpdatePetr Mrázek2018-11-11-20/+20
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-117/+117
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-1/+1
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-30/+11
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-2/+2
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-0/+203