Wed, 29 Aug 2001 03:11:23 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Wed, 29 Aug 2001 03:10:45 +0000 |
Ryan C. Gordon |
Initial add.
|
changeset |
files
|
Wed, 29 Aug 2001 02:41:47 +0000 |
Ryan C. Gordon |
__PHYSFS_platformGetUserDir() checks some win32 standard environment variables,
|
changeset |
files
|
Thu, 23 Aug 2001 18:03:08 +0000 |
Ryan C. Gordon |
Initial add. Unzip in root of source directory and point Visual C at the
release-0.1.2
|
changeset |
files
|
Thu, 23 Aug 2001 18:01:43 +0000 |
Ryan C. Gordon |
Compiles and runs on Visual C. What an uphill climb THAT was.
|
changeset |
files
|
Thu, 23 Aug 2001 17:09:20 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Thu, 23 Aug 2001 17:08:26 +0000 |
Ryan C. Gordon |
Made dependency on readline optional.
|
changeset |
files
|
Thu, 23 Aug 2001 16:02:51 +0000 |
Ryan C. Gordon |
More win32 updates.
|
changeset |
files
|
Thu, 23 Aug 2001 15:39:07 +0000 |
Ryan C. Gordon |
Whoops. Forgot to declare a variable.
|
changeset |
files
|
Thu, 23 Aug 2001 15:23:21 +0000 |
Ryan C. Gordon |
Updates, corrections and enhancements to get this ported to win32.
|
changeset |
files
|
Thu, 23 Aug 2001 15:22:52 +0000 |
Ryan C. Gordon |
Initial add; NOT complete.
|
changeset |
files
|
Thu, 23 Aug 2001 15:06:15 +0000 |
Ryan C. Gordon |
Fixed a potential free()ing of a NULL pointer in
|
changeset |
files
|
Thu, 23 Aug 2001 14:31:00 +0000 |
Ryan C. Gordon |
Removed #include <unistd.h>, since it isn't needed in this file, and
|
changeset |
files
|
Tue, 07 Aug 2001 18:11:08 +0000 |
Ryan C. Gordon |
Updated.
release-0.1.1
|
changeset |
files
|
Tue, 07 Aug 2001 18:10:38 +0000 |
Ryan C. Gordon |
Changed version to 0.1.1.
|
changeset |
files
|
Tue, 07 Aug 2001 03:33:44 +0000 |
Ryan C. Gordon |
Added CD-ROM detection code.
|
changeset |
files
|
Tue, 07 Aug 2001 03:33:25 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Tue, 07 Aug 2001 02:57:16 +0000 |
Ryan C. Gordon |
Changed URL to physfs homepage.
release-0.1.0
|
changeset |
files
|
Tue, 07 Aug 2001 02:56:50 +0000 |
Ryan C. Gordon |
Added appropriate make install target.
|
changeset |
files
|
Wed, 01 Aug 2001 10:34:14 +0000 |
Ryan C. Gordon |
Added.
|
changeset |
files
|
Wed, 01 Aug 2001 10:20:56 +0000 |
Ryan C. Gordon |
Versioning stuff, install rule added.
|
changeset |
files
|
Wed, 01 Aug 2001 10:18:56 +0000 |
Ryan C. Gordon |
Safety memset when creating error information for a new thread.
|
changeset |
files
|
Sat, 28 Jul 2001 13:39:55 +0000 |
Ryan C. Gordon |
Improved "make package".
|
changeset |
files
|
Sat, 28 Jul 2001 13:08:14 +0000 |
Ryan C. Gordon |
Avoids unzLocateFile(), since we already did all the searching ourselves.
|
changeset |
files
|
Sat, 28 Jul 2001 13:07:10 +0000 |
Ryan C. Gordon |
Initial add.
|
changeset |
files
|
Sat, 28 Jul 2001 12:14:09 +0000 |
Ryan C. Gordon |
ZIP entries are now cached at openArchive time, which cleans up the race
|
changeset |
files
|
Mon, 23 Jul 2001 09:24:59 +0000 |
Ryan C. Gordon |
Enough fixes to get the Build engine working with ZIP files instead of
|
changeset |
files
|
Mon, 23 Jul 2001 09:23:17 +0000 |
Ryan C. Gordon |
Cleaned up PHYSFS_openRead() a little. PHYSFS_addToSearchPath() now
|
changeset |
files
|
Mon, 23 Jul 2001 07:16:22 +0000 |
Ryan C. Gordon |
Added individual file i/o code. Untested.
|
changeset |
files
|
Mon, 23 Jul 2001 07:15:48 +0000 |
Ryan C. Gordon |
Added ERR_COMPRESSION
|
changeset |
files
|
Mon, 23 Jul 2001 07:15:21 +0000 |
Ryan C. Gordon |
Explicit check for negative positions in PHYSFS_seek().
|
changeset |
files
|
Mon, 23 Jul 2001 04:48:04 +0000 |
Ryan C. Gordon |
Initial add.
|
changeset |
files
|
Mon, 23 Jul 2001 04:47:47 +0000 |
Ryan C. Gordon |
Now with all directory functions implemented (and debugged?). No file
|
changeset |
files
|
Mon, 23 Jul 2001 04:47:08 +0000 |
Ryan C. Gordon |
New error message.
|
changeset |
files
|
Mon, 23 Jul 2001 04:46:42 +0000 |
Ryan C. Gordon |
Non-existant archives/directories report a more correct error, and a call
|
changeset |
files
|
Mon, 23 Jul 2001 04:45:26 +0000 |
Ryan C. Gordon |
ZIP file support.
|
changeset |
files
|
Mon, 16 Jul 2001 17:37:50 +0000 |
Ryan C. Gordon |
Added more API calls, always uses a history file, now.
|
changeset |
files
|
Mon, 16 Jul 2001 17:36:28 +0000 |
Ryan C. Gordon |
Architecture adjustment for enumerating files with regards to whether
|
changeset |
files
|
Mon, 16 Jul 2001 14:36:28 +0000 |
Ryan C. Gordon |
Much more complete. Still more to go.
|
changeset |
files
|
Mon, 16 Jul 2001 14:36:02 +0000 |
Ryan C. Gordon |
Lots of bugfixes, enhancements, and corrections due to the work on
|
changeset |
files
|
Mon, 16 Jul 2001 10:32:12 +0000 |
Ryan C. Gordon |
More work; command parsing via readline.
|
changeset |
files
|
Mon, 16 Jul 2001 10:31:28 +0000 |
Ryan C. Gordon |
Updated archiver info to format I think is best for text.
|
changeset |
files
|
Mon, 16 Jul 2001 10:31:03 +0000 |
Ryan C. Gordon |
Added readline library to test program.
|
changeset |
files
|
Sun, 15 Jul 2001 18:56:07 +0000 |
Ryan C. Gordon |
Initial add. Does VERY little right now.
|
changeset |
files
|
Sun, 15 Jul 2001 18:55:19 +0000 |
Ryan C. Gordon |
Added test binary.
|
changeset |
files
|
Sun, 15 Jul 2001 18:55:03 +0000 |
Ryan C. Gordon |
Fixed bug in PHYSFS_VERSION macro.
|
changeset |
files
|
Sun, 15 Jul 2001 09:29:30 +0000 |
Ryan C. Gordon |
Initial work on ZIPfile support. Not complete. Not very pleased with this
|
changeset |
files
|
Sun, 15 Jul 2001 09:28:37 +0000 |
Ryan C. Gordon |
Fixed GRP_enumerateFiles() so that it will only list files in the root of
|
changeset |
files
|
Sun, 15 Jul 2001 09:27:41 +0000 |
Ryan C. Gordon |
"I/O error" error string, and updated comment.
|
changeset |
files
|
Mon, 09 Jul 2001 23:33:37 +0000 |
Ryan C. Gordon |
Added more fields to the ArchiveInfo struct: author and url.
|
changeset |
files
|
Mon, 09 Jul 2001 04:15:35 +0000 |
Ryan C. Gordon |
Added PHYSFS_fileLength(). Bleh.
|
changeset |
files
|
Mon, 09 Jul 2001 01:45:13 +0000 |
Ryan C. Gordon |
Rewrote the file closing routines to not be so gay. Cleaned up the opening
|
changeset |
files
|
Mon, 09 Jul 2001 01:43:28 +0000 |
Ryan C. Gordon |
Logic fixes; seems to work rather well with KenBuild, now.
|
changeset |
files
|
Mon, 09 Jul 2001 00:51:46 +0000 |
Ryan C. Gordon |
Bugfix for infinite loop/touching free()'d memory during PHYSFS_deinit().
|
changeset |
files
|
Mon, 09 Jul 2001 00:49:41 +0000 |
Ryan C. Gordon |
Initial add. Implemented, buggy, but not crashing.
|
changeset |
files
|
Sun, 08 Jul 2001 13:57:28 +0000 |
Ryan C. Gordon |
Initial debugging: dropped PhysicsFS routines into the Build engine,
|
changeset |
files
|
Sun, 08 Jul 2001 10:58:10 +0000 |
Ryan C. Gordon |
More tweaks; GRP completely implemented. Everything builds clean.
|
changeset |
files
|
Sun, 08 Jul 2001 05:27:05 +0000 |
Ryan C. Gordon |
Archive implementation (Build Groupfiles), other tweaks.
|
changeset |
files
|
Sun, 08 Jul 2001 03:25:12 +0000 |
Ryan C. Gordon |
Implementation compiles and links with no actual archive support. No test
|
changeset |
files
|
Sat, 07 Jul 2001 09:05:19 +0000 |
Ryan C. Gordon |
Base implementation is now complete. Now to fill in archive/platform drivers.
|
changeset |
files
|