Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-25 | Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate). | Matthew Hoops | |
svn-id: r46565 | |||
2009-12-25 | SCI/newmusic: Change to channel filtering for sci0early to reflect actual ↵ | Martin Kiewitz | |
sierra driver behaviour svn-id: r46564 | |||
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz | |
svn-id: r46563 | |||
2009-12-25 | Remove extra debug output which sneaked in. | Eugene Sandulenko | |
svn-id: r46562 | |||
2009-12-25 | SCI/newmusic: support for early sound resource format, early kq4 version now ↵ | Martin Kiewitz | |
gets music, is not filtered yet svn-id: r46561 | |||
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ↵ | Filippos Karapetis | |
early games had different sound than SCI0 late ones - Changed sound-related debug output from printf's into debugC calls svn-id: r46560 | |||
2009-12-25 | SCI/newmusic: Adlib driver / added comment that sierra adlib driver did not ↵ | Martin Kiewitz | |
support aftertouch svn-id: r46559 | |||
2009-12-25 | Added a stub for signal 0xA0 (polyphonic key pressure - aftertouch) | Filippos Karapetis | |
svn-id: r46558 | |||
2009-12-25 | Ignore internal SysEx events in the Adlib player | Filippos Karapetis | |
svn-id: r46557 | |||
2009-12-25 | Added mutexes in music functions | Filippos Karapetis | |
svn-id: r46556 | |||
2009-12-25 | Adjusted volume clipping | Filippos Karapetis | |
svn-id: r46555 | |||
2009-12-25 | Limit volume range to 0 - 255 | Filippos Karapetis | |
svn-id: r46554 | |||
2009-12-25 | SCI/newmusic: find slot again after destroying it fixes kq6cd, lb2cd, added ↵ | Martin Kiewitz | |
debug output svn-id: r46553 | |||
2009-12-25 | Fixed variable capitalization | Filippos Karapetis | |
svn-id: r46552 | |||
2009-12-25 | Fix compilation. | Johannes Schickel | |
svn-id: r46551 | |||
2009-12-25 | Properly initialize the audio stream part of each music slot when loading | Filippos Karapetis | |
svn-id: r46550 | |||
2009-12-25 | SCI/new music code: Some initial code for saving/loading the sound state | Filippos Karapetis | |
svn-id: r46549 | |||
2009-12-25 | SCI/newmusic: _signalSet, _signalToSet init, debug output added for signals | Martin Kiewitz | |
svn-id: r46548 | |||
2009-12-25 | SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga ↵ | Martin Kiewitz | |
music in sq3 svn-id: r46547 | |||
2009-12-25 | Another readability change | Filippos Karapetis | |
svn-id: r46546 | |||
2009-12-25 | Slight code readability cleanup | Filippos Karapetis | |
svn-id: r46545 | |||
2009-12-25 | SCI/newmusic: Filter was processing one byte too much | Martin Kiewitz | |
svn-id: r46544 | |||
2009-12-25 | Consistency change: Use uniform copyright strings in getOriginalCopyright. | Johannes Schickel | |
svn-id: r46543 | |||
2009-12-25 | Fix gcc warning (and along with it make the code a little bit easier to read). | Johannes Schickel | |
svn-id: r46542 | |||
2009-12-24 | SCI/newmusic: Set signal after waiting for delta and not immediately (fixes ↵ | Martin Kiewitz | |
iceman intro) svn-id: r46539 | |||
2009-12-24 | SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel ↵ | Martin Kiewitz | |
filtering (including temporary debug output) svn-id: r46538 | |||
2009-12-24 | Fix detection for ITE Floppy Italian | Eugene Sandulenko | |
svn-id: r46537 | |||
2009-12-24 | Silenced some MSVC warnings | Filippos Karapetis | |
svn-id: r46536 | |||
2009-12-24 | Silence some gcc warnings. | Matthew Hoops | |
svn-id: r46535 | |||
2009-12-24 | LOL: fixed minor bug in lamp code | Florian Kagerer | |
svn-id: r46534 | |||
2009-12-24 | Stub SCI32's kOnMe to give better debugging info (used when clicking in the ↵ | Matthew Hoops | |
GK1 menu). svn-id: r46533 | |||
2009-12-24 | SCI: new music code / signals now almost correctly triggered | Martin Kiewitz | |
svn-id: r46532 | |||
2009-12-24 | Obtain 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-24 | Updated comments in kListEachElementDo() to show how it's called, with the ↵ | Filippos Karapetis | |
help of waltervn svn-id: r46530 | |||
2009-12-24 | SCI32: Added some more stubs for picture manipulation, screen update and ↵ | Filippos Karapetis | |
animation functions svn-id: r46529 | |||
2009-12-24 | Added 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-24 | SCI32: 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-24 | SCI: new music code / dont filter channel 15 (control) at any time | Martin Kiewitz | |
svn-id: r46526 | |||
2009-12-24 | SCI: channels are now filtered for sci0 (fixes garbled music) | Martin Kiewitz | |
svn-id: r46525 | |||
2009-12-24 | 11H: Add some more opcode stubs | Scott Thomas | |
svn-id: r46524 | |||
2009-12-24 | Tweak Groovie2 video buffer handling | Scott Thomas | |
svn-id: r46523 | |||
2009-12-24 | SCI32: | 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-23 | Add more information to Italian fan translations of ITE as mentioned in | Eugene Sandulenko | |
bugreport #2871990: "ITE: Italian FAN translation regression" svn-id: r46520 | |||
2009-12-23 | Patch #2895458: "SCUMM: Add support for SEGA-CD MI Passcodes" | Eugene Sandulenko | |
svn-id: r46516 | |||
2009-12-23 | fixed invalid debug level | Vladimir Menshakov | |
svn-id: r46515 | |||
2009-12-23 | Patch #2898445: "MM NES: Add support for original save/load dialog" | Eugene Sandulenko | |
svn-id: r46513 | |||
2009-12-23 | SCI/new music code: Song handles are now unique (as SCI0 relies on them, ↵ | Filippos Karapetis | |
rather than on nodePtr) svn-id: r46512 | |||
2009-12-23 | Fixed compilation | Filippos Karapetis | |
svn-id: r46511 | |||
2009-12-23 | SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enum | Filippos Karapetis | |
svn-id: r46510 | |||
2009-12-23 | SCI: Fix warning | Max Horn | |
svn-id: r46509 |