GARbro-mirror/GameRes
2016-10-15 09:34:46 +04:00
..
Properties migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
Strings update korean translation (#29) 2016-06-11 21:37:15 +04:00
ArcFile.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
ArcView.cs (IBinaryStream): new interface for binary streams. 2016-10-12 04:25:40 +04:00
Audio.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
AudioWAV.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
BinaryStream.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
Checksum.cs (Adler32): skip checksum update for zero-length arrays. 2016-09-14 20:08:13 +04:00
FileSystem.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
FormatCatalog.cs (FormatCatalog.LookupGame): look for archive name, too. 2016-10-11 00:06:27 +04:00
GameRes.cs (IResource.CanWrite): new property. 2016-10-11 00:05:22 +04:00
GameRes.csproj (IBinaryStream): new interface for binary streams. 2016-10-12 04:25:40 +04:00
Image.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
ImageBMP.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
ImageJPEG.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
ImagePNG.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
ImageTGA.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
ImageTIFF.cs migration to IBinaryStream interface. 2016-10-15 09:34:46 +04:00
MultiDict.cs added license clause and third-party copyright notices. 2014-07-28 00:50:18 +04:00
packages.config released v1.1.2 2015-06-03 14:05:20 +04:00
README.md updated READMEs. 2016-08-06 16:23:50 +04:00
ScriptText.cs Initial commit. 2014-07-21 23:26:28 +04:00
Utility.cs (Binary.BigEndian): simplified. 2016-10-03 23:23:43 +04:00
ZLibStream.cs (Adler32): skip checksum update for zero-length arrays. 2016-09-14 20:08:13 +04:00

GameRes Library

Library of the base classes that deal with game resources, such as archives, images and audio files. All derived file formats are expected to register themselves by the means of MEF within repository class FormatCatalog.