Mercurial
Mercurial
>
icculus
>
physfs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-120
+120
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Fixed filename sorting, to fix lookups that shouldn't fail (thanks, Chris!).
2005-01-05, by Ryan C. Gordon
Fixed some documentation/header comment typos (thanks, Gaetan!)
stable-1.0
2004-12-16, by Ryan C. Gordon
Fixed some documentation/header comment typos (thanks, Gaetan!)
2004-12-16, by Ryan C. Gordon
Fixed infinite loop in enum code (thanks, Adam!)
2004-10-31, by Ryan C. Gordon
CFLAGS fix backported from devbranch.
stable-1.0
2004-10-30, by Ryan C. Gordon
CFLAGS is used after PHYSFSCFLAGS, so you can override optimization flags, etc.
2004-10-30, by Ryan C. Gordon
Removed .cvsignore files
stable-1.0
2004-10-30, by Ryan C. Gordon
strcpy/strcat fix, backported from devbranch.
stable-1.0
2004-10-30, by Ryan C. Gordon
Fixed a strcpy bug.
2004-10-30, by Ryan C. Gordon
Removed profiling code.
2004-10-07, by Ryan C. Gordon
Updated.
2004-10-01, by Ryan C. Gordon
Updated.
2004-10-01, by Ryan C. Gordon
Removed LinkedStringList and related code.
2004-09-29, by Ryan C. Gordon
Removed all the forward declaration cruft from the archivers.
2004-09-29, by Ryan C. Gordon
Added callback APIs and ripped up the internals everywhere to use them.
2004-09-29, by Ryan C. Gordon
Updated.
2004-09-29, by Ryan C. Gordon
PHYSFS_file is now PHYSFS_File to match 2.0 API (but has a typedef for
stable-1.0
2004-09-26, by Ryan C. Gordon
Changed PHYSFS_file to PHYSFS_File to match rest of API's naming
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Changed vars named "FileHandle" to "Handle" to not cause confusion with
2004-09-26, by Ryan C. Gordon
Did the same thing to FileHandles than I did to DirHandles, but this
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Cleaned up archiver interface to not deal with DirHandles anymore,
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Minor allocation hook corrections.
2004-09-23, by Ryan C. Gordon
Updated.
2004-09-23, by Ryan C. Gordon
Initial structure for replacable allocator work.
2004-09-23, by Ryan C. Gordon
Updated with current 2.0 wishlist.
2004-09-23, by Ryan C. Gordon
Updated.
2004-09-23, by Ryan C. Gordon
Readded Spanish translation:
2004-09-23, by Ryan C. Gordon
Removed more .cvsignore files from Subversion repository.
2004-09-23, by Ryan C. Gordon
Removed from Subversion.
2004-09-23, by Ryan C. Gordon
Updated.
stable-1.0
2004-09-21, by Ryan C. Gordon
Backported buffered seeking fix from dev branch.
stable-1.0
2004-09-21, by Ryan C. Gordon
MacOSX build fix, backported from development branch.
stable-1.0
2004-09-21, by Ryan C. Gordon
Forked stable 1.0 branch.
stable-1.0
2004-09-21, by Ryan C. Gordon
Don't throw away buffer if a seek is totally within existing cache.
2004-08-23, by Ryan C. Gordon
Initial add.
2004-08-13, by Ryan C. Gordon
Updated.
2004-04-09, by Ryan C. Gordon
Westwood MIX archive support.
2004-04-09, by Ryan C. Gordon
MacOS X build compatibility.
2004-04-09, by Ryan C. Gordon
Moved byte order defines into internal header.
2004-04-09, by Ryan C. Gordon
Updated.
2004-04-09, by Ryan C. Gordon
Added Brazillian Portuguese translation (thanks, Danny!)
2004-01-15, by Ryan C. Gordon
Updated.
2004-01-15, by Ryan C. Gordon
Last minute changes, fixes, and build system updates for 1.0.
release-1.0.0
2004-01-08, by Ryan C. Gordon
Updated.
2004-01-08, by Ryan C. Gordon
Initial add.
2003-12-29, by Ryan C. Gordon
Patches to get this building on Mac Classic again.
2003-12-29, by Ryan C. Gordon
Updated.
2003-12-29, by Ryan C. Gordon
Renamed from CWProjects.sit...moved from CodeWarrior 6 to 7, and archived with
2003-12-29, by Ryan C. Gordon
Replaced by CWProjects.sitx
2003-12-29, by Ryan C. Gordon
Minor OS/2 build tweak.
2003-12-29, by Ryan C. Gordon
Converted VC6 project to use zlib121, fixed some link warnings that
2003-12-22, by bhook
Updated.
2003-12-22, by Ryan C. Gordon
Fixed search-and-replace fuckup (thanks, Brian!).
2003-12-22, by Ryan C. Gordon
Updated.
2003-12-19, by Ryan C. Gordon
Added zlib_license_change.txt to EXTRA_DIST.
2003-12-19, by Ryan C. Gordon
Added zlib_license_change.txt to RPM spec (thanks, Edward!)
2003-12-19, by Ryan C. Gordon
Updated.
2003-12-18, by Ryan C. Gordon
Says Travis Wells:
2003-12-18, by Ryan C. Gordon
Added Doom WAD support.
2003-12-15, by Ryan C. Gordon
Updated.
2003-12-15, by Ryan C. Gordon
Updated.
2003-12-08, by Ryan C. Gordon
Fixed Win32 seeking on > 2gig files, other Cygwin issues.
2003-12-08, by Ryan C. Gordon
Updated
2003-12-07, by Ryan C. Gordon
Make physfs itself not link against readline and ncurses (just
2003-12-07, by Ryan C. Gordon
Updated.
2003-12-07, by Ryan C. Gordon
Upgraded internal zlib to 1.2.1 (thanks, Adam!)
2003-12-07, by Ryan C. Gordon
*** empty log message ***
2003-12-04, by bhook
Updated.
2003-11-11, by Ryan C. Gordon
Patched to compile on OS/2.
2003-11-11, by Ryan C. Gordon
Updated.
2003-11-09, by Ryan C. Gordon
Made QPAK archiver case insensitive again.
2003-11-09, by Ryan C. Gordon
Added internal function __PHYSFS_platformStrnicmp().
2003-11-09, by Ryan C. Gordon
Updated.
release-0.1.9
2003-09-13, by Ryan C. Gordon
Updated.
2003-08-26, by Ryan C. Gordon
MiNT detection, cross-compiling fixes.
2003-08-26, by Ryan C. Gordon
default to supporting all file formats
2003-08-09, by bhook
removed a warning by adding a cast
2003-08-09, by bhook
updated to reflect info on VC6 static lib files
2003-08-09, by bhook
*** empty log message ***
2003-08-09, by bhook
Upped version to 0.1.9.
2003-07-23, by Ryan C. Gordon
Updated.
2003-07-21, by Ryan C. Gordon
Updated.
2003-07-21, by Ryan C. Gordon
Readded Russian translations, since contributor approved zlib license change.
2003-07-21, by Ryan C. Gordon
Readded Ruby bindings, since contributor contacted me with permission to
2003-07-21, by Ryan C. Gordon
Updated.
2003-07-21, by Ryan C. Gordon
Readded new qpak archiver.
2003-07-21, by Ryan C. Gordon
Reimplemented qpak.c for relicensing.
2003-07-21, by Ryan C. Gordon
Updated.
2003-07-20, by Ryan C. Gordon
Off-by-one fix by Dieter Baron...fixes segfault in zip archive searching in
2003-07-20, by Ryan C. Gordon
Tabs-to-spaces patch by James Turk.
2003-07-20, by Ryan C. Gordon
Updated.
2003-07-20, by Ryan C. Gordon
Switched to zlib license.
2003-07-20, by Ryan C. Gordon
Fixes for corner cases (thanks, Bradley!)
2003-06-11, by Ryan C. Gordon
Updated.
2003-06-11, by Ryan C. Gordon
First stab at globbing extension.
2003-06-11, by Ryan C. Gordon
Updated.
2003-05-24, by Ryan C. Gordon
MacOSX/Darwin tweaks, other corrections.
2003-05-24, by Ryan C. Gordon
Rewrote MacOSX/Darwin CD detection to use IOKit, for accurate results.
2003-05-24, by Ryan C. Gordon
Updated.
2003-05-22, by Ryan C. Gordon
Fixed crash if PHYSFS_init(NULL) is used...
2003-05-22, by Ryan C. Gordon
Updated.
2003-05-18, by Ryan C. Gordon
PocketPC fixes (thanks, David Hedbor!)
2003-05-18, by Ryan C. Gordon
Updated.
2003-05-16, by Ryan C. Gordon
Patched compiler warnings (thanks, Bradley Bell!)
2003-05-16, by Ryan C. Gordon
Updated.
2003-04-08, by Ryan C. Gordon
Minor patches from Adam.
2003-04-08, by Ryan C. Gordon
*** empty log message ***
2003-04-02, by bhook
Added Descent archives to OS/2 build system.
2003-03-30, by Ryan C. Gordon
Forgot to mention qpak in the docs.
2003-03-30, by Ryan C. Gordon
Minor strcasecmp optimization.
2003-03-30, by Ryan C. Gordon
Minor cosmetic tweak.
2003-03-30, by Ryan C. Gordon
Updated.
2003-03-30, by Ryan C. Gordon
Initial add.
2003-03-30, by Ryan C. Gordon
Updated.
2003-03-30, by Ryan C. Gordon
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
2003-03-30, by Ryan C. Gordon
Updated.
2003-03-30, by Ryan C. Gordon
less
more
|
(0)
-120
+120
+1000
tip