aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2007-03-08Clarified some commentsMax Horn
2007-03-07Add another version of Backyard Football2002.Travis Howell
2007-03-06Add F1 - F3 keys for Apple II and Commodore 64 verisons of Maniac Mansion.Travis Howell
2007-03-06Fix regression in V0 versions of Maniac Mansion, when using extracted files.Travis Howell
2007-03-06Add support for the New Kid verb option in Apple II and Commodore 64 verisons...Travis Howell
2007-03-04Correct football2002 demo placementEugene Sandulenko
2007-03-04Avoid crash in Engine_SCUMM_create when an inconsistent platform override is ...Max Horn
2007-03-04Correct image offsets, for PC Engine version of Loom.Travis Howell
2007-03-04Fix regression in Commodore 64 version of Zak McKracken.Travis Howell
2007-03-04Fix script error in PC Engine version of Loom.Travis Howell
2007-03-04Fix regression in Commodore 64 version of Zak McKracken.Travis Howell
2007-03-03Fix level selection in PC Engine version of Loom.Travis Howell
2007-03-03Correct feature flags for the PC Engine version of Loom.Travis Howell
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
2007-03-02Applied my own patch #1672572, after discussing it with Fingolfin. We no longerTorbjörn Andersson
2007-03-02cleanupMax Horn
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-02-28cleanupMax Horn
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-25fixed background music in catalog_cup_demo_de : only stop sfx if it was start...Gregory Montoir
2007-02-25Rename C64 file to V0 as well.Eugene Sandulenko
2007-02-25Add German CUP demo, whichs shows several HE games.Travis Howell
2007-02-25Rename C64 engine class, since it is been used by Apple II and Commodore 64 v...Travis Howell
2007-02-25Added comment about the missing decode1 proc.Torbjörn Andersson
2007-02-25Remove left over debug output.Travis Howell
2007-02-25Rename file class, since it is been used for disk images of Apple II and Comm...Travis Howell
2007-02-25Add support for using disks images for Apple II version of Maniac Mansion.Travis Howell
2007-02-25Add magic id for Apple II verison of Maniac Mansion.Travis Howell
2007-02-25Another Ogg > MP3 consistency reordering, this time in the SMUSH code; also c...Max Horn
2007-02-24Removed the (useless, thanks to resTypeFromId) 'name' parameter from readResT...Max Horn
2007-02-24SCUMM: cleanup (moved small header specific code from ScummEngine::readResTyp...Max Horn
2007-02-24SCUMM: Try to distinguish between indy3, indy3Towns, zakTowns, loomTowns in t...Max Horn
2007-02-24Added Spanish version of The Dig; updated a comment on detecting TOWNS variantsMax Horn
2007-02-23Modify ScummEngine::getResourceSize to assert if called on a missing resource...Max Horn
2007-02-23Added a FIXME to this workaround (it might be to broad -- research needed)Max Horn
2007-02-21Fixed $URL$ and $Id$.Johannes Schickel
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-20SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the for...Max Horn
2007-02-19As Fingolfin pointed out, we no longer need two different CD timer intervalsTorbjörn Andersson
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
2007-02-19Move SCUMM version checks for settings up monst.er.sou file, to higher level.Travis Howell
2007-02-18Fix for bug #1660560 (MANIAC: Meteor faces wrong way during intro)Max Horn
2007-02-18Improved (I hope) the 'Unknown MD5' messages in our detectors a little bitMax Horn
2007-02-18French keyboard is 'azerty' not 'awert'Chris Apers
2007-02-18Fixed bug #1662774 ("SCUMM: Textual verb glitch"). It was a regression causedTorbjörn Andersson
2007-02-18Committed my fix for bug #1662549 ("SCUMM: MIDI music is broken"). Apparently,Torbjörn Andersson
2007-02-18cleanupMax Horn
2007-02-17Removed some dead code, updated a warning messageMax Horn
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-17Speed up the Player_NES code quite a bit (still is rather slow without compil...Max Horn