Age | Commit message (Expand) | Author |
2009-12-26 | Removed the file and line parameters from the selector handling functions | Filippos Karapetis |
2009-12-26 | Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra... | Filippos Karapetis |
2009-12-26 | Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1... | Filippos Karapetis |
2009-12-26 | Fixed graphics functions detection in an old version of SQ3 - my initial thou... | Filippos Karapetis |
2009-12-26 | Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and... | Filippos Karapetis |
2009-12-26 | - Made the music playlist private | Filippos Karapetis |
2009-12-26 | Restored the mutexes in onTimer, and removed them from soundKill - fixes the ... | Filippos Karapetis |
2009-12-26 | SCI/newmusic: Removed mutex from onTimer, fixes freeze in sci1 games | Martin Kiewitz |
2009-12-26 | Set the save game directory to something in pre-SCI32 games, as games like SQ... | Filippos Karapetis |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-26 | SCI/new music code: Fixed a bug where music was stopped when saving. Some cle... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: Added comments about sound resource headers | Martin Kiewitz |
2009-12-25 | SCI: implemented command 0x80 (stopnote) for amiga music driver | Martin Kiewitz |
2009-12-25 | Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate). | Matthew Hoops |
2009-12-25 | SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie... | Martin Kiewitz |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-25 | Remove extra debug output which sneaked in. | Eugene Sandulenko |
2009-12-25 | SCI/newmusic: support for early sound resource format, early kq4 version now ... | Martin Kiewitz |
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ea... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: Adlib driver / added comment that sierra adlib driver did not s... | Martin Kiewitz |
2009-12-25 | Added a stub for signal 0xA0 (polyphonic key pressure - aftertouch) | Filippos Karapetis |
2009-12-25 | Ignore internal SysEx events in the Adlib player | Filippos Karapetis |
2009-12-25 | Added mutexes in music functions | Filippos Karapetis |
2009-12-25 | Adjusted volume clipping | Filippos Karapetis |
2009-12-25 | Limit volume range to 0 - 255 | Filippos Karapetis |
2009-12-25 | SCI/newmusic: find slot again after destroying it fixes kq6cd, lb2cd, added d... | Martin Kiewitz |
2009-12-25 | Fixed variable capitalization | Filippos Karapetis |
2009-12-25 | Fix compilation. | Johannes Schickel |
2009-12-25 | Properly initialize the audio stream part of each music slot when loading | Filippos Karapetis |
2009-12-25 | SCI/new music code: Some initial code for saving/loading the sound state | Filippos Karapetis |
2009-12-25 | SCI/newmusic: _signalSet, _signalToSet init, debug output added for signals | Martin Kiewitz |
2009-12-25 | SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga music... | Martin Kiewitz |
2009-12-25 | Another readability change | Filippos Karapetis |
2009-12-25 | Slight code readability cleanup | Filippos Karapetis |
2009-12-25 | SCI/newmusic: Filter was processing one byte too much | Martin Kiewitz |
2009-12-25 | Fix gcc warning (and along with it make the code a little bit easier to read). | Johannes Schickel |
2009-12-24 | SCI/newmusic: Set signal after waiting for delta and not immediately (fixes i... | Martin Kiewitz |
2009-12-24 | SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel fi... | Martin Kiewitz |
2009-12-24 | Silenced some MSVC warnings | Filippos Karapetis |
2009-12-24 | Silence some gcc warnings. | Matthew Hoops |
2009-12-24 | Stub SCI32's kOnMe to give better debugging info (used when clicking in the G... | Matthew Hoops |
2009-12-24 | SCI: new music code / signals now almost correctly triggered | Martin Kiewitz |
2009-12-24 | Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ... | Filippos Karapetis |
2009-12-24 | Updated comments in kListEachElementDo() to show how it's called, with the he... | Filippos Karapetis |
2009-12-24 | SCI32: Added some more stubs for picture manipulation, screen update and anim... | Filippos Karapetis |
2009-12-24 | Added a hack in kAddScreenItem to display the view in question on screen. Som... | Filippos Karapetis |
2009-12-24 | SCI32: The view related functions pass a view object as parameter, and the en... | Filippos Karapetis |
2009-12-24 | SCI: new music code / dont filter channel 15 (control) at any time | Martin Kiewitz |
2009-12-24 | SCI: channels are now filtered for sci0 (fixes garbled music) | Martin Kiewitz |
2009-12-24 | SCI32: | Matthew Hoops |