aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2003-05-18wow, now this is a stupid bug... fixes various issues in Zak256 at the very ↵Max Horn
least svn-id: r7622
2003-05-17make gcc 3.3 happy. a->scalex and a->scaley are of type char and cannot be ↵Oliver Kiehl
greater 255 svn-id: r7619
2003-05-17I thought it would be clear from the comments that this was needed for the ↵Jonathan Gray
atari st zak demo, which seems to still be the case svn-id: r7616
2003-05-17Fixed program change msgs being sent under AdlibJamieson Christian
svn-id: r7615
2003-05-17Added imuse_multimidi to debuggerJamieson Christian
svn-id: r7614
2003-05-17yet another V2 sentence fix (now clicking on objects in Zak causes Zak to ↵Max Horn
talk to it - but he gets stuck after some time) svn-id: r7613
2003-05-17some sentence fixesMax Horn
svn-id: r7612
2003-05-17V2 actor heads fixed (to their shoulders, ha-ha... errm ... I thought it was ↵Max Horn
funny when I wrote it 8-) svn-id: r7611
2003-05-17Fixed Adlib sound problem on old (small header) games. Thanks for ↵Jamieson Christian
eriktorbjorn for the material that led to the solution. svn-id: r7610
2003-05-17no no, bad hack be gone :-)Max Horn
svn-id: r7609
2003-05-17init vars to 255 if they are not defined for all Scumm versionsMax Horn
svn-id: r7603
2003-05-17Oops, remove debug crapolaJames Brown
svn-id: r7601
2003-05-17Move some hacks aroundJames Brown
svn-id: r7600
2003-05-17Fix invalid variableJames Brown
svn-id: r7599
2003-05-17CleanupJames Brown
svn-id: r7598
2003-05-17Name some varsJames Brown
svn-id: r7597
2003-05-17Added command line options forJamieson Christian
native MT-32 support and combination Adilb/native MIDI drivers. svn-id: r7594
2003-05-17add stub for a hev7 opJonathan Gray
svn-id: r7593
2003-05-17disable assert in o2_putActor for now (is triggered in Zak intro); cleanupMax Horn
svn-id: r7592
2003-05-17fixed object walk_x/walk_y for V2 gamesMax Horn
svn-id: r7591
2003-05-17for v2 games, make space the pause keyMax Horn
svn-id: r7590
2003-05-17proper walk animation in Zak (at the expense of Zak's head, for now ;-)Max Horn
svn-id: r7589
2003-05-16V2 camera fix (again thanks MadMoose)Max Horn
svn-id: r7587
2003-05-16fixed o2_drawObject (thx MadMoose)Max Horn
svn-id: r7586
2003-05-16Fixed volume fader problem under multiple MIDI driversJamieson Christian
svn-id: r7585
2003-05-16Redesigned -t optionJamieson Christian
svn-id: r7584
2003-05-16cleanupMax Horn
svn-id: r7583
2003-05-16Feature [557411] Adlib sound effects with GM drivers.Jamieson Christian
Support for simultaneous drivers is based on a #define in imuse.cpp, and is disabled by default. svn-id: r7582
2003-05-16added roomobj dumping for bundle games (was trivial it turns out :-)Max Horn
svn-id: r7581
2003-05-16And yet more cleanupJamieson Christian
svn-id: r7580
2003-05-16More IMuse cleanupJamieson Christian
svn-id: r7578
2003-05-16FINALLY got MI2 Woodtick music working!Jamieson Christian
svn-id: r7577
2003-05-16some updates that get us up to the bootscripts of he v7 games before ↵Jonathan Gray
erroring out on unimplemented opcodes svn-id: r7576
2003-05-16Corrected overly aggressive MIDI channel reallocationJamieson Christian
svn-id: r7575
2003-05-16test stuffJames Brown
svn-id: r7573
2003-05-16add hev7 target to test withJonathan Gray
svn-id: r7572
2003-05-16fixed V2 verb scriptsMax Horn
svn-id: r7570
2003-05-16print some useful info, tooMax Horn
svn-id: r7569
2003-05-16TypoTravis Howell
svn-id: r7568
2003-05-16Add comment to fixmeTravis Howell
svn-id: r7567
2003-05-16Fixed SysEx parse error, misc. cleanupJamieson Christian
svn-id: r7565
2003-05-16fixed o2_getActorX / o2_getActorY (thanks MadMoose)Max Horn
svn-id: r7564
2003-05-16Disable NATIVE_MT32 by defaultJamieson Christian
svn-id: r7563
2003-05-16SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with ↵Max Horn
objectB' or 'Give objectA to objectB' etc.); added a little more V2 sentence hackery; added a FIXME regarding some strange sentence code (accessing objectB before it is set) in script.cpp svn-id: r7562
2003-05-16Fixed game load crashJamieson Christian
svn-id: r7561
2003-05-16hackish partial doSentence supportMax Horn
svn-id: r7560
2003-05-16IMuseDriver functionality absorbed into IMuseInternal.Jamieson Christian
Initial structural support for multiple MidiDriver's. svn-id: r7559
2003-05-16Reset sounds on room loadJamieson Christian
svn-id: r7558
2003-05-16obsoleteMax Horn
svn-id: r7557
2003-05-16Fixed VC++ warningsJamieson Christian
svn-id: r7555