Ryan C. Gordon
47b0e834dc
Patched physfsrwops to compile against SDL 1.2 (thanks, Rob!).
...
(transplanted from 540be489d50f9fe29f1f517202b6a9d199f36a2a)
2017-11-11 08:53:23 -05:00
Ryan C. Gordon
975b7a577b
Added R?mi Verschelde to the credits.
2017-09-27 15:57:29 -04:00
Ryan C. Gordon
1722e9ba92
Added Tobias Markus to CREDITS.txt.
2017-09-25 17:08:08 -04:00
Ryan C. Gordon
d3237eba1f
Added Francesco Bertolaccini to the credits.
2017-07-07 14:04:58 -04:00
Ryan C. Gordon
c4deb67883
Fixes to SDL_RWops bridge code.
...
- Correct return values (number of objects, not bytes), thanks Reto!
- Updated for SDL 2.0 RWops interface. Threw away SDL 1.3 support.
- 1.2 support remains. For now!
2015-07-28 15:13:35 -04:00
Ryan C. Gordon
fb31167e11
Fixed incorrect logic ("!x != 5" instead of "x != 5").
...
Thanks to Xian Nox for pointing this out!
2015-06-16 10:46:56 -04:00
Ryan C. Gordon
0c4d9ec68f
Added Martin Ahrnbom to the credits.
2015-04-19 23:24:41 -04:00
Ryan C. Gordon
f6a62ecad1
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
2014-09-11 00:07:23 -04:00
Ryan C. Gordon
6d9923706d
Added pkg-config support (thanks, Jonas!).
2013-11-13 00:38:35 -05:00
Ryan C. Gordon
09baf99aa4
Don't fsync() read-only filehandles (thanks, Andreas!).
...
This sounds harmless, but it actually forces a write of the inode's atime,
which means a lot of painful and unnecessary disk i/o on some filesystems.
Should be a good speedup on games that read a lot of small files on Unix.
2013-08-21 23:30:33 -04:00
Ryan C. Gordon
7a42f7dd41
Fixed off-by-one error in findBinaryInPath() (thanks, Dmitry!).
...
This bug is new to the development branch, and doesn't exist in either the
stable-1.0 or stable-2.0 branches.
2013-07-16 12:51:54 -04:00
Aleksi Nurmi
fd137cba42
SLB archiver
2012-11-12 23:40:29 +02:00
Ryan C. Gordon
abd2624c59
Added Evgeny Podjachev to the credits.
2012-03-14 05:47:42 -04:00
Ryan C. Gordon
b97ad1f366
Added Norfanin to the credits.
2011-10-05 04:04:06 -04:00
Ryan C. Gordon
49a8ff3f86
Added Frank Becker to the credits.
2011-06-22 15:57:16 -04:00
Ryan C. Gordon
899517dc85
Added Chris Roberts to the credits.
2010-12-30 19:53:41 -05:00
Ryan C. Gordon
4d567a0d2f
Fixed cut-and-paste error in malloc() failure test (thanks, Tolga!).
2010-10-04 01:48:34 -04:00
Ryan C. Gordon
0fa35af2b9
ISO9660 archiver, compliments of Christoph Nelles.
2010-03-17 14:50:54 -04:00
Ryan C. Gordon
9141cd77a0
Apparently that fix was from relnev, not theoddone33. Corrected credits.
2010-03-01 09:07:36 -08:00
Ryan C. Gordon
a4a72dfe8c
Fixed logic bug (thanks, Dan!).
2010-02-23 21:58:49 -05:00
Ryan C. Gordon
f1cd4d8f0d
THIS is Christoph's PHYSFS_stat() work.
...
I've merged some basic ideas from the other patch, which was Indy Sam's work,
and cleaned up a few things.
2010-02-15 14:02:36 -05:00
Ryan C. Gordon
8e78e4719d
Backed out changeset f87b0b7cca8e ... This wasn't Christoph's patch. Sorry!
2010-02-15 09:19:38 -05:00
Ryan C. Gordon
7cc80bebc5
Added first work on PHYSFS_stat() API (thanks, Christoph!).
2010-02-14 23:07:19 -05:00
Ryan C. Gordon
eafefbdfdc
Added SWIG-based Ruby bindings.
2010-02-04 04:46:14 -05:00
Ryan C. Gordon
c08d722c2e
Added Patrice to the credits.
2010-02-03 23:19:23 -05:00
Ryan C. Gordon
a69f97bb26
Added some people to the credits.
2009-07-08 18:46:54 -04:00
Ryan C. Gordon
2a65060cde
Moved directory structure around.
2009-03-27 15:10:42 -04:00