Ryan C. Gordon
|
7fcddfb741
Don't mark the PHYSFS_EnumFilesCallback _typedef_ as deprecated.
|
8 anni fa |
Ryan C. Gordon
|
ee9687bca9
Reworked enumeration to be more powerful.
|
8 anni fa |
Ryan C. Gordon
|
d1f2637ca8
utf8: big improvements to case-insensitive UTF-8 string compare.
|
8 anni fa |
Ryan C. Gordon
|
587ec88a0d
FIXME removal: this code is fine, I guess.
|
8 anni fa |
Ryan C. Gordon
|
0e778b0b16
FIXME removal: it's okay for the PHYSFS_Io to be NULL here.
|
8 anni fa |
Ryan C. Gordon
|
eb46d82500
Fixed compiler warnings on GCC.
|
8 anni fa |
Ryan C. Gordon
|
af555317b9
Fixed compiler warnings on Visual Studio.
|
8 anni fa |
Ryan C. Gordon
|
f0eb5c0db9
Marked a bunch of things as "FIXME-3.0" that I want resolved before 3.0 ships.
|
8 anni fa |
Ryan C. Gordon
|
0287160f3c
Removed some FIXMEs that aren't valid.
|
8 anni fa |
Ryan C. Gordon
|
36c51d40d1
PHYSFS_File buffering now uses size_t.
|
8 anni fa |
Ryan C. Gordon
|
a7ce178eec
Add basic atomic operations for refcounting, etc.
|
8 anni fa |
Ryan C. Gordon
|
61bdee4d78
__PHYSFS_platformDeinit() should return void.
|
8 anni fa |
Ryan C. Gordon
|
0d249cae36
FIXME removal: This is an appropriate error code already.
|
8 anni fa |
Ryan C. Gordon
|
cc2c29b207
Removed FIXME: this was already fixed at some point.
|
8 anni fa |
Ryan C. Gordon
|
6d91dde273
Rename __PHYSFS_Archiver_SZIP to __PHYSFS_Archiver_7Z.
|
8 anni fa |
Ryan C. Gordon
|
d3ac612b61
DirTrees and unpacked archives shouldn't demand a count of entries for init.
|
8 anni fa |
Ryan C. Gordon
|
c375504463
Removed unused variable.
|
8 anni fa |
Ryan C. Gordon
|
a5d3dd498e
Rewrote the 7zip archiver.
|
8 anni fa |
Ryan C. Gordon
|
ffa1836335
Moved ZIP tree management up to a higher level, to be reused elsewhere.
|
8 anni fa |
Ryan C. Gordon
|
bf9999af2d
Fixed compiler warnings on Visual Studio about const qualifiers.
|
8 anni fa |
Ryan C. Gordon
|
19b15d34a1
Cleaned up what symbols are exported from the library.
|
8 anni fa |
Ryan C. Gordon
|
c2c1c7ac30
Removed __PHYSFS_platformSetDefaultAllocator(); nothing uses it now.
|
8 anni fa |
Ryan C. Gordon
|
f5c6383b4b
Patched to compile on Visual Studio.
|
8 anni fa |
Ryan C. Gordon
|
cf11d2ec99
Workaround snprintf() deficiencies on Visual Studio.
|
8 anni fa |
Ryan C. Gordon
|
f8ed5c6f7e
Replaced sprintf() calls with snprintf().
|
8 anni fa |
Ryan C. Gordon
|
32da097a55
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
|
8 anni fa |
Ryan C. Gordon
|
062bdc2c5b
Patched to compile with OpenWatcom.
|
8 anni fa |
Francesco Bertolaccini
|
e4206408e5
Add support for VDF
|
8 anni fa |
Ryan C. Gordon
|
66b7767cec
Added support for password-protected .zip files.
|
9 anni fa |
Ryan C. Gordon
|
ab7eb81a4a
Platform deinit should happen last, since other deinit bits might depend on it.
|
9 anni fa |