Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:55:50 -0400] rev 1505
Add platform_os2.c to the CMake file.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:47:32 -0400] rev 1504
Minor code cleanups: whitespace fixes, 80-column overflows, wrong comments.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:42:34 -0400] rev 1503
vdf: Migrated to new, improved unpacked archiver infrastructure.
Ryan C. Gordon <icculus@icculus.org> [Sat, 22 Jul 2017 12:16:37 -0400] rev 1502
Added some TODOs to the ISO9660 code.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 23:02:10 -0400] rev 1501
Some improvements to INSTALL.txt.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 22:38:50 -0400] rev 1500
Fixed compiler warnings.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 22:35:30 -0400] rev 1499
Removed unused variable.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 22:01:51 -0400] rev 1498
unpacked: let archivers specify create and modified times, hook up to iso9660.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 19:01:41 -0400] rev 1497
unpacked: let archivers "abandon" the archive instead of closing it.
This lets you preserve the PHYSFS_Io in case of error during archive opening.
Ryan C. Gordon <icculus@icculus.org> [Fri, 21 Jul 2017 13:56:21 -0400] rev 1496
iso9660: rewritten and simplified.
This now builds on top of the "unpacked" archiver and reads only the
structures it needs, serializing the parts it cares about. Lots of other
cleanups.
Lost a little bit of functionality, to be restored later.