Ryan C. Gordon <icculus@icculus.org> [Sun, 15 Jul 2001 09:27:41 +0000] rev 30
"I/O error" error string, and updated comment.
Ryan C. Gordon <icculus@icculus.org> [Mon, 09 Jul 2001 23:33:37 +0000] rev 29
Added more fields to the ArchiveInfo struct: author and url.
Ryan C. Gordon <icculus@icculus.org> [Mon, 09 Jul 2001 04:15:35 +0000] rev 28
Added PHYSFS_fileLength(). Bleh.
Ryan C. Gordon <icculus@icculus.org> [Mon, 09 Jul 2001 01:45:13 +0000] rev 27
Rewrote the file closing routines to not be so gay. Cleaned up the opening
routines, too. One less malloc and free needed for an open/close pair, which
makes things frighteningly more manageable. --ryan.
Ryan C. Gordon <icculus@icculus.org> [Mon, 09 Jul 2001 01:43:28 +0000] rev 26
Logic fixes; seems to work rather well with KenBuild, now.
Ryan C. Gordon <icculus@icculus.org> [Mon, 09 Jul 2001 00:51:46 +0000] rev 25
Bugfix for infinite loop/touching free()'d memory during PHYSFS_deinit().
Ryan C. Gordon <icculus@icculus.org> [Mon, 09 Jul 2001 00:49:41 +0000] rev 24
Initial add. Implemented, buggy, but not crashing.
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2001 13:57:28 +0000] rev 23
Initial debugging: dropped PhysicsFS routines into the Build engine,
replacing Ken's groupfile management. Not finished, but lots of initial
debugging is complete. More bugs, likely in OUR groupfile code, are waiting
to be fixed, but the KenBuild editor runs without crashing (er...but the
palette doesn't seem to be loading... :) )
--ryan.
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2001 10:58:10 +0000] rev 22
More tweaks; GRP completely implemented. Everything builds clean.
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2001 05:27:05 +0000] rev 21
Archive implementation (Build Groupfiles), other tweaks.