aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-26SCI/newmusic: added state change to sample play as wellMartin Kiewitz
2009-12-26SCI/newmusic: Update state when music is done playing (fixes sq3)Martin Kiewitz
2009-12-26SCI: Added #ifdefs for sci32 picture format codeMartin Kiewitz
2009-12-26SCI: added TODO priority map of sci32 picturesMartin Kiewitz
2009-12-26SCI: support for "no compression" pictures in sci32Martin Kiewitz
2009-12-26SCI: support for sci32 picture resource dataMartin Kiewitz
2009-12-26LOL: - added workaround for portrait speech animations which would sometimes ...Florian Kagerer
2009-12-26SCI/newgui: Added support for draw_pic commandMartin Kiewitz
2009-12-26Look for Makefile.common instead of Makefile, when determining whether or not...Oystein Eftevaag
2009-12-26Using #include instead of #import to include some mac os x headers to avoid s...Oystein Eftevaag
2009-12-26Throw a warning when we're trying to invoke a variable selector, instead of s...Filippos Karapetis
2009-12-26Fixed sentence -> buildbot rebuildOystein Eftevaag
2009-12-26Add "End of namespace" comment.Johannes Schickel
2009-12-26SCI2: Figured out the screen coordinates of views. Now, part of the interface...Filippos Karapetis
2009-12-26Buildbot compile fix for os x cross compileOystein Eftevaag
2009-12-26SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat...Filippos Karapetis
2009-12-26Removed the file and line parameters from the selector handling functionsFilippos Karapetis
2009-12-26LOL: fixed minor bug in lamp codeFlorian Kagerer
2009-12-26Updated xcode projectOystein Eftevaag
2009-12-26Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra...Filippos Karapetis
2009-12-26Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1...Filippos Karapetis
2009-12-26Committing the actual new browser_osx.mm file, oopsOystein Eftevaag
2009-12-26The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives...Oystein Eftevaag
2009-12-26Fixed graphics functions detection in an old version of SQ3 - my initial thou...Filippos Karapetis
2009-12-26Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and...Filippos Karapetis
2009-12-26- Made the music playlist privateFilippos Karapetis
2009-12-26Restored the mutexes in onTimer, and removed them from soundKill - fixes the ...Filippos Karapetis
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