aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2012-09-19SCUMM: Enable CMS for the MI1 demoMatthew Hoops
2012-09-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-09-07JANITORIAL: Remove underscores from MidiParser variable names.Alyssa Milburn
2012-09-05Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-09-01SCUMM: PCESetCostumeData should have static linkingBertrand Augereau
2012-08-31Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-08-31SCUMM: Nicer constants in _ClassicProc3RendererShadowARM that allow refactori...Bertrand Augereau
2012-08-31SCUMM: Fix of spaces/tabs mismatch (Cosmetic)Bertrand Augereau
2012-08-26Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-15SCUMM: Replace detector printf usage with logMessage.Alyssa Milburn
2012-07-25VIDEO: Convert Bink to the new AdvancedVideoDecoder APIMatthew Hoops
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2012-07-08SCUMM: Correct HE version for another English Windows version of Freddi Fish ...Travis Howell
2012-07-07SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze M...Travis Howell
2012-07-03SCUMM: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-06-24Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-06-23SCUMM - Fix bug #3536645, FT Missing Dialogue LineTorbjörn Andersson
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
2012-06-17Merge pull request #244 from clone2727/football2002-wdayJohannes Schickel
2012-06-16Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-06-16SCUMM: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-15SCUMM: The target and Wii releases of a few HE games are HE101, since they ha...Travis Howell
2012-06-15SCUMM: Fix rect bounds in getPolygonOverlap()Matthew Hoops
2012-06-15SCUMM: Adjust some wiz image ops and flood fill rectsMatthew Hoops
2012-06-11SCUMM: Fix basketball ini nameMatthew Hoops
2012-06-09SCUMM: Implement football2002's getDayOfWeek() u32 functionMatthew Hoops
2012-06-09SCUMM: Create proper engine for heversion 101Matthew Hoops
2012-06-08Merge pull request #243 from lordhoto/cursor-no-scaleEugene Sandulenko
2012-06-09SCUMM: Add HE101 version, for debugInput opcode difference in some HE100 games.Travis Howell
2012-06-08SCUMM: Implement listing playbook files in football2002Matthew Hoops
2012-06-08SCUMM: Stub off other football2002 u32 opcodesMatthew Hoops
2012-06-08SCUMM: Give football u32 opcodes proper namesMatthew Hoops
2012-06-06SCUMM: Implement football2002 u32 opcode 1028Matthew Hoops
2012-06-05SCUMM: Show an error dialog when trying to run puttzoo ios liteMatthew Hoops
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-06-01SCUMM: Add debugInput opcode difference in Backyard Basketball.Travis Howell
2012-05-31SCUMM: Change the nest.number default to zero in stopScript and stopObjectScr...Travis Howell
2012-05-31SCUMM: Backyard Baseball 2003 uses a unique variable for the subtitle setting...Travis Howell
2012-05-31SCUMM: Fix global script 255 never been resumed by runScriptNested. Thanks to...Travis Howell
2012-05-29SCUMM: Add Macintosh UK version of Freddi Fish 4.Travis Howell
2012-05-28SCUMM: Fix error in spyfox iOS creditsMatthew Hoops
2012-05-28Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-05-28SCUMM: Add support for Spy Fox iOSMatthew Hoops
2012-05-25Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-05-14GRAPHICS: Hide the WinCursor implementationMatthew Hoops
2012-05-04Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-04-28Merge pull request #234 from BenCastricum/masterJohannes Schickel
2012-04-28SCUMM: Fix bug #3493317 by removing assert() in detection algorithm.Ben Castricum