proto.cpp reads the 40250 MIPX/MMPT tables with the ported CLZO/TEA (156-byte TItemTable, 255-byte SMobTable), replacing the m2dev XChaCha20 236/335 reader. Names follow CItemData::GetName / GetMonsterName (szLocaleName, cp1252). GDScript callers load AssetRoot.locale_file() = pack://locale/en/<name>, which makes the EterPack chain runtime-reachable; port-map entries for the functions a coverage run hit move to PORTED/ADAPTED. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
105 lines
4.7 KiB
JSON
105 lines
4.7 KiB
JSON
{
|
|
"reference": "EterBase/MappedFile.cpp",
|
|
"reference_sha256": "82d65b1bb2bdc91038be929e079212af33cf963e5d4722d10256bd1df4341ee9",
|
|
"priority": "P4",
|
|
"contracts": [],
|
|
"functions": {
|
|
"CMappedFile::CMappedFile": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::CMappedFile"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::~CMappedFile": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::~CMappedFile"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::Create": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::Create"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::Get": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::Link": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::Link"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::BindLZObject": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::BindLZObject"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::BindLZObjectWithBufferedSize": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::AppendDataBlock": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::Destroy": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::Destroy"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::Seek": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::Map": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::Map"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::GetCurrentSeekPoint": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::Size": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::Size"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
},
|
|
"CMappedFile::GetPosition": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::Read": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::GetSeekPosition": {
|
|
"status": "TODO"
|
|
},
|
|
"CMappedFile::Unmap": {
|
|
"impl": [
|
|
"extension/src/platform/EterBase/MappedFile.cpp:CMappedFile::Unmap"
|
|
],
|
|
"status": "ADAPTED",
|
|
"note": "platform CMappedFile: std::ifstream read into an owned buffer instead of CreateFileMapping/MapViewOfFile; same Create/Map/Link/BindLZObject contract",
|
|
"test": "extension/tests/port_eterpack_test.cpp (103 packs, 54891 entries, first-registered wins, 4 SECURITY rejects)"
|
|
}
|
|
}
|
|
}
|