author | Ryan C. Gordon <icculus@icculus.org> |
Sat, 04 Jan 2003 23:43:10 +0000 | |
changeset 527 | fa0330949c77 |
parent 526 | 0b28aced6654 |
child 587 | df0f3dda61d9 |
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, |
515 | 39 |
Ruby bindings, |
451 | 40 |
QPAK archiver: |
433 | 41 |
Ed Sinjiashvili |
42 |
||
435
c4daca3b09b9
Spanish translation added by Pedro J. P�rez.
Ryan C. Gordon <icculus@icculus.org>
parents:
433
diff
changeset
|
43 |
Spanish translation: |
c4daca3b09b9
Spanish translation added by Pedro J. P�rez.
Ryan C. Gordon <icculus@icculus.org>
parents:
433
diff
changeset
|
44 |
Pedro J. Pérez |
c4daca3b09b9
Spanish translation added by Pedro J. P�rez.
Ryan C. Gordon <icculus@icculus.org>
parents:
433
diff
changeset
|
45 |
|
442 | 46 |
French translation: |
47 |
Stéphane Peter |
|
48 |
||
438 | 49 |
Debian package support: |
50 |
Colin Bayer |
|
51 |
||
486 | 52 |
"abs-file.h" in "extras" dir: |
53 |
Adam D. Moss |
|
54 |
||
502 | 55 |
WinCE port and other Win32 patches: |
56 |
Corona688 |
|
57 |
||
510 | 58 |
German translation: |
59 |
Michael Renner |
|
60 |
||
526 | 61 |
Apple Project Builder support, |
62 |
MacOS X improvements: |
|
519 | 63 |
Eric Wing |
64 |
||
97 | 65 |
Other stuff: |
66 |
Your name here! Patches go to icculus@clutteredmind.org ... |
|
67 |
||
68 |
/* end of CREDITS ... */ |
|
69 |