Mon, 23 Mar 2009 00:45:15 -0400 |
Ryan C. Gordon |
Upped version to 2.0.0!
|
file |
diff |
annotate
|
Sun, 02 Nov 2008 15:26:14 -0500 |
Ryan C. Gordon |
Corrected example code in the docs (thanks, Olivier!).
|
file |
diff |
annotate
|
Sun, 02 Nov 2008 15:22:02 -0500 |
Ryan C. Gordon |
Added struct typedefs that you can predeclare without including physfs.h
|
file |
diff |
annotate
|
Fri, 11 May 2007 20:12:10 +0000 |
Ryan C. Gordon |
Minor documentation fix.
|
file |
diff |
annotate
|
Tue, 03 Apr 2007 00:58:32 +0000 |
Ryan C. Gordon |
Merged r893:894 from trunk: Doxygen correction.
stable-1.0
|
file |
diff |
annotate
|
Tue, 03 Apr 2007 00:57:11 +0000 |
Ryan C. Gordon |
Fixed Doxygen comment (this was probably a Doxygen bug that was since fixed).
|
file |
diff |
annotate
|
Mon, 02 Apr 2007 23:35:09 +0000 |
Ryan C. Gordon |
Improved Doxygen comments.
|
file |
diff |
annotate
|
Mon, 02 Apr 2007 21:08:05 +0000 |
Ryan C. Gordon |
It's now safe to call PHYSFS_* functions from callbacks, since mutexes are now
|
file |
diff |
annotate
|
Mon, 02 Apr 2007 20:57:53 +0000 |
Ryan C. Gordon |
Updated.
|
file |
diff |
annotate
|
Sun, 01 Apr 2007 22:06:37 +0000 |
Ryan C. Gordon |
Added PHYSFS_symbolicLinksPermitted().
|
file |
diff |
annotate
|
Sun, 01 Apr 2007 21:24:19 +0000 |
Ryan C. Gordon |
Added PHYSFS_isInit() function.
|
file |
diff |
annotate
|
Sat, 31 Mar 2007 06:58:55 +0000 |
Ryan C. Gordon |
Fixed typo in documentation.
|
file |
diff |
annotate
|
Mon, 26 Mar 2007 07:53:43 +0000 |
Ryan C. Gordon |
Bumped version numbers.
|
file |
diff |
annotate
|
Tue, 20 Mar 2007 17:53:42 +0000 |
Ryan C. Gordon |
Fixed a FIXME in the documentation comments.
|
file |
diff |
annotate
|
Fri, 16 Mar 2007 23:48:19 +0000 |
Ryan C. Gordon |
Fixed Doxygen comments for UTF-8 functions.
|
file |
diff |
annotate
|
Fri, 16 Mar 2007 22:06:04 +0000 |
Ryan C. Gordon |
Changed PHYSFS_file from a typedef to a #define for legacy code.
|
file |
diff |
annotate
|
Thu, 15 Mar 2007 08:16:23 +0000 |
Ryan C. Gordon |
Bunch of work on Unicode...added case-folding stricmp, removed
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 10:19:52 +0000 |
Ryan C. Gordon |
Moved more files from FILENAME to FILENAME.txt ...
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 10:10:28 +0000 |
Ryan C. Gordon |
Renamed LICENSE to LICENSE.txt
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 09:30:08 +0000 |
Ryan C. Gordon |
More ranting and raving about Unicode.
|
file |
diff |
annotate
|
Sat, 10 Mar 2007 06:41:26 +0000 |
Ryan C. Gordon |
Killed MIX archiver.
|
file |
diff |
annotate
|
Thu, 08 Mar 2007 21:31:35 +0000 |
Ryan C. Gordon |
Fixed a comment in physfs.h.
|
file |
diff |
annotate
|
Sun, 05 Nov 2006 11:10:14 +0000 |
Ryan C. Gordon |
Initial Unicode work.
|
file |
diff |
annotate
|
Sat, 23 Sep 2006 10:49:10 +0000 |
Ryan C. Gordon |
Fixed typo in Doxygen comment.
|
file |
diff |
annotate
|
Sat, 23 Sep 2006 10:49:10 +0000 |
Ryan C. Gordon |
Fixed typo in Doxygen comment.
stable-1.0
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 10:15:29 +0000 |
Ryan C. Gordon |
Apparently the visibility attribute only exists in gcc3 and up.
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 10:15:29 +0000 |
Ryan C. Gordon |
Apparently the visibility attribute only exists in gcc3 and up.
stable-1.0
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 06:49:01 +0000 |
Ryan C. Gordon |
Added -fvisibility=hidden support, for builds by gcc4 and later.
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 06:49:01 +0000 |
Ryan C. Gordon |
Added -fvisibility=hidden support, for builds by gcc4 and later.
stable-1.0
|
file |
diff |
annotate
|
Mon, 28 Nov 2005 13:28:33 +0000 |
Ryan C. Gordon |
Fixed documentation for PHYSFS_setWriteDir().
|
file |
diff |
annotate
|
Mon, 28 Nov 2005 13:28:12 +0000 |
Ryan C. Gordon |
Fixed documentation for PHYSFS_setWriteDir().
stable-1.0
|
file |
diff |
annotate
|
Sun, 18 Sep 2005 21:44:42 +0000 |
Ryan C. Gordon |
API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally
|
file |
diff |
annotate
|
Fri, 09 Sep 2005 14:07:43 +0000 |
Ryan C. Gordon |
Some tweaks to PHYSFS_Allocator.
|
file |
diff |
annotate
|
Tue, 06 Sep 2005 06:24:42 +0000 |
Ryan C. Gordon |
Don't use size_t in physfs.h, since it relies on C runtime headers.
|
file |
diff |
annotate
|
Sat, 23 Jul 2005 22:19:01 +0000 |
Ryan C. Gordon |
Upped version to 1.1.0
|
file |
diff |
annotate
|
Sat, 23 Jul 2005 22:04:23 +0000 |
Ryan C. Gordon |
Upped version to 1.0.1.
stable-1.0
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 11:49:30 +0000 |
Ryan C. Gordon |
All memory management now goes through allocation hooks instead of directly to
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 07:15:40 +0000 |
Ryan C. Gordon |
More mountpoint work and other cleanups.
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 12:03:05 +0000 |
Ryan C. Gordon |
Split off sanitizePlatformIndependentPath() from verifySecurity(), which makes
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 09:09:26 +0000 |
Ryan C. Gordon |
First chunk of PHYSFS_mount() implementation. Incomplete!
|
file |
diff |
annotate
|
Thu, 16 Dec 2004 16:25:42 +0000 |
Ryan C. Gordon |
Fixed some documentation/header comment typos (thanks, Gaetan!)
stable-1.0
|
file |
diff |
annotate
|
Thu, 16 Dec 2004 16:20:46 +0000 |
Ryan C. Gordon |
Fixed some documentation/header comment typos (thanks, Gaetan!)
|
file |
diff |
annotate
|
Wed, 29 Sep 2004 06:09:29 +0000 |
Ryan C. Gordon |
Added callback APIs and ripped up the internals everywhere to use them.
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:37:42 +0000 |
Ryan C. Gordon |
PHYSFS_file is now PHYSFS_File to match 2.0 API (but has a typedef for
stable-1.0
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:17:54 +0000 |
Ryan C. Gordon |
Changed PHYSFS_file to PHYSFS_File to match rest of API's naming
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:00:59 +0000 |
Ryan C. Gordon |
Did the same thing to FileHandles than I did to DirHandles, but this
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 00:25:04 +0000 |
Ryan C. Gordon |
Cleaned up archiver interface to not deal with DirHandles anymore,
|
file |
diff |
annotate
|
Thu, 23 Sep 2004 23:59:17 +0000 |
Ryan C. Gordon |
Minor allocation hook corrections.
|
file |
diff |
annotate
|
Thu, 23 Sep 2004 06:45:36 +0000 |
Ryan C. Gordon |
Initial structure for replacable allocator work.
|
file |
diff |
annotate
|
Thu, 08 Jan 2004 05:53:28 +0000 |
Ryan C. Gordon |
Last minute changes, fixes, and build system updates for 1.0.
release-1.0.0
|
file |
diff |
annotate
|
Mon, 15 Dec 2003 04:01:18 +0000 |
Ryan C. Gordon |
Added Doom WAD support.
|
file |
diff |
annotate
|
Wed, 23 Jul 2003 04:13:21 +0000 |
Ryan C. Gordon |
Upped version to 0.1.9.
|
file |
diff |
annotate
|
Sun, 30 Mar 2003 20:48:28 +0000 |
Ryan C. Gordon |
Forgot to mention qpak in the docs.
|
file |
diff |
annotate
|
Sun, 30 Mar 2003 18:59:54 +0000 |
Ryan C. Gordon |
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
|
file |
diff |
annotate
|
Sun, 05 Jan 2003 01:37:00 +0000 |
Ryan C. Gordon |
Minor doxygen fix.
|
file |
diff |
annotate
|
Sat, 04 Jan 2003 23:43:10 +0000 |
Ryan C. Gordon |
Upped version to 0.1.8.
|
file |
diff |
annotate
|
Sun, 01 Dec 2002 11:21:27 +0000 |
Ryan C. Gordon |
Added buffering API.
|
file |
diff |
annotate
|
Fri, 26 Jul 2002 06:18:02 +0000 |
Ryan C. Gordon |
Fixed a typo in the documentation.
|
file |
diff |
annotate
|
Wed, 10 Jul 2002 07:22:09 +0000 |
Ryan C. Gordon |
Added PHYSFS_(read|write)[SU][BL]E(16|32|64) and upped version to 0.1.7.
|
file |
diff |
annotate
|
Fri, 07 Jun 2002 12:00:06 +0000 |
Ryan C. Gordon |
Lots of tweaks and revisions for Doxygen support.
|
file |
diff |
annotate
|