author | David Yip <dwyip@peach-bun.com> |
Mon, 15 Aug 2016 00:50:58 -0500 | |
changeset 1375 | 20ee02ea086c |
parent 1364 | 61d312843192 |
child 1408 | 78eb657c6d94 |
permissions | -rw-r--r-- |
820 | 1 |
Maintainer and general codemonkey: |
97 | 2 |
Ryan C. Gordon |
3 |
||
4 |
Tons of win32 help: |
|
5 |
Adam Gates |
|
6 |
||
141
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
7 |
More win32 hacking: |
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
8 |
Gregory S. Read |
1daf99b75132
Added Gregory S. Read.
Ryan C. Gordon <icculus@icculus.org>
parents:
116
diff
changeset
|
9 |
|
105 | 10 |
Fixes for missing current working directories, |
11 |
PHYSFS_setSaneConfig() improvements, |
|
451 | 12 |
other bugfixes: |
97 | 13 |
David Hedbor |
14 |
||
451 | 15 |
Darwin support: |
116 | 16 |
Patrick Stein |
17 |
||
219 | 18 |
configure fixes, |
451 | 19 |
RPM specfile: |
219 | 20 |
Edward Rudd |
21 |
||
284 | 22 |
GetLastModTime API, |
451 | 23 |
other stuff: |
284 | 24 |
John R. Hall |
25 |
||
451 | 26 |
Various support, fixes and suggestions: |
329 | 27 |
Alexander Pipelka |
28 |
||
451 | 29 |
Russian translation, |
30 |
QPAK archiver: |
|
433 | 31 |
Ed Sinjiashvili |
32 |
||
442 | 33 |
French translation: |
932
5e6d85d827f4
Changed some text files from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents:
867
diff
changeset
|
34 |
Stéphane Peter |
442 | 35 |
|
438 | 36 |
Debian package support: |
37 |
Colin Bayer |
|
38 |
||
486 | 39 |
"abs-file.h" in "extras" dir: |
40 |
Adam D. Moss |
|
41 |
||
502 | 42 |
WinCE port and other Win32 patches: |
43 |
Corona688 |
|
44 |
||
510 | 45 |
German translation: |
46 |
Michael Renner |
|
47 |
||
526 | 48 |
Apple Project Builder support, |
820 | 49 |
Mac OS X improvements: |
519 | 50 |
Eric Wing |
51 |
||
945 | 52 |
iPhone support: |
53 |
Christian Gmeiner |
|
54 |
||
1357
6f0b1126a83d
Added Martin Ahrnbom to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1355
diff
changeset
|
55 |
WinRT support: |
6f0b1126a83d
Added Martin Ahrnbom to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1355
diff
changeset
|
56 |
Martin Ahrnbom |
6f0b1126a83d
Added Martin Ahrnbom to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1355
diff
changeset
|
57 |
|
587 | 58 |
HOG archiver, |
820 | 59 |
MVL archiver: |
587 | 60 |
Bradley Bell |
61 |
||
820 | 62 |
MIX archiver: |
628 | 63 |
Sebastian Steinhauer |
64 |
||
663 | 65 |
Bug fixes: |
66 |
Tolga Dalman |
|
67 |
||
680 | 68 |
Initial PHYSFS_mount() work: |
69 |
Philip D. Bober |
|
70 |
||
699
b4bdb3a6f173
More translation patches.
Ryan C. Gordon <icculus@icculus.org>
parents:
695
diff
changeset
|
71 |
Brazillian Portuguese translation: |
694
80bc8858b4ab
Added translation for WAD file type.
Ryan C. Gordon <icculus@icculus.org>
parents:
680
diff
changeset
|
72 |
Danny Angelo Carminati Grein |
80bc8858b4ab
Added translation for WAD file type.
Ryan C. Gordon <icculus@icculus.org>
parents:
680
diff
changeset
|
73 |
|
699
b4bdb3a6f173
More translation patches.
Ryan C. Gordon <icculus@icculus.org>
parents:
695
diff
changeset
|
74 |
Spanish translation: |
932
5e6d85d827f4
Changed some text files from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents:
867
diff
changeset
|
75 |
Pedro J. Pérez |
699
b4bdb3a6f173
More translation patches.
Ryan C. Gordon <icculus@icculus.org>
parents:
695
diff
changeset
|
76 |
|
695
73bfbbe645a8
MacOS Classic fixes and MPW support (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents:
694
diff
changeset
|
77 |
MacOS Classic fixes, |
867
ff3343429cb5
Don't put comments in BAIL_* macros where we want an empty argument...
Ryan C. Gordon <icculus@icculus.org>
parents:
820
diff
changeset
|
78 |
MPW support, |
ff3343429cb5
Don't put comments in BAIL_* macros where we want an empty argument...
Ryan C. Gordon <icculus@icculus.org>
parents:
820
diff
changeset
|
79 |
bug fixes: |
695
73bfbbe645a8
MacOS Classic fixes and MPW support (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents:
694
diff
changeset
|
80 |
Chris Taylor |
73bfbbe645a8
MacOS Classic fixes and MPW support (thanks, Chris!).
Ryan C. Gordon <icculus@icculus.org>
parents:
694
diff
changeset
|
81 |
|
758
d15345ebca8f
Fixed version of locateInStringList() from Matze Braun.
Ryan C. Gordon <icculus@icculus.org>
parents:
715
diff
changeset
|
82 |
Mingw support, |
d15345ebca8f
Fixed version of locateInStringList() from Matze Braun.
Ryan C. Gordon <icculus@icculus.org>
parents:
715
diff
changeset
|
83 |
General bug fixes: |
707
d416442d94eb
Added mingw support to the build process (thanks, Matze!).
Ryan C. Gordon <icculus@icculus.org>
parents:
699
diff
changeset
|
84 |
Matze Braun |
d416442d94eb
Added mingw support to the build process (thanks, Matze!).
Ryan C. Gordon <icculus@icculus.org>
parents:
699
diff
changeset
|
85 |
|
947 | 86 |
Haiku support: |
87 |
scott mc |
|
88 |
||
715 | 89 |
Bug fixes: |
932
5e6d85d827f4
Changed some text files from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents:
867
diff
changeset
|
90 |
Jörg Walter |
715 | 91 |
|
945 | 92 |
Bug fixes: |
93 |
Olivier Boudeville |
|
94 |
||
1006
139e2ab9e303
Added some people to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
972
diff
changeset
|
95 |
Bug fixes: |
139e2ab9e303
Added some people to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
972
diff
changeset
|
96 |
Henk Boom |
139e2ab9e303
Added some people to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
972
diff
changeset
|
97 |
|
139e2ab9e303
Added some people to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
972
diff
changeset
|
98 |
Build system fixes: |
139e2ab9e303
Added some people to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
972
diff
changeset
|
99 |
Marc Kleine-Budde |
139e2ab9e303
Added some people to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
972
diff
changeset
|
100 |
|
820 | 101 |
Windows .rc file, |
102 |
7zip/lzma archiver: |
|
764
d28171bb9521
Added physfs.rc for Windows builds (thanks, Dennis!).
Ryan C. Gordon <icculus@icculus.org>
parents:
758
diff
changeset
|
103 |
Dennis Schridde |
d28171bb9521
Added physfs.rc for Windows builds (thanks, Dennis!).
Ryan C. Gordon <icculus@icculus.org>
parents:
758
diff
changeset
|
104 |
|
820 | 105 |
OS/2 updates: |
106 |
Dave Yeo |
|
107 |
||
1049
3b976828a3bc
Added Patrice to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1006
diff
changeset
|
108 |
Bug fixes: |
3b976828a3bc
Added Patrice to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1006
diff
changeset
|
109 |
Patrice Mandin |
3b976828a3bc
Added Patrice to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1006
diff
changeset
|
110 |
|
1054
57f4af811ffb
THIS is Christoph's PHYSFS_stat() work.
Ryan C. Gordon <icculus@icculus.org>
parents:
1053
diff
changeset
|
111 |
PHYSFS_stat() API: |
57f4af811ffb
THIS is Christoph's PHYSFS_stat() work.
Ryan C. Gordon <icculus@icculus.org>
parents:
1053
diff
changeset
|
112 |
Christoph Nelles |
57f4af811ffb
THIS is Christoph's PHYSFS_stat() work.
Ryan C. Gordon <icculus@icculus.org>
parents:
1053
diff
changeset
|
113 |
Indy Sams |
57f4af811ffb
THIS is Christoph's PHYSFS_stat() work.
Ryan C. Gordon <icculus@icculus.org>
parents:
1053
diff
changeset
|
114 |
|
1064
cc4db73e87d1
ISO9660 archiver, compliments of Christoph Nelles.
Ryan C. Gordon <icculus@icculus.org>
parents:
1060
diff
changeset
|
115 |
ISO9660 archiver: |
cc4db73e87d1
ISO9660 archiver, compliments of Christoph Nelles.
Ryan C. Gordon <icculus@icculus.org>
parents:
1060
diff
changeset
|
116 |
Christoph Nelles |
cc4db73e87d1
ISO9660 archiver, compliments of Christoph Nelles.
Ryan C. Gordon <icculus@icculus.org>
parents:
1060
diff
changeset
|
117 |
|
1056
5db207d5cb58
Fixed logic bug (thanks, Dan!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1054
diff
changeset
|
118 |
Bug fixes: |
1060
9f6f291ff8ec
Apparently that fix was from relnev, not theoddone33. Corrected credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1056
diff
changeset
|
119 |
Steven Fuller |
1056
5db207d5cb58
Fixed logic bug (thanks, Dan!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1054
diff
changeset
|
120 |
|
1130
2db92d026ec6
Fixed cut-and-paste error in malloc() failure test (thanks, Tolga!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1064
diff
changeset
|
121 |
Bug fixes: |
2db92d026ec6
Fixed cut-and-paste error in malloc() failure test (thanks, Tolga!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1064
diff
changeset
|
122 |
Tolga Dalman |
2db92d026ec6
Fixed cut-and-paste error in malloc() failure test (thanks, Tolga!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1064
diff
changeset
|
123 |
|
1168
0c871576e3ec
Added Frank Becker to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1134
diff
changeset
|
124 |
Bug fixes: |
0c871576e3ec
Added Frank Becker to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1134
diff
changeset
|
125 |
Frank Becker |
0c871576e3ec
Added Frank Becker to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1134
diff
changeset
|
126 |
|
1186
35b1a95bc7be
Added Norfanin to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1168
diff
changeset
|
127 |
Bug fixes: |
35b1a95bc7be
Added Norfanin to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1168
diff
changeset
|
128 |
Norfanin |
35b1a95bc7be
Added Norfanin to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1168
diff
changeset
|
129 |
|
1222
9734a34edb26
Added Evgeny Podjachev to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1186
diff
changeset
|
130 |
Bug fixes: |
9734a34edb26
Added Evgeny Podjachev to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1186
diff
changeset
|
131 |
Evgeny Podjachev |
9734a34edb26
Added Evgeny Podjachev to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1186
diff
changeset
|
132 |
|
1134
da6ebdc43c14
Added Chris Roberts to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1130
diff
changeset
|
133 |
Haiku fixes: |
da6ebdc43c14
Added Chris Roberts to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1130
diff
changeset
|
134 |
Chris Roberts |
da6ebdc43c14
Added Chris Roberts to the credits.
Ryan C. Gordon <icculus@icculus.org>
parents:
1130
diff
changeset
|
135 |
|
1315 | 136 |
SLB archiver: |
137 |
Aleksi Nurmi |
|
138 |
||
1333
baecd71ae0e7
Fixed off-by-one error in findBinaryInPath() (thanks, Dmitry!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1315
diff
changeset
|
139 |
Bug fixes: |
baecd71ae0e7
Fixed off-by-one error in findBinaryInPath() (thanks, Dmitry!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1315
diff
changeset
|
140 |
Dmitry Marakasov |
baecd71ae0e7
Fixed off-by-one error in findBinaryInPath() (thanks, Dmitry!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1315
diff
changeset
|
141 |
|
1335
1b9a72908ece
Don't fsync() read-only filehandles (thanks, Andreas!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1333
diff
changeset
|
142 |
Bug fixes: |
1b9a72908ece
Don't fsync() read-only filehandles (thanks, Andreas!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1333
diff
changeset
|
143 |
Andreas Karlsson |
1b9a72908ece
Don't fsync() read-only filehandles (thanks, Andreas!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1333
diff
changeset
|
144 |
|
1355
52a7487e505c
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1338
diff
changeset
|
145 |
Bug fixes: |
52a7487e505c
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1338
diff
changeset
|
146 |
Michael Bacon |
52a7487e505c
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1338
diff
changeset
|
147 |
|
1361
993f64ad0b05
Fixed incorrect logic ("!x != 5" instead of "x != 5").
Ryan C. Gordon <icculus@icculus.org>
parents:
1357
diff
changeset
|
148 |
Bug fixes: |
993f64ad0b05
Fixed incorrect logic ("!x != 5" instead of "x != 5").
Ryan C. Gordon <icculus@icculus.org>
parents:
1357
diff
changeset
|
149 |
Xian Nox |
993f64ad0b05
Fixed incorrect logic ("!x != 5" instead of "x != 5").
Ryan C. Gordon <icculus@icculus.org>
parents:
1357
diff
changeset
|
150 |
|
1364
61d312843192
Fixes to SDL_RWops bridge code.
Ryan C. Gordon <icculus@icculus.org>
parents:
1361
diff
changeset
|
151 |
Bug fixes: |
61d312843192
Fixes to SDL_RWops bridge code.
Ryan C. Gordon <icculus@icculus.org>
parents:
1361
diff
changeset
|
152 |
Reto Schneider |
61d312843192
Fixes to SDL_RWops bridge code.
Ryan C. Gordon <icculus@icculus.org>
parents:
1361
diff
changeset
|
153 |
|
1338
aae614cdd005
Added pkg-config support (thanks, Jonas!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1335
diff
changeset
|
154 |
pkg-config support: |
aae614cdd005
Added pkg-config support (thanks, Jonas!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1335
diff
changeset
|
155 |
Jonas Kulla |
aae614cdd005
Added pkg-config support (thanks, Jonas!).
Ryan C. Gordon <icculus@icculus.org>
parents:
1335
diff
changeset
|
156 |
|
97 | 157 |
Other stuff: |
767
db29bf06d171
Changed my email address.
Ryan C. Gordon <icculus@icculus.org>
parents:
764
diff
changeset
|
158 |
Your name here! Patches go to icculus@icculus.org ... |
97 | 159 |
|
815
ca857540fd4f
Moved more files from FILENAME to FILENAME.txt ...
Ryan C. Gordon <icculus@icculus.org>
parents:
780
diff
changeset
|
160 |
/* end of CREDITS.txt ... */ |
97 | 161 |