aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2013-05-08NEVERHOOD: Add skeleton for Module1000johndoe123
2013-05-08NEVERHOOD: Implement SmackerScene, SmackerPlayer and related stuffjohndoe123
2013-05-08NEVERHOOD: Start with the Palette2 class (which needs a better name later)johndoe123
2013-05-08NEVERHOOD: Start with the Background and DirtyBackground classesjohndoe123
2013-05-08NEVERHOOD: Start with the Screen class, alsojohndoe123
2013-05-08NEVERHOOD: More work on Module1500johndoe123
2013-05-08NEVERHOOD: Start with AnimatedSprite and AnimResourcejohndoe123
2013-05-08NEVERHOOD: Add default parameters to StaticSprite constructorsjohndoe123
2013-05-08NEVERHOOD: Start with Scene and Sprite classesjohndoe123
2013-05-08NEVERHOOD: Add skeleton for Module1500 (the intro module)johndoe123
2013-05-08NEVERHOOD: Start with Module and GameModule classesjohndoe123
2013-05-08NEVERHOOD: More work on the Palette classjohndoe123
2013-05-08NEVERHOOD: Add morejohndoe123
2013-05-08NEVERHOOD: Start with the BaseSurface class (doesn't do much yet)johndoe123
2013-05-08NEVERHOOD: Start with graphics code (bitmap parsing and rle decompression)johndoe123
2013-05-08NEVERHOOD: Start with the resource managerjohndoe123
2013-05-08NEVERHOOD: Start with the blb archive classjohndoe123
2013-05-08NEVERHOOD: First code with basic detection, nothing else so farjohndoe123
2011-06-22Merge pull request #46 from tramboi/masterEugene Sandulenko
2011-06-22DREAMWEB: frameoutv becomes a native functionBertrand Augereau
2011-06-22TSAGE: Fix bug in sound fading in scene 20.Strangerke
2011-06-22TSAGE: Don't crash if -x option points to an non-existing savegame.eriktorbjorn
2011-06-22LASTEXPRESS: Make some static data const respectively static.Johannes Schickel
2011-06-22SCI: Mark sq6 as a CD gameMax Horn
2011-06-22TSAGE: Remove out of date TODO comments where applicablePaul Gilbert
2011-06-22TSAGE: Fix sounds not getting registered in Globals::_soundsPaul Gilbert
2011-06-22TSAGE: Clarified Globals::_sceneListeners as Globals::_soundsPaul Gilbert
2011-06-22TSAGE: Bugfix for sound assert in scene 20Paul Gilbert
2011-06-22LASTEXPRESS: Named several soundEntry structure membersEugene Sandulenko
2011-06-22LASTEXPRESS: Implement sound filters. Still not hooked in.Eugene Sandulenko
2011-06-22DREAMWEB: Fix bug in tasmrecover causing load/save mixupWillem Jan Palenstijn
2011-06-21COMMON: Move HerculesDimensions enum to SCUMM.Johannes Schickel
2011-06-21TSAGE: Bugfix for properly stopping playing soundsPaul Gilbert
2011-06-21TSAGE: Fix updating the volume when changed in the Options dialogPaul Gilbert
2011-06-21TSAGE: Disable SFX and speech volume sliders for all gamesPaul Gilbert
2011-06-21TSAGE: Fixes for sound fadingPaul Gilbert
2011-06-21TSAGE: Fix for un-used variable in _sfRethinkVoiceTypesPaul Gilbert
2011-06-20I18N: Make the unsupported game warning translatableThierry Crozat
2011-06-20DREAMWEB: Use kMaingamepal provided by the tasm-recovereriktorbjorn
2011-06-20DREAMWEB: Remove readabyte() and readoneblock()eriktorbjorn
2011-06-20DREAMWEB: Remove convertkey()eriktorbjorn
2011-06-20TINSEL: Don't leak running processes in Scheduler::reset().Alyssa Milburn
2011-06-20TINSEL: Fix/comment CORO_KILL_SELF macro.Alyssa Milburn
2011-06-20TSAGE: Replaced integer counters used as mutexes with Common::Mutex usagePaul Gilbert
2011-06-20TSAGE: Loop variables are meant to be integers rather than boolsPaul Gilbert
2011-06-20TSAGE: Bugfix for crash when exiting whilst a sound is playingPaul Gilbert
2011-06-20TSAGE: Sound is now working!Paul Gilbert
2011-06-20TSAGE: Corrections to the sound fading codePaul Gilbert
2011-06-20TSAGE: Bugfix for properly decrementing _disabledServerCountPaul Gilbert
2011-06-20TSAGE: Initial implementation of AudioStream interface for sound driverPaul Gilbert