mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Add Joachim to contributors list for fixind "just" several hundreds of MD5s
and putting all our game-related lists in order. svn-id: r20058
This commit is contained in:
parent
d040858fd3
commit
534b4bc2a0
1
AUTHORS
1
AUTHORS
@ -177,6 +177,7 @@ Special thanks to
|
|||||||
Kevin Carnes - For Scumm16, the basis of ScummVM's older gfx codecs
|
Kevin Carnes - For Scumm16, the basis of ScummVM's older gfx codecs
|
||||||
Ivan Dubrov - For contributing the initial version of the Gobliiins
|
Ivan Dubrov - For contributing the initial version of the Gobliiins
|
||||||
engine
|
engine
|
||||||
|
Joachim Eberhar - For numerous contributions to documentation
|
||||||
Jezar - For his freeverb filter implementation
|
Jezar - For his freeverb filter implementation
|
||||||
Jim Leiterman - Various info on his FM-TOWNS/Marty SCUMM ports
|
Jim Leiterman - Various info on his FM-TOWNS/Marty SCUMM ports
|
||||||
lloyd - For deep tech details about C64 Zak & MM
|
lloyd - For deep tech details about C64 Zak & MM
|
||||||
|
@ -272,6 +272,7 @@ And to all the contributors, users, and beta testers we've missed. Thanks!
|
|||||||
Canadacow & \textit{For the original MT-32 emulator}\\
|
Canadacow & \textit{For the original MT-32 emulator}\\
|
||||||
Kevin Carnes & \textit{For Scumm16, the basis of ScummVM's older gfx codecs}\\
|
Kevin Carnes & \textit{For Scumm16, the basis of ScummVM's older gfx codecs}\\
|
||||||
Ivan Dubrov & \textit{For contributing the initial version of the Gobliiins engine}\\
|
Ivan Dubrov & \textit{For contributing the initial version of the Gobliiins engine}\\
|
||||||
|
Joachim Eberhard & \textit{For numerous contributions to documentation}\\
|
||||||
Jezar & \textit{For his freeverb filter implementation}\\
|
Jezar & \textit{For his freeverb filter implementation}\\
|
||||||
Jim Leiterman & \textit{Various info on his FM-TOWNS/Marty SCUMM ports}\\
|
Jim Leiterman & \textit{Various info on his FM-TOWNS/Marty SCUMM ports}\\
|
||||||
lloyd & \textit{For deep tech details about C64 Zak \& MM}\\
|
lloyd & \textit{For deep tech details about C64 Zak \& MM}\\
|
||||||
|
@ -635,7 +635,7 @@ void Inter_v1::setupOpcodes(void) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
_opcodesDrawV1 = opcodesDraw;
|
_opcodesDrawV1 = opcodesDraw;
|
||||||
_opcodesFuncV1 = opcodesFunc;
|
_opcodesFuncV1 = opcodesFunc; // EGroupe
|
||||||
_opcodesGoblinV1 = opcodesGoblin;
|
_opcodesGoblinV1 = opcodesGoblin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -396,7 +396,7 @@ void Music::playBgMusic(void) {
|
|||||||
void Music::playTrack(const char *trackname) {
|
void Music::playTrack(const char *trackname) {
|
||||||
if (_playing) return;
|
if (_playing) return;
|
||||||
|
|
||||||
debug(2, "Music::playTrack()");
|
debug(2, "Music::playTrack(%s)", trackname);
|
||||||
unloadMusic();
|
unloadMusic();
|
||||||
for (int i = 0; i < ARRAYSIZE(_tracksToFiles); i++)
|
for (int i = 0; i < ARRAYSIZE(_tracksToFiles); i++)
|
||||||
if (!scumm_stricmp(trackname, _tracksToFiles[i][0])) {
|
if (!scumm_stricmp(trackname, _tracksToFiles[i][0])) {
|
||||||
|
@ -207,6 +207,8 @@ static const char *credits[] = {
|
|||||||
"\\C\\c2""For Scumm16, the basis of ScummVM's older gfx codecs",
|
"\\C\\c2""For Scumm16, the basis of ScummVM's older gfx codecs",
|
||||||
"\\C\\c0""Ivan Dubrov",
|
"\\C\\c0""Ivan Dubrov",
|
||||||
"\\C\\c2""For contributing the initial version of the Gobliiins engine",
|
"\\C\\c2""For contributing the initial version of the Gobliiins engine",
|
||||||
|
"\\C\\c0""Joachim Eberhard",
|
||||||
|
"\\C\\c2""For numerous contributions to documentation",
|
||||||
"\\C\\c0""Jezar",
|
"\\C\\c0""Jezar",
|
||||||
"\\C\\c2""For his freeverb filter implementation",
|
"\\C\\c2""For his freeverb filter implementation",
|
||||||
"\\C\\c0""Jim Leiterman",
|
"\\C\\c0""Jim Leiterman",
|
||||||
|
@ -40,7 +40,7 @@ namespace Saga {
|
|||||||
class HitZone;
|
class HitZone;
|
||||||
|
|
||||||
|
|
||||||
//#define ACTOR_DEBUG only for actor pathfinding debug!
|
#define ACTOR_DEBUG //only for actor pathfinding debug!
|
||||||
|
|
||||||
#define ACTOR_BARRIERS_MAX 16
|
#define ACTOR_BARRIERS_MAX 16
|
||||||
|
|
||||||
|
@ -650,6 +650,7 @@ begin_credits("Credits");
|
|||||||
add_person("", "Canadacow", "For the original MT-32 emulator");
|
add_person("", "Canadacow", "For the original MT-32 emulator");
|
||||||
add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
|
add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
|
||||||
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
|
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
|
||||||
|
add_person("Joachim Eberhard", "joachimeberhard", "For numerous contributions to documentation");
|
||||||
add_person("", "Jezar", "For his freeverb filter implementation");
|
add_person("", "Jezar", "For his freeverb filter implementation");
|
||||||
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
|
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
|
||||||
add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
|
add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user