Ryan C. Gordon
|
0d8bf3a129
Windows: Use cross-thread Critical Sections instead of cross-process Mutexes.
|
il y a 14 ans |
Ryan C. Gordon
|
a0af6bbb71
Removed fallback for systems that have no userdir.
|
il y a 14 ans |
Ryan C. Gordon
|
b1d4afcbd3
Cleaned up some FIXMEs.
|
il y a 14 ans |
Ryan C. Gordon
|
59c6310e92
Removed a FIXME: use correct error code for writing to read-only archives.
|
il y a 14 ans |
Ryan C. Gordon
|
60aa0e460c
Make sure the prefdir has a final dirsep on it.
|
il y a 14 ans |
Ryan C. Gordon
|
43367c0c29
Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir().
|
il y a 14 ans |
Ryan C. Gordon
|
629614838a
Patched to compile on Windows.
|
il y a 14 ans |
Ryan C. Gordon
|
3a5a780988
PHYSFS_setSaneConfig() now uses PHYSFS_getPrefDir().
|
il y a 14 ans |
Ryan C. Gordon
|
24d6a925d1
Added PHYSFS_getPrefDir().
|
il y a 14 ans |
Ryan C. Gordon
|
584119a4a0
Removed a FIXME.
|
il y a 14 ans |
Ryan C. Gordon
|
ba676b23e5
Reworked the error reporting API. Now we use error codes instead of strings.
|
il y a 14 ans |
Ryan C. Gordon
|
8d7cf56651
Fixed mutex misuse.
|
il y a 14 ans |
Ryan C. Gordon
|
f5923f5cea
Check for mutex bugs.
|
il y a 14 ans |
Ryan C. Gordon
|
e34e67ff68
Use UTF-16 on Windows, not UCS-2.
|
il y a 14 ans |
Ryan C. Gordon
|
803730884a
Try to make a sane default for CD detection path by platform.
|
il y a 14 ans |
Ryan C. Gordon
|
2486105f4f
Make physfs_platforms.h define with a 1, so "#if X" works.
|
il y a 14 ans |
Ryan C. Gordon
|
d67e2c9207
Use our platform test macro for Solaris.
|
il y a 14 ans |
Ryan C. Gordon
|
f49c122784
Added Linux and Solaris tests.
|
il y a 14 ans |
Ryan C. Gordon
|
bb6c5e468c
Let's gamble that everything has assert.h.
|
il y a 14 ans |
Ryan C. Gordon
|
e5fa9ab9fc
Minor code style cleanup in platform_beos.cpp ...
|
il y a 14 ans |
Ryan C. Gordon
|
52267fe380
Removed some unused code.
|
il y a 14 ans |
Ryan C. Gordon
|
82a6ce0abf
Use physfs_platforms.h in physfs_internal.h, to avoid repeated macro tests.
|
il y a 14 ans |
Ryan C. Gordon
|
1030e5d5ec
Removed llseek().
|
il y a 14 ans |
Ryan C. Gordon
|
391f94681c
Fixed a comment. Cut and paste error, I guess?
|
il y a 14 ans |
Ryan C. Gordon
|
be4ae4d401
Removed __PHYSFS_platformCvtToDependent().
|
il y a 14 ans |
Ryan C. Gordon
|
03dbc3f758
Make __PHYSFS_platformDirSeparator into a single char.
|
il y a 14 ans |
Ryan C. Gordon
|
aaf8868c8d
Removed __PHYSFS_convertToDependent(), as dead code.
|
il y a 14 ans |
Ryan C. Gordon
|
466f538926
Reworked BeOS CD detection code.
|
il y a 14 ans |
Ryan C. Gordon
|
abd2624c59
Added Evgeny Podjachev to the credits.
|
il y a 14 ans |
Ryan C. Gordon
|
624d7f3a42
Fixed PHYSFS_read() and PHYSFS_write() in the dev branch.
|
il y a 14 ans |