-hash function to crc32 function (tpf support)

Improvements:
-whole textures can be send to game (needed for zip and tpf)
-zip support (normal and as tpf format)
-tpf support
This commit is contained in:
code@koerner-de.net
2011-09-16 11:53:36 +00:00
parent b24123ddca
commit 6c04a6550d
25 changed files with 8103 additions and 124 deletions
+2
View File
@@ -47,6 +47,8 @@ int OTM_Language::LoadLanguage(int lang)
CheckBoxSaveSingleTexture = L"Save single texture";
CheckBoxSaveAllTextures = L"Save all textures";
FileNotSupported = L"This file type is not supported:\n";
}
LoadKeys(lang);