aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Expand)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-11Add support for Spanish version of balloonTravis Howell
2006-01-29Added a warning not to change the order of the res typesMax Horn
2006-01-27Resource modified status always cleared when nuked.Travis Howell
2006-01-27Make resource management of modified wizImages closer to original games.Travis Howell
2006-01-25Extend the workaround for bug #1407789 in an attempt to deal with theTorbjörn Andersson
2006-01-23Removing GID_ZAK256 and GID_LOOM256Max Horn
2006-01-22Sort GIDs alphabeticallyMax Horn
2006-01-21Fix various incorrect usages of the word 'target' instead of 'gameid'; change...Max Horn
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-18Work around a script bug in Full Throttle. See bug #1407789.Torbjörn Andersson
2006-01-18That (PU1) & (PU2) prefixes are used in several HE games.Travis Howell
2006-01-16HE80+ games set color depth in scumm variable.Travis Howell
2006-01-15Fix sound channel selection in HE95+ games.Travis Howell
2006-01-14HE80+ games may redraw all actors via scumm variable.Travis Howell
2006-01-14Add SegaCD platform and remove SegaCD specific game Id.Travis Howell
2006-01-14HE99+ games may run an additional script during main loop.Travis Howell
2006-01-10Get rid of unused variables and removed them from the save data ; FloodFill.u...Gregory Montoir
2006-01-05Initial support for sound code in HE games.Travis Howell
2005-12-30* Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).Max Horn
2005-12-03Add work around for filename difference in HE7 file of water (HE99 Mac.)Travis Howell
2005-11-20Update Commodore 64 palette table.Travis Howell
2005-11-19Fix the bundled Macintosh version of FT demo.Travis Howell
2005-11-10V8 uses 4 variables to handle mouse buttons state (like V7), cleanup processK...Gregory Montoir
2005-11-02To match the original v7/v8 interpreters, use BlastTexts to display the subti...Gregory Montoir
2005-11-01in v7/v8, remapPaletteColor() ignores color 255Gregory Montoir
2005-10-28Eliminate GF_MULTIPLE_VERSIONS. We had just few targets without thatEugene Sandulenko
2005-10-22No need to pass savegameVersion to saveOrLoad, the serializer already knows itMax Horn
2005-10-21Actor layer in HE games uses an int32.Travis Howell
2005-10-20Correct version of early puttputtTravis Howell
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-17Added ResourceManager::isLocked; made ResourceManager::flags protected; moved...Max Horn
2005-10-15Several later HE games use sprites for subtitles.Travis Howell
2005-10-14HE games store and restore locked FlObjects between rooms.Travis Howell
2005-10-02Inventory works in Macintosh version of indy3 now.Travis Howell
2005-10-01Patch #1259034 (Scumm Savegame Informations)Max Horn
2005-10-01Add inventory display for Mac. version of indy3.Travis Howell
2005-09-24C64 maniac handles input and verbs manually.Travis Howell
2005-09-17Make Mac DOTT demo runnable.Eugene Sandulenko
2005-09-14Selection screen partly working in C64 maniac.Travis Howell
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-30Add He70 version of function instead.Travis Howell
2005-07-23typoGregory Montoir
2005-07-19Applied patch #1238516, with very minor modifications. It gets rid of anTorbjörn Andersson
2005-07-11Yet another GCC 4 fixMax Horn
2005-06-23Fix foCheckAlreadyLoaded case in findObjectInRoom; this is not used in any SC...Max Horn
2005-06-13Rename opcode/functionTravis Howell
2005-06-07Based (again) on indy4demo FMTowns, unkScreenEffect5(1) seems equivalent to d...Gregory Montoir
2005-05-26In V7/V8 games, use the blast text system to render verbs (this fixes bug #12...Max Horn
2005-05-26Changed name of addMessageToStack to convertMessageToString (still not really...Max Horn