PrismLauncher/launcher/minecraft/mod
Kationor b40a1973bf
Improve MANIFEST.MF parsing
Previously, we would only properly parse LF-encoded manifests, and even
those only if they used the recommended casing.

This commit allows the parser to recognise CR and CRLF newlines, and
also makes the name comparison case insensitive to align with the
specification. (Though not completely: we still don't support multiline
values)

Signed-off-by: Kationor <n96211028@gmail.com>
2024-11-24 19:30:59 +01:00
..
tasks Improve MANIFEST.MF parsing 2024-11-24 19:30:59 +01:00
DataPack.cpp fix: add more datapack formats and clang-format it 2024-06-18 18:05:34 +02:00
DataPack.h Update size order for folders 2024-06-10 00:18:21 +03:00
MetadataHandler.h Fix license headers and formatting 2024-10-28 22:29:43 +00:00
Mod.cpp Fix license headers and formatting 2024-10-28 22:29:43 +00:00
Mod.h Fix license headers and formatting 2024-10-28 22:29:43 +00:00
ModDetails.h Generalise resource metadata 2023-08-31 17:54:22 +01:00
ModFolderModel.cpp Fix warnings regarding Resource static cast 2024-11-13 23:11:33 +02:00
ModFolderModel.h Fix warnings regarding Resource static cast 2024-11-13 23:11:33 +02:00
Resource.cpp Reimplement View Homepage 2024-10-28 20:14:56 +00:00
Resource.h Fix warnings regarding Resource static cast 2024-11-13 23:11:33 +02:00
ResourceFolderModel.cpp Fix warnings regarding Resource static cast 2024-11-13 23:11:33 +02:00
ResourceFolderModel.h Fix warnings regarding Resource static cast 2024-11-13 23:11:33 +02:00
ResourcePack.cpp fix: add more datapack formats and clang-format it 2024-06-18 18:05:34 +02:00
ResourcePack.h Update size order for folders 2024-06-10 00:18:21 +03:00
ResourcePackFolderModel.cpp Fix warnings regarding Resource static cast 2024-11-13 23:11:33 +02:00
ResourcePackFolderModel.h Merge remote-tracking branch 'upstream/develop' into resource-meta 2024-10-08 17:15:42 +01:00
ShaderPack.cpp fixed shader packs detection 2023-11-10 19:37:11 +02:00
ShaderPack.h fixed shader packs detection 2023-11-10 19:37:11 +02:00
ShaderPackFolderModel.h Add update UI for all resource types 2024-03-06 14:56:04 +00:00
TexturePack.cpp Enable antialiasing for mod and pack icons 2023-08-29 23:34:19 +01:00
TexturePack.h chore: update license headers 2023-08-14 18:17:05 +02:00
TexturePackFolderModel.cpp Fix column sizes 2024-10-28 18:01:01 +00:00
TexturePackFolderModel.h Merge remote-tracking branch 'upstream/develop' into resource-meta 2024-10-08 17:15:42 +01:00
WorldSave.cpp fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
WorldSave.h fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00