author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 16 Mar 2005 12:01:40 +0000 | |
changeset 699 | b4bdb3a6f173 |
parent 695 | 73bfbbe645a8 |
child 707 | d416442d94eb |
permissions | -rw-r--r-- |
97 | 1 |
Initial API interface and implementation, |
2 |
Unix support, |
|
283 | 3 |
Win32 support, |
4 |
BeOS support, |
|
5 |
POSIX support, |
|
680 | 6 |
MacOS support, |
426 | 7 |
OS/2 support, |
587 | 8 |
GRP archiver, |
9 |
DIR archiver, |
|
10 |
ZIP archiver, |
|
11 |
QPAK archiver, |
|
181
b430920f6bd4
Mentioned MacOS Classic.
Ryan C. Gordon <icculus@icculus.org>
parents:
141
diff
changeset
|
12 |
MacOS Classic support: |
97 | 13 |
Ryan C. Gordon |
14 |
||
15 |
Tons of win32 help: |
|
16 |
Adam Gates |
|
17 |
||
141
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
18 |
More win32 hacking: |
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
19 |
Gregory S. Read |
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
20 |
|
105 | 21 |
Fixes for missing current working directories, |
22 |
PHYSFS_setSaneConfig() improvements, |
|
451 | 23 |
other bugfixes: |
97 | 24 |
David Hedbor |
25 |
||
451 | 26 |
Darwin support: |
116 | 27 |
Patrick Stein |
28 |
||
219 | 29 |
configure fixes, |
451 | 30 |
RPM specfile: |
219 | 31 |
Edward Rudd |
32 |
||
284 | 33 |
GetLastModTime API, |
451 | 34 |
other stuff: |
284 | 35 |
John R. Hall |
36 |
||
451 | 37 |
Various support, fixes and suggestions: |
329 | 38 |
Alexander Pipelka |
39 |
||
451 | 40 |
Russian translation, |
515 | 41 |
Ruby bindings, |
451 | 42 |
QPAK archiver: |
433 | 43 |
Ed Sinjiashvili |
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 |
||
510 | 57 |
German translation: |
58 |
Michael Renner |
|
59 |
||
526 | 60 |
Apple Project Builder support, |
61 |
MacOS X improvements: |
|
519 | 62 |
Eric Wing |
63 |
||
587 | 64 |
HOG archiver, |
65 |
MVL archiver, |
|
66 |
Bradley Bell |
|
67 |
||
628 | 68 |
MIX archiver, |
69 |
Sebastian Steinhauer |
|
70 |
||
663 | 71 |
Bug fixes: |
72 |
Tolga Dalman |
|
73 |
||
680 | 74 |
Initial PHYSFS_mount() work: |
75 |
Philip D. Bober |
|
76 |
||
699
b4bdb3a6f173
More translation patches.
Ryan C. Gordon <icculus@icculus.org>
parents:
695
diff
changeset
|
77 |
Brazillian Portuguese translation: |
694
80bc8858b4ab
Added translation for WAD file type.
Ryan C. Gordon <icculus@icculus.org>
parents:
680
diff
changeset
|
78 |
Danny Angelo Carminati Grein |
80bc8858b4ab
Added translation for WAD file type.
Ryan C. Gordon <icculus@icculus.org>
parents:
680
diff
changeset
|
79 |
|
699
b4bdb3a6f173
More translation patches.
Ryan C. Gordon <icculus@icculus.org>
parents:
695
diff
changeset
|
80 |
Spanish translation: |
b4bdb3a6f173
More translation patches.
Ryan C. Gordon <icculus@icculus.org>
parents:
695
diff
changeset
|
81 |
Pedro J. Pérez |
b4bdb3a6f173
More translation patches.
Ryan C. Gordon <icculus@icculus.org>
parents:
695
diff
changeset
|
82 |
|
695
73bfbbe645a8
MacOS Classic fixes and MPW support (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents:
694
diff
changeset
|
83 |
MacOS Classic fixes, |
73bfbbe645a8
MacOS Classic fixes and MPW support (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents:
694
diff
changeset
|
84 |
MPW support: |
73bfbbe645a8
MacOS Classic fixes and MPW support (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents:
694
diff
changeset
|
85 |
Chris Taylor |
73bfbbe645a8
MacOS Classic fixes and MPW support (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents:
694
diff
changeset
|
86 |
|
97 | 87 |
Other stuff: |
88 |
Your name here! Patches go to icculus@clutteredmind.org ... |
|
89 |
||
90 |
/* end of CREDITS ... */ |
|
91 |