aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-01-23Added some skeleton code for kPalVary()Filippos Karapetis
2010-01-23kSetSynonyms is really parser related, but it's an empty function in games wi...Filippos Karapetis
2010-01-23- Moved all of the parser-related variables inside the Vocabulary classFilippos Karapetis
2010-01-23Cleanup. (And along with it add some additional asserts).Johannes Schickel
2010-01-23Fix build broken with r47480.Johannes Schickel
2010-01-23Separated the parser codeFilippos Karapetis
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-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-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-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-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-22SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translationWalter van Niftrik
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-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-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19- Removed the resetDriver() hack. The reason why notes stopped being played s...Filippos Karapetis
2010-01-19SCI: dont directly set mouse cursor to visible state but call show() instead ...Martin Kiewitz
2010-01-19SCI: call showBits() on the line between menubar and the actual menu (because...Martin Kiewitz
2010-01-19SCI: also fix statusbarMartin Kiewitz
2010-01-19SCI: fixed displaying of menubar (fixes all sorts of ega games)Martin Kiewitz
2010-01-19SCI: use reanimate instead of BitsShow() when removing menusMartin Kiewitz
2010-01-19SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window colors...Martin Kiewitz
2010-01-19Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in cl...Filippos Karapetis
2010-01-19SCI: Still limit lower boundary in SCI1.1, moved upper priority boundary limi...Martin Kiewitz
2010-01-19SCI: don't limit priority bands in sci1.1 (fixes swimmer in lsl6)Martin Kiewitz
2010-01-19SCI: implemented priority bands support for sci1.1 picture resources, fixed l...Martin Kiewitz
2010-01-19SCI: added french lb2 floppyMartin Kiewitz
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-18SCI: added comment about resource.p01 etc. (including possible TODO)Martin Kiewitz
2010-01-18SCI: added comment for merging together resource.p* files, if no volume file ...Martin Kiewitz
2010-01-18SCI: dont set dataInc selector inside updateCues when dataInc is not availableMartin Kiewitz