aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2007-03-10SCUMM: some more AKOS cleanup & added commentsMax Horn
2007-03-10SCUMM: Must reset useBompPalette in the AKOS rendererMax Horn
2007-03-10Add details for Backyard Basketball.Travis Howell
2007-03-10SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as...Max Horn
2007-03-09Removing some unnecessary #includesMax Horn
2007-03-09Some more fraction data & an optimized formula (I still have no clue what tha...Max Horn
2007-03-09Updated fraction valuesMax Horn
2007-03-09added comments suggesting possible formulas for hardcoded float valuesNicola Mettifogo
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some cleanup, and added some of my observation (man this code is really strange)Max Horn
2007-03-09Revised LogicHErace::op_1140 (the two multiplications by constants still baff...Max Horn
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
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