aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2009-12-25Fix compilation.Johannes Schickel
svn-id: r46551
2009-12-25Properly initialize the audio stream part of each music slot when loadingFilippos Karapetis
svn-id: r46550
2009-12-25SCI/new music code: Some initial code for saving/loading the sound stateFilippos Karapetis
svn-id: r46549
2009-12-25SCI/newmusic: _signalSet, _signalToSet init, debug output added for signalsMartin Kiewitz
svn-id: r46548
2009-12-25SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga ↵Martin Kiewitz
music in sq3 svn-id: r46547
2009-12-25Another readability changeFilippos Karapetis
svn-id: r46546
2009-12-25Slight code readability cleanupFilippos Karapetis
svn-id: r46545
2009-12-25SCI/newmusic: Filter was processing one byte too muchMartin Kiewitz
svn-id: r46544
2009-12-25Fix gcc warning (and along with it make the code a little bit easier to read).Johannes Schickel
svn-id: r46542
2009-12-24SCI/newmusic: Set signal after waiting for delta and not immediately (fixes ↵Martin Kiewitz
iceman intro) svn-id: r46539
2009-12-24SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel ↵Martin Kiewitz
filtering (including temporary debug output) svn-id: r46538
2009-12-24Silenced some MSVC warningsFilippos Karapetis
svn-id: r46536
2009-12-24Silence some gcc warnings.Matthew Hoops
svn-id: r46535
2009-12-24Stub SCI32's kOnMe to give better debugging info (used when clicking in the ↵Matthew Hoops
GK1 menu). svn-id: r46533
2009-12-24SCI: new music code / signals now almost correctly triggeredMartin Kiewitz
svn-id: r46532
2009-12-24Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ↵Filippos Karapetis
to indicate that it's a stub function svn-id: r46531
2009-12-24Updated comments in kListEachElementDo() to show how it's called, with the ↵Filippos Karapetis
help of waltervn svn-id: r46530
2009-12-24SCI32: Added some more stubs for picture manipulation, screen update and ↵Filippos Karapetis
animation functions svn-id: r46529
2009-12-24Added a hack in kAddScreenItem to display the view in question on screen. ↵Filippos Karapetis
Some parts of the main menu can be seen now in GK1 svn-id: r46528
2009-12-24SCI32: The view related functions pass a view object as parameter, and the ↵Filippos Karapetis
engine should deduce the parameters it needs from that object. Added stub view functions based on that fact. Also, added a sanity check in kCelHigh and kCelWide svn-id: r46527
2009-12-24SCI: new music code / dont filter channel 15 (control) at any timeMartin Kiewitz
svn-id: r46526
2009-12-24SCI: channels are now filtered for sci0 (fixes garbled music)Martin Kiewitz
svn-id: r46525
2009-12-24SCI32:Matthew Hoops
- Fix dup for kArray/kString - Implement kFileIO::rename (SCI1.1) - Implement part of the SCI32 additions to kFileIO - Implement the GetSaveDir part of kSave (SCI2.1) - Torin (SCI2.1!) now shows signs of life -- it will create the torin.prf file with correct data! svn-id: r46521
2009-12-23SCI/new music code: Song handles are now unique (as SCI0 relies on them, ↵Filippos Karapetis
rather than on nodePtr) svn-id: r46512
2009-12-23Fixed compilationFilippos Karapetis
svn-id: r46511
2009-12-23SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enumFilippos Karapetis
svn-id: r46510
2009-12-23SCI: Fix warningMax Horn
svn-id: r46509
2009-12-23SCI: new music code / wip support for sci0 musicMartin Kiewitz
svn-id: r46507
2009-12-23SCI/new music code: Added a sanity check to avoid changing some selectors ↵Filippos Karapetis
that don't exist in SCI0 svn-id: r46505
2009-12-23SCI/new music code: Removed the checks for the nodePtr selector, as we ↵Filippos Karapetis
already have equivalent sanity checks (so that it's easier to add SCI0 functionality, which doesn't have a nodePtr selector) svn-id: r46504
2009-12-23SCI: new music code / removed unused sz from Track structMartin Kiewitz
svn-id: r46503
2009-12-23SCI: new music code / variable-names changed to make it more verboseMartin Kiewitz
svn-id: r46502
2009-12-23SCI/new music code: Do not cache the signal selector, as it needs to be ↵Filippos Karapetis
always updated, so that animations can be synced properly by the game scripts. Fixes KQ6 svn-id: r46496
2009-12-23SCI: sound resource added data format commentsMartin Kiewitz
svn-id: r46495
2009-12-23SCI: sound resource handling fixed (fixes lsl5 music w/ new music code)Martin Kiewitz
svn-id: r46494
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops
svn-id: r46492
2009-12-22Disabled some currently unused codeFilippos Karapetis
svn-id: r46488
2009-12-22SCI/new music code:Filippos Karapetis
- Reverted the code to use local copies of certain sound object selectors, like what was done before - Simplified and fixed the SCI1.1 digital sound effect playing code - Removed some duplicate code - Renamed some sound commands svn-id: r46487
2009-12-22Silenced some warnings to protect DrMcCoy from incoming BorgFilippos Karapetis
svn-id: r46482
2009-12-22Initial implementation of music fading in the new music code. Added warnings ↵Filippos Karapetis
to all unimplemented/stub sound commands svn-id: r46481
2009-12-22Started implementing SCI1.1 digital sound effect playing in the new music codeFilippos Karapetis
svn-id: r46479
2009-12-22The detectMusicDriver() function returns MD_-something, not MDT_-something.Torbjörn Andersson
svn-id: r46478
2009-12-22Fixed looping sounds in the new sound codeFilippos Karapetis
svn-id: r46477
2009-12-22SCI: Fix some warningsMax Horn
svn-id: r46476
2009-12-22Some bugfixes to the new music codeFilippos Karapetis
svn-id: r46473
2009-12-21Some updates to the new music codeFilippos Karapetis
svn-id: r46467
2009-12-21Restored sound volume functionality in the old music codeFilippos Karapetis
svn-id: r46466
2009-12-21Add a TODO for the SCI 2.1 message version (5).Matthew Hoops
svn-id: r46465
2009-12-21Silenced some warnings to make DrMcCoy happier :)Filippos Karapetis
svn-id: r46464
2009-12-21Update/add some comments/TODOs.Matthew Hoops
svn-id: r46463