aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-01-23Amiga SCI1 games had signed sound data. Fixes PQ3 AmigaFilippos Karapetis
2010-01-23Added song manipulation debug commands: songinfo, startsound, togglesound and...Filippos Karapetis
2010-01-23Disabled the unused resource loading code for the unsupported QT MIDI format,...Filippos Karapetis
2010-01-23Get rid of FLAG_LOOPMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-23Update HE version for Dutch Windows demo of Freddi Fish 4.Travis Howell
2010-01-23sfx_init_flags is not used in the new sound codeFilippos Karapetis
2010-01-23SCI: SCI0 games have a grey titlebarMartin Kiewitz
2010-01-23SCI: separate fix function for kDrawControl rectsMartin Kiewitz
2010-01-23Update comments.Travis Howell
2010-01-23Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used sig...Travis Howell
2010-01-23Get rid of two more FLAG_LOOP instancesMax Horn
2010-01-23AGOS: Further unify code related to compressed soundMax Horn
2010-01-23AGOS: Fix memory leak in Sound::loadSfxTableMax Horn
2010-01-23AGOS: Turn BaseSound::makeAudioStream into a pure virtual methodMax Horn
2010-01-23AGOS: Unify code related to compressed soundMax Horn
2010-01-23AGOS: Get rid of FLAG_LOOP usageMax Horn
2010-01-23AGOS: Start to refactor sound handlingMax Horn
2010-01-22AGOS: Add FIXME for a memory leakMax Horn
2010-01-22AGOS: cleanupMax Horn
2010-01-22AGOS: Rearrange sound code a bitMax Horn
2010-01-22Get rid of kGameTypeAdibouUnknown (which is a mix of other versions), and Add...Arnaud Boutonné
2010-01-22SCI: dont swap coordinates on rects when both are "wrong", will fix button pl...Martin Kiewitz
2010-01-22SCI: restoring r47412, we were right all along but this "hack" was done on th...Martin Kiewitz
2010-01-22SCI: reverting r47412, change was incorrect and also resulted in broken anima...Martin Kiewitz
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2010-01-22SCI: removed error inside Menu::mouseFindMenuItemSelection, instead returning 0Martin Kiewitz
2010-01-22SCI: draw a black line under menubar when menu is active (effectively for jon...Martin Kiewitz
2010-01-22SCUMM: Get rid of some redundant enum vals in iMuse digitialMax Horn
2010-01-22Reset the value of _resetOnPause when a song is loaded/unloadedFilippos Karapetis
2010-01-22- The reverb value is now obtained from the music driverFilippos Karapetis
2010-01-22Always loop sounds declared in the VIEW resources of Myst. While Myst specifi...Matthew Hoops
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
2010-01-22SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translationWalter van Niftrik
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2010-01-21Fix gcc warning.Johannes Schickel
2010-01-21SCI: fixing iceman intro again (dont set datainc immediately but after delta)Martin Kiewitz
2010-01-21SCI: Saved games can now be loaded from ScummVM's launcherFilippos Karapetis
2010-01-21- Fixed pausing of all sounds in the playlistFilippos Karapetis
2010-01-21SCI: CleanupWalter van Niftrik
2010-01-21SCI: Renamed softseq/ to drivers/Walter van Niftrik
2010-01-21SCI: Removed seq/ directoryWalter van Niftrik
2010-01-21SCI: Add MT-32 to GM mappingWalter van Niftrik
2010-01-20Add another Dutch Windows demo of Freddi Fish 4.Travis Howell
2010-01-20SCI: control icons now use objects priority selector instead of hardcoded pri...Martin Kiewitz
2010-01-20SCI: boundary check on getPortById()Martin Kiewitz
2010-01-20SCI: kDrawCel workaround documented and not temporary anymoreMartin Kiewitz
2010-01-20SCI: workaround for game menu/quit menu in freddy pharkas till vm issue is re...Martin Kiewitz
2010-01-20SAGA: Change Sound::playSoundBuffer to enable looping for all sound formatsMax Horn
2010-01-20Fixed a small memory leak. Cppcheck again...Torbjörn Andersson