Mercurial
Mercurial
>
icculus
>
physfs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-120
+120
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.
Make sure the prefdir has a final dirsep on it.
2012-03-21, by Ryan C. Gordon
Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir().
2012-03-21, by Ryan C. Gordon
Patched to compile on Windows.
2012-03-21, by Ryan C. Gordon
PHYSFS_setSaneConfig() now uses PHYSFS_getPrefDir().
2012-03-21, by Ryan C. Gordon
Added PHYSFS_getPrefDir().
2012-03-21, by Ryan C. Gordon
Removed a FIXME.
2012-03-20, by Ryan C. Gordon
Reworked the error reporting API. Now we use error codes instead of strings.
2012-03-20, by Ryan C. Gordon
Fixed mutex misuse.
2012-03-20, by Ryan C. Gordon
Check for mutex bugs.
2012-03-20, by Ryan C. Gordon
Use UTF-16 on Windows, not UCS-2.
2012-03-19, by Ryan C. Gordon
Try to make a sane default for CD detection path by platform.
2012-03-19, by Ryan C. Gordon
Make physfs_platforms.h define with a 1, so "#if X" works.
2012-03-19, by Ryan C. Gordon
Use our platform test macro for Solaris.
2012-03-19, by Ryan C. Gordon
Added Linux and Solaris tests.
2012-03-19, by Ryan C. Gordon
Let's gamble that everything has assert.h.
2012-03-19, by Ryan C. Gordon
Minor code style cleanup in platform_beos.cpp ...
2012-03-19, by Ryan C. Gordon
Removed some unused code.
2012-03-19, by Ryan C. Gordon
Use physfs_platforms.h in physfs_internal.h, to avoid repeated macro tests.
2012-03-19, by Ryan C. Gordon
Removed llseek().
2012-03-18, by Ryan C. Gordon
Fixed a comment. Cut and paste error, I guess?
2012-03-18, by Ryan C. Gordon
Removed __PHYSFS_platformCvtToDependent().
2012-03-15, by Ryan C. Gordon
Make __PHYSFS_platformDirSeparator into a single char.
2012-03-15, by Ryan C. Gordon
Removed __PHYSFS_convertToDependent(), as dead code.
2012-03-15, by Ryan C. Gordon
Reworked BeOS CD detection code.
2012-03-14, by Ryan C. Gordon
Added Evgeny Podjachev to the credits.
2012-03-14, by Ryan C. Gordon
Fixed PHYSFS_read() and PHYSFS_write() in the dev branch.
2012-03-14, by Ryan C. Gordon
Removed check that .zip files are less than 4 gigabytes.
2012-03-13, by Ryan C. Gordon
Fixed dereference of free()'d memory.
2012-03-13, by Ryan C. Gordon
Apparently, __PHYSFS_platformCurrentDir() is dead code.
2012-03-13, by Ryan C. Gordon
Move Windows CD-ROM detection to another thread that uses device notifications.
2012-03-12, by Ryan C. Gordon
PhysicsFS works on Win64 now.
2012-03-12, by Ryan C. Gordon
Fixed stack smashing in newly-aligned __PHYSFS_smallAlloc().
2012-03-12, by Ryan C. Gordon
More doc tweaks.
2012-03-11, by Ryan C. Gordon
Removed __PHYSFS_platformRealPath().
2012-03-11, by Ryan C. Gordon
Replace C++/C99 single-line comments in miniz with C98 /* comments */ ...
2012-03-11, by Ryan C. Gordon
Moved __PHYSFS_platformCurrentDir() from Unix to POSIX sources.
2012-03-11, by Ryan C. Gordon
Change how Unix version of __PHYSFS_platformCurrentDir() allocates memory.
2012-03-11, by Ryan C. Gordon
Minor updates to the docs.
2012-03-11, by Ryan C. Gordon
Fixed some compiler warnings.
2012-03-10, by Ryan C. Gordon
Replaced zlib with a hacked up copy of miniz: http://code.google.com/p/miniz/
2012-03-10, by Ryan C. Gordon
Merge with pocketpc removal.
2012-03-10, by Ryan C. Gordon
Bump the smallAlloc threshold up to 256 bytes.
2012-03-09, by Ryan C. Gordon
Align smallAllocs to the native pointer size.
2012-03-09, by Ryan C. Gordon
Cleaned up all the readAll() cut and paste.
2012-03-09, by Ryan C. Gordon
We never use calloc() internally.
2012-03-09, by Ryan C. Gordon
Cleaned up the updated TODO.txt, removed things that are already done, etc.
2012-03-09, by Ryan C. Gordon
Updated TODO.txt from notes I had scratch down elsewhere over time.
2012-03-09, by Ryan C. Gordon
Cleaned up some __PHYSFS_platformStat() details.
2012-03-09, by Ryan C. Gordon
Removed the non-Unicode fallbacks from platform_windows.c, other cleanups.
2012-03-10, by Ryan C. Gordon
Removed OS/2 support.
2012-03-09, by Ryan C. Gordon
Removed PocketPC support. It was old and crusty and targeted a dead platform.
2012-03-09, by Ryan C. Gordon
Fixed a compiler warning.
stable-2.0
2011-11-18, by Ryan C. Gordon
Fixed a compiler warning.
2011-11-18, by Ryan C. Gordon
Add support for SDL 1.3 to physfsrwops.
2011-10-18, by Ryan C. Gordon
Fixed deprecation warning in physfsrwops
2011-10-18, by Sam Lantinga
Fixed up some bugs that clang's static analysis reported.
2011-10-18, by Ryan C. Gordon
More patched to compile.
stable-2.0
2011-10-06, by Ryan C. Gordon
Patched to compile.
stable-2.0
2011-10-06, by Ryan C. Gordon
Patched to compile.
2011-10-06, by Ryan C. Gordon
Check _M_X64 (Visual Studio, Windows/x86-64) in littleendian test.
stable-2.0
2011-10-05, by Ryan C. Gordon
Added Norfanin to the credits.
2011-10-05, by Ryan C. Gordon
Check _M_X64 (Visual Studio, Windows/x86-64) in littleendian test.
2011-10-05, by Ryan C. Gordon
Put some include-once and extern "C" blocks in the extras' headers.
stable-1.0
2011-09-24, by Ryan C. Gordon
Put some include-once and extern "C" blocks in the extras' headers.
stable-2.0
2011-09-24, by Ryan C. Gordon
Put some include-once and extern "C" blocks in the extras' headers.
2011-09-24, by Ryan C. Gordon
Fixed a typo in the docs.
2011-09-22, by Ryan C. Gordon
Corrected __PHYSFS_platformTell()'s return value to be correct.
2011-08-01, by Ryan C. Gordon
Fixed __PHYSFS_platformTell() things in stable-1.0 branch.
stable-1.0
2011-08-01, by Ryan C. Gordon
Fixed some __PHYSFS_platformTell() things in stable-2.0 branch.
stable-2.0
2011-08-01, by Ryan C. Gordon
Fixed Windows/PocketPC __PHYSFS_platformEOF() for zero-length files.
stable-1.0
2011-08-01, by Ryan C. Gordon
Removed __PHYSFS_platformEOF(). It's not used anymore.
2011-08-01, by Ryan C. Gordon
Fixed Windows/PocketPC __PHYSFS_platformEOF() for zero-length files.
stable-2.0
2011-08-01, by Ryan C. Gordon
Removed a space in CMakeLists.txt that can make the linker grumpy.
2011-07-25, by Ryan C. Gordon
Removed deprecated Mac OS X APIs.
2011-07-25, by Ryan C. Gordon
Treat Haiku as BeOS in CMakeLists.txt ... this lets CD-ROM support build, etc.
stable-2.0
2011-07-16, by Ryan C. Gordon
Treat Haiku as BeOS in CMakeLists.txt ... this lets CD-ROM support build, etc.
2011-07-16, by Ryan C. Gordon
Backport from default branch: fixed basedir detection on Mac OS X.
stable-2.0
2011-07-09, by Ryan C. Gordon
Fixed basedir calculation on Mac OS X.
2011-07-09, by Ryan C. Gordon
Added Frank Becker to the credits.
2011-06-22, by Ryan C. Gordon
POSIX version of __PHYSFS_platformStat() forgot to set *exists properly.
2011-06-22, by Ryan C. Gordon
Backport from dev branch: infinite loop in zip_expand_symlink_path().
stable-1.0
2011-06-01, by Ryan C. Gordon
Backport from dev branch: infinite loop in zip_expand_symlink_path().
stable-2.0
2011-06-01, by Ryan C. Gordon
Backport from dev branch: utf8codepoint() should always advance pointer.
stable-2.0
2011-06-01, by Ryan C. Gordon
Make sure utf8codepoint() advances the pointer even on bogus input.
2011-06-01, by Ryan C. Gordon
Fixed infinite loop in zip_expand_symlink_path().
2011-06-01, by Ryan C. Gordon
Fixed compiler warning on gcc-4.6.
2011-03-31, by Ryan C. Gordon
Fixed compiler warnings on gcc 4.6 (thanks, Volker!).
stable-2.0
2011-03-31, by Ryan C. Gordon
Added an option to disable all SWIG bindings at once.
2011-02-22, by Ryan C. Gordon
Removed wxWidgets test program.
2011-02-21, by Ryan C. Gordon
stable-2.0 now defaults to NOT building wxWidgets test program.
stable-2.0
2011-02-21, by Ryan C. Gordon
Tweaked Doxyfile default version string for stable-2.0 branch.
stable-2.0
2011-02-21, by Ryan C. Gordon
Put some quotes around autogenerated Doxygen options.
2011-02-21, by Ryan C. Gordon
Changed default doc version string.
2011-02-21, by Ryan C. Gordon
Corrected doc paths for development branch.
2011-02-21, by Ryan C. Gordon
Bumping version in CMakeLists.txt (but this is not ready for a release!).
2011-02-21, by Ryan C. Gordon
Fixed "make docs" for out-of-tree builds.
2011-02-21, by Ryan C. Gordon
Fixed "make docs" for out-of-tree builds.
stable-2.0
2011-02-21, by Ryan C. Gordon
Tagging 2.0.2 release
stable-2.0
2011-02-18, by Ryan C. Gordon
Upped version to 2.0.2
stable-2.0
release-2.0.2
2011-02-18, by Ryan C. Gordon
Corrected copyright dates in stable-1.0 branch's license.
stable-1.0
2011-02-18, by Ryan C. Gordon
Corrected copyright dates in stable-2.0 branch's license.
stable-2.0
2011-02-18, by Ryan C. Gordon
Corrected copyright dates in license.
2011-02-18, by Ryan C. Gordon
Backported zip/qpak dir fix from dev branch to stable-1.0.
stable-1.0
2011-02-18, by Ryan C. Gordon
Backported zip/qpak dir fix from dev branch to stable-2.0.
stable-2.0
2011-02-18, by Ryan C. Gordon
Fixed bug in directory search for zip and qpak archivers (thanks, Michal!)
2011-02-18, by Ryan C. Gordon
Use LIB_SUFFIX to install to lib64 instead of lib (thanks, Cristian!).
stable-2.0
2011-02-17, by Ryan C. Gordon
Use LIB_SUFFIX to install to lib64 instead of lib (thanks, Cristian!).
2011-02-17, by Ryan C. Gordon
Fixed include path when using internal zlib.
2011-02-11, by Ryan C. Gordon
Fixed logic error in QPAK archiver.
2011-02-10, by Ryan C. Gordon
Windows byteorder test merged from 2.1 branch.
stable-2.0
2011-01-21, by Ryan C. Gordon
More Windows tests in the byteorder detection code.
2011-01-21, by Ryan C. Gordon
Patched to compile on Windows.
2011-01-21, by Ryan C. Gordon
Added Chris Roberts to the credits.
2010-12-30, by Ryan C. Gordon
Haiku fixes, merged from stable-2.0 branch.
2010-12-30, by Ryan C. Gordon
Fixes for Haiku support, compliments of Chris Roberts.
stable-2.0
2010-12-30, by Ryan C. Gordon
Fixed leaking file handle on BeOS during CD-ROM detection.
2010-11-14, by Ryan C. Gordon
Fixed cut-and-paste error in malloc() failure test (thanks, Tolga!).
2010-10-04, by Ryan C. Gordon
Cleaned up some #includes.
2010-09-06, by Ryan C. Gordon
Moved most the cut-and-paste between simple archivers to one file.
2010-09-06, by Ryan C. Gordon
Added a FIXME.
2010-09-05, by Ryan C. Gordon
less
more
|
(0)
-1000
-120
+120
tip