Ryan C. Gordon
|
0d8bf3a129
Windows: Use cross-thread Critical Sections instead of cross-process Mutexes.
|
14 년 전 |
Ryan C. Gordon
|
a0af6bbb71
Removed fallback for systems that have no userdir.
|
14 년 전 |
Ryan C. Gordon
|
b1d4afcbd3
Cleaned up some FIXMEs.
|
14 년 전 |
Ryan C. Gordon
|
60aa0e460c
Make sure the prefdir has a final dirsep on it.
|
14 년 전 |
Ryan C. Gordon
|
43367c0c29
Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir().
|
14 년 전 |
Ryan C. Gordon
|
629614838a
Patched to compile on Windows.
|
14 년 전 |
Ryan C. Gordon
|
24d6a925d1
Added PHYSFS_getPrefDir().
|
14 년 전 |
Ryan C. Gordon
|
ba676b23e5
Reworked the error reporting API. Now we use error codes instead of strings.
|
14 년 전 |
Ryan C. Gordon
|
e34e67ff68
Use UTF-16 on Windows, not UCS-2.
|
14 년 전 |
Ryan C. Gordon
|
be4ae4d401
Removed __PHYSFS_platformCvtToDependent().
|
14 년 전 |
Ryan C. Gordon
|
03dbc3f758
Make __PHYSFS_platformDirSeparator into a single char.
|
14 년 전 |
Ryan C. Gordon
|
c57bd94f84
Apparently, __PHYSFS_platformCurrentDir() is dead code.
|
14 년 전 |
Ryan C. Gordon
|
0ae446d970
Move Windows CD-ROM detection to another thread that uses device notifications.
|
14 년 전 |
Ryan C. Gordon
|
611aeec61b
Removed __PHYSFS_platformRealPath().
|
14 년 전 |
Ryan C. Gordon
|
df3c281014
Fixed some compiler warnings.
|
14 년 전 |
Ryan C. Gordon
|
de27c2a422
Removed the non-Unicode fallbacks from platform_windows.c, other cleanups.
|
14 년 전 |
Ryan C. Gordon
|
025a02f4c0
Corrected __PHYSFS_platformTell()'s return value to be correct.
|
14 년 전 |
Ryan C. Gordon
|
8258274a90
Removed __PHYSFS_platformEOF(). It's not used anymore.
|
14 년 전 |
Ryan C. Gordon
|
4446cfa613
Fixed compiler warning on gcc-4.6.
|
15 년 전 |
Ryan C. Gordon
|
f5e0dbe78b
Patched to compile on Windows.
|
15 년 전 |
Ryan C. Gordon
|
f871802f51
Cleaned up some #includes.
|
15 년 전 |
Ryan C. Gordon
|
7f0e7105a7
Removed isDirectory, isSymLink and exists methods from internal code.
|
15 년 전 |
Ryan C. Gordon
|
4bc5ed1725
Abstracted file i/o into PHYSFS_Io interface.
|
15 년 전 |
Ryan C. Gordon
|
b58e5f348c
Removed __PHYSFS_platformGetLastModTime().
|
15 년 전 |
Ryan C. Gordon
|
f7a8d9292c
Fixed PHYSFS_stat()'s return value to match rest of PhysicsFS API.
|
15 년 전 |
Ryan C. Gordon
|
8b0988a038
Some minor FIXME tweaks.
|
15 년 전 |
Ryan C. Gordon
|
4000b234c0
Moved all the file i/o from stdio-style to POSIX-style.
|
15 년 전 |
Ryan C. Gordon
|
47c3e8875c
Windows: open files for read+write sharing, to match Unix.
|
16 년 전 |
Ryan C. Gordon
|
a4a7f88db0
Patched to compile (thanks, Christoph!).
|
16 년 전 |
Ryan C. Gordon
|
f1cd4d8f0d
THIS is Christoph's PHYSFS_stat() work.
|
16 년 전 |