author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 22 Nov 2002 06:24:10 +0000 | |
changeset 504 | 3420d82f9b01 |
parent 502 | daa784222e35 |
child 510 | bdd763b062a8 |
permissions | -rw-r--r-- |
97 | 1 |
Initial API interface and implementation, |
2 |
GRP driver, |
|
3 |
DIR driver, |
|
4 |
Unix support, |
|
283 | 5 |
Win32 support, |
6 |
BeOS support, |
|
7 |
POSIX support, |
|
426 | 8 |
OS/2 support, |
181
b430920f6bd4
Mentioned MacOS Classic.
Ryan C. Gordon <icculus@icculus.org>
parents:
141
diff
changeset
|
9 |
ZIP driver, |
b430920f6bd4
Mentioned MacOS Classic.
Ryan C. Gordon <icculus@icculus.org>
parents:
141
diff
changeset
|
10 |
MacOS Classic support: |
97 | 11 |
Ryan C. Gordon |
12 |
||
13 |
Tons of win32 help: |
|
14 |
Adam Gates |
|
15 |
||
141
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
16 |
More win32 hacking: |
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
17 |
Gregory S. Read |
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
18 |
|
105 | 19 |
Fixes for missing current working directories, |
20 |
PHYSFS_setSaneConfig() improvements, |
|
451 | 21 |
other bugfixes: |
97 | 22 |
David Hedbor |
23 |
||
451 | 24 |
Darwin support: |
116 | 25 |
Patrick Stein |
26 |
||
219 | 27 |
configure fixes, |
451 | 28 |
RPM specfile: |
219 | 29 |
Edward Rudd |
30 |
||
284 | 31 |
GetLastModTime API, |
451 | 32 |
other stuff: |
284 | 33 |
John R. Hall |
34 |
||
451 | 35 |
Various support, fixes and suggestions: |
329 | 36 |
Alexander Pipelka |
37 |
||
451 | 38 |
Russian translation, |
39 |
QPAK archiver: |
|
433 | 40 |
Ed Sinjiashvili |
41 |
||
435
c4daca3b09b9
Spanish translation added by Pedro J. P�rez.
Ryan C. Gordon <icculus@icculus.org>
parents:
433
diff
changeset
|
42 |
Spanish translation: |
c4daca3b09b9
Spanish translation added by Pedro J. P�rez.
Ryan C. Gordon <icculus@icculus.org>
parents:
433
diff
changeset
|
43 |
Pedro J. Pérez |
c4daca3b09b9
Spanish translation added by Pedro J. P�rez.
Ryan C. Gordon <icculus@icculus.org>
parents:
433
diff
changeset
|
44 |
|
442 | 45 |
French translation: |
46 |
Stéphane Peter |
|
47 |
||
438 | 48 |
Debian package support: |
49 |
Colin Bayer |
|
50 |
||
486 | 51 |
"abs-file.h" in "extras" dir: |
52 |
Adam D. Moss |
|
53 |
||
502 | 54 |
WinCE port and other Win32 patches: |
55 |
Corona688 |
|
56 |
||
97 | 57 |
Other stuff: |
58 |
Your name here! Patches go to icculus@clutteredmind.org ... |
|
59 |
||
60 |
/* end of CREDITS ... */ |
|
61 |