PrismLauncher/launcher/minecraft/mod/tasks
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
..
GetModDependenciesTask.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
GetModDependenciesTask.h remove task parent from constuctor 2024-11-01 00:11:45 +02:00
LocalDataPackParseTask.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
LocalDataPackParseTask.h fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
LocalModParseTask.cpp Improve MANIFEST.MF parsing 2024-11-24 19:30:59 +01:00
LocalModParseTask.h Merge remote-tracking branch 'upstream/develop' into resource-meta 2024-10-23 14:19:07 +01:00
LocalResourcePackParseTask.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
LocalResourcePackParseTask.h simplify the raw json parsing 2023-09-16 19:12:09 +03:00
LocalResourceParse.cpp chore: reformat 2023-08-14 18:16:53 +02:00
LocalResourceParse.h feat: Import all the things! 2023-01-07 15:04:22 -07:00
LocalResourceUpdateTask.cpp Resource metadata writing 2023-09-01 17:42:05 +01:00
LocalResourceUpdateTask.h Merge remote-tracking branch 'upstream/develop' into resource-meta 2024-10-08 17:15:42 +01:00
LocalShaderPackParseTask.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
LocalShaderPackParseTask.h fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
LocalTexturePackParseTask.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
LocalTexturePackParseTask.h chore: update license headers 2023-08-14 18:17:05 +02:00
LocalWorldSaveParseTask.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
LocalWorldSaveParseTask.h chore: reformat 2023-08-14 18:16:53 +02:00
ResourceFolderLoadTask.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
ResourceFolderLoadTask.h Fix crashes 2023-09-01 12:50:20 +01:00