gzdoom-gles/src/resourcefiles
Christoph Oelckers 8bbfd39f42 - fixed some remaining issues:
* initial positioning in a subsection of a file failed. This mainly affected music playback.
* made the FileRdr constructor which takes a FileReaderInterface private so that everything that needs it must be explicitly declared as friend.
* removed a few redundant construction initializers for FileRdrs.
* loading compressed nodes needs to check the validity of its reader.
* use GetLength to detemine the size of a Zip file instead of doing another seek to the end.
* removed duplicate Length variables.
2018-03-11 13:26:30 +01:00
..
ancientzip.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
ancientzip.h - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_7z.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_directory.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_grp.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_lump.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_pak.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_rff.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_wad.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
file_zip.cpp - fixed some remaining issues: 2018-03-11 13:26:30 +01:00
file_zip.h - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
resourcefile.cpp - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00
resourcefile.h - transition to new FileReader interface complete, but untested. 2018-03-11 12:33:46 +01:00