Alphabetical Index | Tags by Size | Find tag:

FS1

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

Authorship: 92% danij, 8% skyjake

View commits by groups

July 2016
2016-07-16 Doom | Fixed : Potential crash when unloading files
June 2014
2014-06-18 Cleanup | Doom : Minor cleanup
2014-06-18 Doom | Refactor : Removed F_ReadLumpSection(), F_CacheLump(), F_UnlockLump()
2014-06-18 Doom | Refactor : Removed F_Delete()
2014-06-18 Doom | Refactor : Removed F_Open(), F_LumpNumForName()
2014-06-18 Doom | Refactor : Removed F_FindFileForLumpNum()
2014-06-18 Cleanup | Doom : Minor formatting/style cleanup
2014-06-18 Cleanup | Doom | LumpCache | Refactor : Moved LumpCache impl to lumpcache.cpp plus cleanup
2014-06-18 Cleanup | Doom | Refactor : Implement pimpl in FS1 (class) with DENG2_PRIVATE, cleanup
2014-06-17 Doom | FileHandle | Refactor : Removed de::FileHandle C wrapper API
2014-06-17 Doom | Refactor : Use de::FileHandle instead of the opaque filehandle_s at API level
2014-06-17 Doom | Refactor : Use de::File1 instead of the opaque file1_s at API level
2014-06-17 Doom | Refactor : Remaining global FS1 functions are now C++
2014-06-17 Doom | Refactor : Replaced F_DumpLump() with F_DumpFile()
2014-06-17 Doom | Refactor | Zip : Reimplemented Zip with LumpIndex, Entry and LumpFile
2014-06-16 Cleanup | Doom | Wad : Cleanup
2014-06-16 Doom | LumpIndex | Wad : Missing virtual destructors
2014-06-16 Doom | Refactor | Wad : Reimplemented Wad's internal lump LUT with LumpIndex
2014-06-16 Cleanup | Doom | Wad : Cleanup
2014-06-16 Cleanup | Doom | Refactor | Wad : Cleanup Wad construction
2014-06-16 Doom | Refactor | Wad : Remodeled Wad internals with Entry and LumpFile
2014-06-14 Cleanup | Doom | Wad : Cleanup
2014-06-14 Added | Doom : Added FS1::lump(), LumpIndex::contains()
2014-06-14 Cleanup | Doom | File1 : Use DENG2_AS_IS_METHODS with de::File1
2014-06-14 Doom : Provide const access to FS1's loaded FileList
June 2013
2013-06-24 Debug : Moved cache hit/miss messages to TRACE level
March 2013
2013-03-23 Fixed | Revert | Unix : Switch to correct path separators
2013-03-23 Fixed | Unix : Switch to correct path separators
February 2013
2013-02-24 Refactor : Removed more obsolete FS1 C wrapper API functions
2013-02-14 Optimize | Server : Composing server info
December 2012
2012-12-07 Fixed : clearOpenFiles() was not correctly clearing the FileList
2012-12-05 Fixed : Memory leak in FS1::findAllPaths()
November 2012
2012-11-22 Refactor : API coherence refactorings afforded by the subspaces rename
October 2012
2012-10-22 Refactor : Removing files from FS1 is now done using de::File1 references
2012-10-20 Refactor : Moved -vdmap interpretation out of the FS1 class
2012-10-20 Refactor : Moved DD_DIREC parsing out of the FS1 class
2012-10-20 Refactor : Restructured various file system logics
2012-10-19 Refactor : Made the Wad LumpIndexes of FS1 publically visible
2012-10-19 Refactor : Further streamlined the public interface of FS1
2012-10-18 Refactor : Renamed filetype_t identifiers according to new File names
2012-10-18 Refactor : Publishing lumps to indexes is now handled by FS1
2012-10-17 Cleanup : Cleanup
2012-10-17 Added | Refactor : Added exception class for notfound errors
2012-10-17 Refactor : Moved tryOpen* methods to ::Instance
2012-10-17 Refactor : Reworked findLumpFile() similarly to lumpInfo()
2012-10-16 Refactor : Merged findRealFile() into tryOpenNativeFile()
2012-10-16 Refactor : Removed rendundant duplication - openAuxiliary() can use tryOpenFile()
2012-10-16 Refactor : Avoid manipulating the open-files list in accessFile()
2012-10-15 Refactor : Cleaned up interpreted file instantiation
2012-10-15 Refactor : Removed the now redundant lastModified()
2012-10-15 Refactor : Removed the now redundant allResourcePaths() iteration mechanism