aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-26Change teenagent engine to use CursorMan instead of using OSystem directly.Johannes Schickel
2009-12-26SCI/newmusic: Removed mutex from onTimer, fixes freeze in sci1 gamesMartin Kiewitz
2009-12-26Remove x86 ASM version of sykcpt code, just use the generic code everywhereMax Horn
2009-12-26Tweak and rename skycpt ReadMe.txt -> READMEMax Horn
2009-12-26Remove obsolete skycpt MakefileMax Horn
2009-12-26Set the save game directory to something in pre-SCI32 games, as games like SQ...Filippos Karapetis
2009-12-26Some more work on the new music codeFilippos Karapetis
2009-12-26SCI/new music code: Fixed a bug where music was stopped when saving. Some cle...Filippos Karapetis
2009-12-25SCI/newmusic: Added comments about sound resource headersMartin Kiewitz
2009-12-25SCI: implemented command 0x80 (stopnote) for amiga music driverMartin Kiewitz
2009-12-25Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate).Matthew Hoops
2009-12-25SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie...Martin Kiewitz
2009-12-25SCI/newmusic: added filter support for kq4early and adlibMartin Kiewitz
2009-12-25Remove extra debug output which sneaked in.Eugene Sandulenko
2009-12-25SCI/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-25SCI/newmusic: Adlib driver / added comment that sierra adlib driver did not s...Martin Kiewitz
2009-12-25Added a stub for signal 0xA0 (polyphonic key pressure - aftertouch)Filippos Karapetis
2009-12-25Ignore internal SysEx events in the Adlib playerFilippos Karapetis
2009-12-25Added mutexes in music functionsFilippos Karapetis
2009-12-25Adjusted volume clippingFilippos Karapetis
2009-12-25Limit volume range to 0 - 255Filippos Karapetis
2009-12-25SCI/newmusic: find slot again after destroying it fixes kq6cd, lb2cd, added d...Martin Kiewitz
2009-12-25Fixed variable capitalizationFilippos Karapetis
2009-12-25Fix compilation.Johannes Schickel
2009-12-25Properly initialize the audio stream part of each music slot when loadingFilippos Karapetis
2009-12-25SCI/new music code: Some initial code for saving/loading the sound stateFilippos Karapetis
2009-12-25SCI/newmusic: _signalSet, _signalToSet init, debug output added for signalsMartin Kiewitz
2009-12-25SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga music...Martin Kiewitz
2009-12-25Another readability changeFilippos Karapetis
2009-12-25Slight code readability cleanupFilippos Karapetis
2009-12-25SCI/newmusic: Filter was processing one byte too muchMartin Kiewitz
2009-12-25Consistency change: Use uniform copyright strings in getOriginalCopyright.Johannes Schickel
2009-12-25Fix gcc warning (and along with it make the code a little bit easier to read).Johannes Schickel
2009-12-25Removed a const-away cast.Johannes Schickel
2009-12-25Commit of patch #2909981 "create_msvc: Updated default warnings + per-project...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-24Fix detection for ITE Floppy ItalianEugene Sandulenko
2009-12-24Silenced some MSVC warningsFilippos Karapetis
2009-12-24Silence some gcc warnings.Matthew Hoops
2009-12-24LOL: fixed minor bug in lamp codeFlorian Kagerer
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