aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2006-01-26Sync. md5s.Travis Howell
2006-01-25Extend the workaround for bug #1407789 in an attempt to deal with theTorbjörn Andersson
2006-01-24Fix HE games.Travis Howell
2006-01-24Removing unneccessary checks again (say yay to preconditions that ensure _ver...Max Horn
2006-01-24Loom (Cd) specific.Travis Howell
2006-01-24FM-TOWNS version of Zak only.Travis Howell
2006-01-23oopsMax Horn
2006-01-23Removing GID_ZAK256 and GID_LOOM256Max Horn
2006-01-23At this point, we may not yet know the precise version of a game; so for thos...Max Horn
2006-01-23Added workaround (the nicer one) for a CoMI script bug that would causeTorbjörn Andersson
2006-01-22Overlooked the Indy3 FM-TOWNS case in my previous commit <sigh>Max Horn
2006-01-22Simplified SCUMM version checks in writeVar/readVarMax Horn
2006-01-22Modified some workaround commentsMax Horn
2006-01-22Sort GIDs alphabeticallyMax Horn
2006-01-22Used by PC version of FT demo too.Travis Howell
2006-01-21Modifications to the game detection/engine creation code: don't try impossibl...Max Horn
2006-01-21Fix various incorrect usages of the word 'target' instead of 'gameid'; change...Max Horn
2006-01-21cleanupMax Horn
2006-01-21TypoTravis Howell
2006-01-19Make game titles consistentTravis Howell
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-18Add md5 for extracted MM NES DeEugene Sandulenko
2006-01-18Support for MM NES German. Thanks Joachim Eberhard for donating theEugene Sandulenko
2006-01-18SoccerMLS also uses localization tags.Eugene Sandulenko
2006-01-18Work around a script bug in Full Throttle. See bug #1407789.Torbjörn Andersson
2006-01-18Add Macintosh version of Freddi Fish 4 (German).Travis Howell
2006-01-18Too many args.Travis Howell
2006-01-18Sound queue order is different in HE72+ games.Travis Howell
2006-01-18That (PU1) & (PU2) prefixes are used in several HE games.Travis Howell
2006-01-17Updated commentsMax Horn
2006-01-17Mark as 16bit color.Travis Howell
2006-01-17Set initial value.Travis Howell
2006-01-17Correct HE version.Travis Howell
2006-01-17Fix actor selection in spyfox.Travis Howell
2006-01-16HE80+ games set color depth in scumm variable.Travis Howell
2006-01-16Minor changes.Travis Howell
2006-01-16Small correction to sound opcodes in HE games.Travis Howell
2006-01-16Match sizes of original versions, to avoid possible overflows.Travis Howell
2006-01-16Move over more version specific index blocks.Travis Howell
2006-01-16Merge back into single switch.Travis Howell
2006-01-16Index block are specific to later HE games.Travis Howell
2006-01-16Index block doesn't exist.Travis Howell
2006-01-15Add another French version of loom & indy3.Travis Howell
2006-01-15Add support for another sound flag in HE games.Travis Howell
2006-01-15Add missing check for talk sounds in HE games.Travis Howell
2006-01-15Ooops, looping should have been left enabled.Travis Howell
2006-01-15Fix sound channel selection in HE95+ games.Travis Howell
2006-01-15Cleanup unused parts of HE sound code.Travis Howell
2006-01-15Fix sound priority value in HE games.Travis Howell
2006-01-14Added an error() to drawString to catch charset mask usage in V7+ games, if a...Max Horn