Descent3/cfile
Azamat H. Hackimov 43caa3d53c CFILE: Remove throwing exception in cf_ReadBytes()
All functions, that uses cf_ReadBytes(), checks return size, but don't handle potential exceptions. That leads to segfaults on reading of damaged files (i.e. broken savegames).
2024-05-16 23:27:56 +03:00
..
cfile.cpp CFILE: Remove throwing exception in cf_ReadBytes() 2024-05-16 23:27:56 +03:00
cfile.h Minor fixes to cfile 2024-05-16 18:21:30 +03:00
CMakeLists.txt Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
hogfile.cpp Move HOG2 magic check into hogfile 2024-05-16 19:18:31 +03:00
hogfile.h Move HOG2 magic check into hogfile 2024-05-16 19:18:31 +03:00
inffile.cpp Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
inffile.h Reapply "Cfile module update" 2024-04-24 00:40:39 +03:00