Alphabetical Index | Tags by Size | Find tag:

WadFile

Related tags: AbstractFile, Feed, File, File System, File1, FileDirectory, FileHandle, FileId, FileIndex, Folder, FS, FS1, GenericFile, ImageFile, LumpFile, NativeFile, ZipFile

Authorship: 89% danij, 11% skyjake

View commits by groups

October 2012
2012-10-07 Refactor : Defer WadFile lump CRC calculation until needed
2012-10-07 Added | Refactor : Added exception classes for format and notfound errors
2012-10-06 Refactor : Dumped WadFile's now redundant C wrapper API
September 2012
2012-09-27 Refactor : Separated the lump cache into a new class
2012-09-26 Cleanup : Unnecessary use of CPP_BOOL()
2012-09-26 Cleanup | Refactor : Minor post refactoring cleanup
2012-09-26 : Improved lump index out-of-range exception messages
2012-09-26 : Implemented lastIndex() and empty() methods
2012-09-26 Refactor : Implemented a public C++ interface for WadFile