aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-08-31WINTERMUTE: Take int32 as parameters in Rect32.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Add namespacing to the UTF-conversion codeEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use <math.h> instead of <cmath>Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Correct some endif-comments.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs instead of spaces in ad_types.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs instead of spaces for indenting dctypes.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace qsort with Common::sortEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Simplify getNodeForRelativePathEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix some of the clang++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix g++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Update to use new TGA-decoder and new Video-systemEinar Johan Trøan Sømåen
2012-08-31Merge remote-tracking branch 'origin/master' into wintermuteEinar Johan Trøan Sømåen
2012-08-27LASTEXPRESS: Implement more savegame loadingLittleboy
2012-08-27LASTEXPRESS: Cleanup savegameLittleboy
2012-08-27LASTEXPRESS: Identify more Verges functionsLittleboy
2012-08-27LASTEXPRESS: Fix typo in Verges chapter 3 functionLittleboy
2012-08-27LASTEXPRESS: Identify several Verges functionsLittleboy
2012-08-27LASTEXPRESS: Remove unnecessary castsLittleboy
2012-08-27LASTEXPRESS: Remove some unreachable codeLittleboy
2012-08-27LASTEXPRESS: Add const modifiersLittleboy
2012-08-27LASTEXPRESS: Update Debug::loadArchive() to reduce castsLittleboy
2012-08-27LASTEXPRESS: Reduce header interdependencyLittleboy
2012-08-27LASTEXPRESS: Check for valid data in Beetle::invertDirection()Littleboy
2012-08-27LASTEXPRESS: Identify some Abbot Chapter 3 functionsLittleboy
2012-08-27LASTEXPRESS: Check for invalid cd number in debugger commandsLittleboy
2012-08-27LASTEXPRESS: Fix playsnd debugger commandLittleboy
2012-08-27LASTEXPRESS: Fix analysis warningsLittleboy
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-21SCI: Update a commentFilippos Karapetis
2012-08-21SCI: More work on kRemapColorsFilippos Karapetis
2012-08-21SCI: Extend a workaround for the dream sequence in QFG4Filippos Karapetis
2012-08-21SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer gamesFilippos Karapetis
2012-08-20SWORD25: Fix loading savegames on 64-bit archs.upthorn
2012-08-20SWORD25: Improve sound persistence.Alyssa Milburn
2012-08-20CINE: Fix drawing of sprite with mask.Vincent Hamm
2012-08-20SAGA: Remove incorrect free() in loadShortenFromStream()Filippos Karapetis
2012-08-20SCI: Set the correct audio type for SCI1.1 sound effects, fixing bug #3554709Filippos Karapetis
2012-08-20SCI: Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze"Filippos Karapetis
2012-08-19WINTERMUTE: Be case-insensitive when testing for sound-format.Einar Johan Trøan Sømåen
2012-08-18AGOS: Fix regression with sound in Smacker OmniTV videosMatthew Hoops
2012-08-17AGOS: Fix regressions in the feeble demoMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Rename setStopTime() to setEndTime()Matthew Hoops
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-08-16VIDEO: Remove the Coktel video code from using the VideoDecoder APIMatthew Hoops
2012-08-15AGI: Replace detector printf usage with logMessage.Alyssa Milburn
2012-08-15SCUMM: Replace detector printf usage with logMessage.Alyssa Milburn
2012-08-15WINTERMUTE: Make use of the wday-field in dates, instead of a wrong mday-value.Einar Johan Trøan Sømåen
2012-08-15WINTERMUTE: Clear out some commented-out code.Einar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Fill the screen with fillRect for now.Einar Johan Trøan Sømåen