aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-05-15SWORD25: Begin fixing the TheoraDecoder implementationMatthew Hoops
2011-05-15M4: Replaced the trouble variable data map code with direct statements.Paul Gilbert
2011-05-14SCUMM: Remove some unused var warnings (see bug #3293800)Max Horn
2011-05-14MOHAWK: Fix background music restarting when changing cards in original MystBastien Bouclet
2011-05-14MOHAWK: Implement page drop button for MystBastien Bouclet
2011-05-14MOHAWK: Fix Myst backgrounds being draw one pixel too low on some cards.Bastien Bouclet
2011-05-14SCI: Don't do suffix expansions after exact dict matchWillem Jan Palenstijn
2011-05-14SCUMM: Workaround bug #1463598 (INDY3VGA: giant Henry Jones sr.)Max Horn
2011-05-14SCUMM: Show actor visible height in debuggerMax Horn
2011-05-14SWORD25: Fix format string warning.eriktorbjorn
2011-05-14LASTEXPRESS: Silence compiler warningMax Horn
2011-05-14MOHAWK: When running scripts in Myst, add delays when necessary between draws...Bastien Bouclet
2011-05-14SWORD25 (LUA): Disabled a lot of non-portable LUA functionsmd5
2011-05-14MOHAWK: Implement Mechanical opcodes 115, 116, 117, 118, 119 and 120. Fortres...Bastien Bouclet
2011-05-14SWORD25 (LUA): Some compilation optimizationsmd5
2011-05-14MOHAWK: Implement Mechanical opcodes 109, 110, 111, 112, 113 and 114. Fortres...Bastien Bouclet
2011-05-14TSAGE: Moved scene creation into the Game class, and separated out the Ringwo...Paul Gilbert
2011-05-14TSAGE: Added skeleton game class for Blue ForcePaul Gilbert
2011-05-14TSAGE: Move the RingworldDemoGame class to the ringworld_demo filePaul Gilbert
2011-05-14TSAGE: Add blue force library filesstrangerke
2011-05-13TSAGE: Add detection for some versions of Blue Forcestrangerke
2011-05-13SCI: Fix crash in vo with unloaded superclassWillem Jan Palenstijn
2011-05-13SCI: Avoid incrementing lockers of deleted scriptWillem Jan Palenstijn
2011-05-13MOHAWK: Stub another two LB script functions.Alyssa Milburn
2011-05-13MOHAWK: Add/improve LB debug output a little.Alyssa Milburn
2011-05-13MOHAWK: Add basic LBProxyItem support.Alyssa Milburn
2011-05-13TSAGE: Fix bug "Scene 7000: When the ship is landing, the reactor fire is at ...strangerke
2011-05-13TSAGE: fix bug "Scene 2100: When Miranda uses the elevator, a graphical glitc...strangerke
2011-05-13SWORD25: Stop linking directly against zlib.md5
2011-05-13LASTEXPRESS: Implement SoundManager::setupCache()Littleboy
2011-05-13SWORD25: Fix compilation when libvorbis is not presentmd5
2011-05-13SWORD25 (LUA): Whitespace fixesmd5
2011-05-13SWORD25 (LUA): Hopefully fixed compilation for the Android platformmd5
2011-05-13SWORD25: Added a version field for savegame thumbnailsmd5
2011-05-13SWORD25: Replaced the PNG thumbnail encoding code, used in saved gamesmd5
2011-05-13SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is definedmd5
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Get rid of the unused Resource::_globSize fieldMax Horn
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-13TSAGE: Fix warning when compiling in release modeMax 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