aboutsummaryrefslogtreecommitdiff
path: root/launcher/MMCZip.cpp
AgeCommit message (Collapse)Author
2022-08-20refactor: move general info from Mod to Resourceflow
This allows us to create other resources that are not Mods, but can still share a significant portion of code. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-30Merge pull request #941 from Scrumplex/bump-cxx-standardLennyMcLennington
Bump to C++17
2022-07-23fix: sigsegv when trying to use jar modsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-20refactor!: bump to C++17 and C17Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-17change: make Mod a QObject used as a pointerflow
Prevents problems when copying it around! Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-10refactor: fix deprecation up to Qt 6Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-19fix: don't create unnecessary folders when extracting ZIPsflow
2022-05-23refactor: abstract metadata handling and clarify namesflow
2022-05-16fix: import modrinth packs with weird overrides structureflow
Probably because of Packwiz limitations, or an space optimizer that did this :)
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-01-31fix: bring back JAR Folder modsSefa Eyeoglu
what is this?
2022-01-31fix: bring back instance exportsSefa Eyeoglu
2022-01-31refactor: simpler includes for quazipSefa Eyeoglu
2022-01-31refactor: bring back methods that need to be reimplementedSefa Eyeoglu
2022-01-31refactor: add in-tree QuaZipSefa Eyeoglu
2022-01-31refactor: initial migration to QuaZip 1.2Sefa Eyeoglu
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek