aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
AgeCommit message (Expand)Author
2020-01-01SCUMM: use reliable types in fake bidiBLooperZ
2020-01-01SCUMM: export fakeBidi to functionBLooperZ
2019-10-22SCUMM: Made displayMessage() publicEugene Sandulenko
2019-10-22SCUMM: Made getResourceSize() publicEugene Sandulenko
2018-01-31SCUMM: Replace UB-triggering serialization code with Common::SerializerColin Snover
2016-11-20SCUMM HE: Hid noisy Moonbase AI warnings under debug channelEugene Sandulenko
2016-07-19SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine o...Robert Crossfield
2016-07-19SCUMM: Maniac V0: Implement original walkbox queue, Cleanup actor walk codeRobert Crossfield
2016-05-26SCUMM HE: Moved remnants of Moonabse to HE100Eugene Sandulenko
2016-05-22SCUMM HE: Added main Moonbase AI codeEugene Sandulenko
2016-05-22SCUMM HE: Moved Moonbase stuff to v90heEugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2015-06-10SCUMM: Fix bug #6592 SCUMM: ZAK - Read Ticket is too fast to read.Kirben
2014-12-30SCUMM: Enable Day of the Tentacle easter eggTorbjörn Andersson
2014-10-31SCUMM: Fix bug #6742 - PJGAMES: Crash upon playing Happy Fun Squares on Hard.Kirben
2014-10-28SCUMM: Remove trailing whitespaceFilippos Karapetis
2014-08-20SCUMM: Add support for quit script in HE90+ games.Kirben
2014-07-22SCUMM: Add workaround for script bugs that caused problems in Jumping Bean mi...Kirben
2014-05-13SCUMM: Remove "level" command from debugger. Replaced by "debuglevel".D G Turner
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-17Merge pull request #366 from clone2727/he-saves-target-nameclone2727
2013-11-27SCUMM: Small formatting fix.Johannes Schickel
2013-11-27SCUMM: Cleanup querySaveMetaInfos implementation.Johannes Schickel
2013-11-27SCUMM: Remove unsued method loadThumbnailFromSlot(int slot).Johannes Schickel
2013-10-05SCUMM: Make all HE saves prepend the target nameMatthew Hoops
2013-08-16SCUMM: Add new variables in Nimbus Games version of Putt-Putt Saves the Zoo.Kirben
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-20SCUMM: Restrict the Mac m68k v5 driver to MI2/Indy4Matthew Hoops
2012-09-20SCUMM: Add support for Indy4 Mac 68k soundMatthew Hoops
2012-06-08SCUMM: Stub off other football2002 u32 opcodesMatthew Hoops
2012-05-31SCUMM: Backyard Baseball 2003 uses a unique variable for the subtitle setting...Travis Howell
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-11SCUMM: cleanup and separation of objIsActor()/objToActor()/actorToObj() for v...Tobias Gunkel
2012-02-11SCUMM: _currentLights is v0 onlyTobias Gunkel
2012-02-11SCUMM: introduce constants for _userState for cleaner and easier to understan...Tobias Gunkel
2012-02-11SCUMM: Fix actor ID handling in v0Tobias Gunkel
2012-02-11SCUMM: merge _activeObjectNr/_activeObjectType and _cmdObjectNr/_cmdObjectTypeTobias Gunkel
2012-02-11SCUMM: fix debugger for v0Tobias Gunkel
2012-02-11SCUMM: use command stack and SentenceTab in mm c64Tobias Gunkel
2012-02-11SCUMM: start handling object type and id correctly in mm c64Tobias Gunkel
2011-08-27SCUMM: Also save first used color beyond 80 in Indy4 Amiga palette.Johannes Schickel
2011-08-26SCUMM: Mark some more ScummEngine members Indy4 Amiga specific.Johannes Schickel
2011-08-26SCUMM: Implement proper Indy4 Amiga palette handling.Johannes Schickel
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-08-03SCUMM: Remove BluesBirthday dependency on the binaryMatthew Hoops
2011-07-09SCUMM: fix DS compilationathrxx
2011-07-09SCUMM: cleanup sjis font rendering codeathrxx
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-15SCUMM: hopefully fix 16bit mode support for SCUMM FM-TOWNS games and LOOM PCE...athrxx
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn