aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2011-05-13SCUMM: Remove useless allocateArrays call, and make sure all resources are pr...Max Horn
2011-05-13SCUMM: Make it clearer that SCUMM's 'restart' feature leaks like hellMax Horn
2011-05-13SCUMM: Improve and document res tag sanity checkMax Horn
2011-05-13SCUMM: Improve ResTypeData doxygen commentsMax Horn
2011-05-13SCUMM: Remove ResTypeData::_numMax Horn
2011-05-13SCUMM: Rename resTypeFromId -> nameOfResTypeMax Horn
2011-05-13SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ...Max Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Tweak sound res syncingMax Horn
2011-05-13SCUMM: Document resource usage count / expiry a little bitMax Horn
2011-05-13SCUMM: Remove obsolete TODOMax Horn
2011-05-13SCUMM: Rename ResTypeData::tag to _tag, get rid of ResTypeData::nameMax Horn
2011-05-13SCUMM: Rename ResTypeData::num to _numMax Horn
2011-05-13SCUMM: Get rid of the MemBlkHeader hackMax Horn
2011-05-13SCUMM: Clean up ResourceManager initializationMax Horn
2011-05-13SCUMM: Rename saveLoadResource to loadResourceOLD, remove unused save code in itMax Horn
2011-05-13SCUMM: Document and cleanup resource type modeMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-13SCUMM: Unify & extend index block related debug messagesMax Horn
2011-05-13SCUMM: Print SCUMM & HE version when starting a game in deug modeMax Horn
2011-05-13SCUMM: Move tmsk code into its own Gdi subclassMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05SCUMM: Use new MacCursor code instead of convertCrsrCursor()Matthew Hoops
2011-05-02SCUMM: Add support for an alternate version of The Dig's demoMatthew Hoops
2011-05-02ALL: Mark printf and various other symbols as forbiddenMax Horn
2011-05-02AUDIO: Rename clock() -> updateClock() in SID emulatorMax Horn
2011-05-02SCUMM: fix whitespaces (patch #3281359)Max Horn
2011-05-01SCUMM: Fix v60he gamesMatthew Hoops
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-27SCUMM: Fix differences in soccer's u32 op_1011Matthew Hoops
2011-04-27SCUMM: Add separate game id's for soccermls and soccer2004Matthew Hoops
2011-04-27SCUMM: Implement soccer u32 opcodes 1013, 1019, 1020, and 1021Matthew Hoops
2011-04-27SCUMM: Fixed compilation with MSVCmd5
2011-04-26SCUMM: Avoid long double usageMatthew Hoops
2011-04-26SCUMM: Begin work on the soccer u32 codeMatthew Hoops
2011-04-23ASM: Defines do not get mangleddhewg
2011-04-23ARM: Global symbols get an underscore prefix on darwindhewg
2011-04-23ASM: Replace .equ with .set in proc3ARM.sdhewg
2011-04-22SCUMM: Do not pass non-string literal but "%s" + string to displayMessage.Johannes Schickel
2011-04-22DOTT: MM message can now be translated.Thierry Crozat
2011-04-18SCUMM: Make use of new Common::Error typeMax Horn
2011-04-18COMMON: Remove kInvalidPathErrorMax Horn
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-18SCUMM: Setup proper pixel format for virtual screen surfaces.Johannes Schickel
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17SCUMM: Prefer Surface::format over Surface::bytesPerPixel.Johannes Schickel
2011-04-17SCUMM: Prefer Surface::create taking a PixelFormat over the one taking a byte...Johannes Schickel