Ryan C. Gordon
|
dda627412c
More FIXME cleanup.
|
14 жил өмнө |
Ryan C. Gordon
|
2392ca1aa3
Favor /proc/self/exe over argv[0] on Linux, to match other platforms.
|
14 жил өмнө |
Ryan C. Gordon
|
9d01a645ed
Make sure base dir always has a dirsep at the end of it.
|
14 жил өмнө |
Ryan C. Gordon
|
60aa0e460c
Make sure the prefdir has a final dirsep on it.
|
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
|
803730884a
Try to make a sane default for CD detection path by platform.
|
14 жил өмнө |
Ryan C. Gordon
|
52267fe380
Removed some unused code.
|
14 жил өмнө |
Ryan C. Gordon
|
611aeec61b
Removed __PHYSFS_platformRealPath().
|
14 жил өмнө |
Ryan C. Gordon
|
c94d70ec0a
Moved __PHYSFS_platformCurrentDir() from Unix to POSIX sources.
|
14 жил өмнө |
Ryan C. Gordon
|
b7e0ec7391
Change how Unix version of __PHYSFS_platformCurrentDir() allocates memory.
|
14 жил өмнө |
Ryan C. Gordon
|
65497160f7
Removed deprecated Mac OS X APIs.
|
14 жил өмнө |
Ryan C. Gordon
|
f871802f51
Cleaned up some #includes.
|
15 жил өмнө |
Ryan C. Gordon
|
a44e9669c1
Forgot to apply build-time thread fix to default branch (thanks, Patrice!).
|
16 жил өмнө |
Ryan C. Gordon
|
e6f331f32d
Add some more filesystem types that might be CDs or DVDs.
|
16 жил өмнө |
Ryan C. Gordon
|
8d1cff2bdf
Fix for the Hurd, from the debian project.
|
16 жил өмнө |
Ryan C. Gordon
|
71dd0f7a6c
Added a FIXME.
|
16 жил өмнө |
Ryan C. Gordon
|
f1cd4d8f0d
THIS is Christoph's PHYSFS_stat() work.
|
16 жил өмнө |
Ryan C. Gordon
|
5a98fc83a8
Catch case where we use the Unix code on a non-Unix system that lacks pthreads.
|
16 жил өмнө |
Ryan C. Gordon
|
595ac1da39
Cleaned up returns that look like function calls for my updated coding style.
|
16 жил өмнө |
Ryan C. Gordon
|
cef8847a06
Attempt to clean up the thread ID mess in platform_unix ...
|
16 жил өмнө |
Ryan C. Gordon
|
44f6c8306d
Try /proc/$PID/exe if /proc/self/exe doesn't work out.
|
16 жил өмнө |
Ryan C. Gordon
|
43207273dd
Try to shrink returned buffer's allocation.
|
16 жил өмнө |
Ryan C. Gordon
|
ff80fc8003
Fixed wrong readlink() usage (lstat() doesn't report dest link size!).
|
16 жил өмнө |
Ryan C. Gordon
|
94d1b71e49
I think sys/mount.h is only needed in the ucred.h path.
|
17 жил өмнө |
Ryan C. Gordon
|
0bc32891ba
Added sys/mnttab.h CD-ROM detection. Fixes missing CD-ROM support on Solaris.
|
17 жил өмнө |
Ryan C. Gordon
|
d8d296e8c6
Merge all the Unix __PHYSFS_platformDetectAvailableCDs() funcs into one.
|
17 жил өмнө |
Ryan C. Gordon
|
2a65060cde
Moved directory structure around.
|
17 жил өмнө |