aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-12-25SCI/newmusic: Filter was processing one byte too muchMartin Kiewitz
2009-12-25Fix gcc warning (and along with it make the code a little bit easier to read).Johannes Schickel
2009-12-24SCI/newmusic: Set signal after waiting for delta and not immediately (fixes i...Martin Kiewitz
2009-12-24SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel fi...Martin Kiewitz
2009-12-24Silenced some MSVC warningsFilippos Karapetis
2009-12-24Silence some gcc warnings.Matthew Hoops
2009-12-24Stub SCI32's kOnMe to give better debugging info (used when clicking in the G...Matthew Hoops
2009-12-24SCI: new music code / signals now almost correctly triggeredMartin Kiewitz
2009-12-24Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ...Filippos Karapetis
2009-12-24Updated comments in kListEachElementDo() to show how it's called, with the he...Filippos Karapetis
2009-12-24SCI32: Added some more stubs for picture manipulation, screen update and anim...Filippos Karapetis
2009-12-24Added a hack in kAddScreenItem to display the view in question on screen. Som...Filippos Karapetis
2009-12-24SCI32: The view related functions pass a view object as parameter, and the en...Filippos Karapetis
2009-12-24SCI: new music code / dont filter channel 15 (control) at any timeMartin Kiewitz
2009-12-24SCI: channels are now filtered for sci0 (fixes garbled music)Martin Kiewitz
2009-12-24SCI32:Matthew Hoops
2009-12-23SCI/new music code: Song handles are now unique (as SCI0 relies on them, rath...Filippos Karapetis
2009-12-23Fixed compilationFilippos Karapetis
2009-12-23SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enumFilippos Karapetis
2009-12-23SCI: Fix warningMax Horn
2009-12-23SCI: new music code / wip support for sci0 musicMartin Kiewitz
2009-12-23SCI/new music code: Added a sanity check to avoid changing some selectors tha...Filippos Karapetis
2009-12-23SCI/new music code: Removed the checks for the nodePtr selector, as we alread...Filippos Karapetis
2009-12-23SCI: new music code / removed unused sz from Track structMartin Kiewitz
2009-12-23SCI: new music code / variable-names changed to make it more verboseMartin Kiewitz
2009-12-23SCI/new music code: Do not cache the signal selector, as it needs to be alway...Filippos Karapetis
2009-12-23SCI: sound resource added data format commentsMartin Kiewitz
2009-12-23SCI: sound resource handling fixed (fixes lsl5 music w/ new music code)Martin Kiewitz
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops
2009-12-22Disabled some currently unused codeFilippos Karapetis
2009-12-22SCI/new music code:Filippos Karapetis
2009-12-22Silenced some warnings to protect DrMcCoy from incoming BorgFilippos Karapetis
2009-12-22Initial implementation of music fading in the new music code. Added warnings ...Filippos Karapetis
2009-12-22Started implementing SCI1.1 digital sound effect playing in the new music codeFilippos Karapetis
2009-12-22The detectMusicDriver() function returns MD_-something, not MDT_-something.Torbjörn Andersson
2009-12-22Fixed looping sounds in the new sound codeFilippos Karapetis
2009-12-22SCI: Fix some warningsMax Horn
2009-12-22Some bugfixes to the new music codeFilippos Karapetis
2009-12-21Some updates to the new music codeFilippos Karapetis
2009-12-21Restored sound volume functionality in the old music codeFilippos Karapetis
2009-12-21Add a TODO for the SCI 2.1 message version (5).Matthew Hoops
2009-12-21Silenced some warnings to make DrMcCoy happier :)Filippos Karapetis
2009-12-21Update/add some comments/TODOs.Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-12-21Fixed text controls when subtitles are enabled in multilingual SCI01 gamesFilippos Karapetis
2009-12-21Fixed menus in multilingual SCI01 gamesFilippos Karapetis
2009-12-21Brought back the INCLUDE_OLDGFX defineFilippos Karapetis
2009-12-20Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...Filippos Karapetis
2009-12-20Started integrating the new sound code in the SoundCommandParser class. Some ...Filippos Karapetis
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis