aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-08-25TONY: Fix exiting from the save menu.Alyssa Milburn
2012-08-25TONY: Reset _hEndOfBuffer when restarting sounds.Alyssa Milburn
2012-08-25TONY: Fix Take/ReleaseOwnership.Alyssa Milburn
2012-08-25TONY: Make the verb menu sound effects playTorbjörn Andersson
2012-08-25TONY: Replace copyMemory with memcpy.Alyssa Milburn
2012-08-25TONY: Get rid of RMString.Alyssa Milburn
2012-08-25TONY: Convert more strings to Common::String.Alyssa Milburn
2012-08-25TONY: Store savegame names with Common::String.Alyssa Milburn
2012-08-25TONY: Remove unused members of RMTextItemName.Alyssa Milburn
2012-08-25TONY: Use Common::String in writeText.Alyssa Milburn
2012-08-25TONY: Animate mouse cursors.Alyssa Milburn
2012-08-25TONY: Mark screen dirty in RMGfxClearTask.Alyssa Milburn
2012-08-25TONY: Use the right dirty rects for drawAA.Alyssa Milburn
2012-08-25TONY: Draw the dirty rectangle debugging last.Alyssa Milburn
2012-08-25TONY: Fix background dirty rect handling.Alyssa Milburn
2012-08-25TONY: Ignore draw attempts with non-positive width/height.Alyssa Milburn
2012-08-23TONY: Fixed problem with spoken voices being clipped when timed text mode is on.Paul Gilbert
2012-08-23TONY: Removed some debug warnings which aren't needed any longerPaul Gilbert
2012-08-22TONY: Fix spelling of setStretch.Alyssa Milburn
2012-08-22TONY: Fix saveSoundSettings to use setInt for talkspeed.Alyssa Milburn
2012-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
2012-08-22TONY: Removed some TODO warnings that aren't needed any longerPaul Gilbert
2012-08-21SCI: Update a commentFilippos Karapetis
2012-08-20PEGASUS: Optimize the nearest neighbor frame scaling a bitMatthew Hoops
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
2012-08-14WINTERMUTE: Clean out some comments in the theora playerEinar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Adjust a few warnings.Einar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Save the loop-state of sounds properly.Einar Johan Trøan Sømåen
2012-08-14CINE: Apply some ScummVM formatting conventionsTorbjörn Andersson
2012-08-13Merge pull request #266 from yaz0r/masteryaz0r