aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30SCI: palette merging / comment additionMartin Kiewitz
2009-12-30SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco...Martin Kiewitz
2009-12-30SCI/newmusic: fix loop logicMartin Kiewitz
2009-12-30SCI/newmusic: update loop selector when track is finished (fixes hq1 ending, ...Martin Kiewitz
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-30SCI/new sound code:Filippos Karapetis
2009-12-30SCI32:Matthew Hoops
2009-12-30Formatting.Johannes Schickel
2009-12-30Switched to the new pathfinding code, after talking with waltervnFilippos Karapetis
2009-12-30Fixed warningsFilippos Karapetis
2009-12-30Initial implementation of the SCI21 kList kernel function (which calls all th...Filippos Karapetis
2009-12-30SCI: support for uncompressed sci1 views (fixes qfg3 demo)Martin Kiewitz
2009-12-30SCI32: Moved all the list related kernel functions inside klists.cpp, and imp...Filippos Karapetis
2009-12-30Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can...Filippos Karapetis
2009-12-30SCI32: added handling of variable selectors in kListEachElementDo() and silen...Filippos Karapetis
2009-12-30SCI32: added some of clone2727's changes to kArray and kString, and implement...Filippos Karapetis
2009-12-30Updated documentation of the VMD decoder to indicate which SCI32 games used V...Filippos Karapetis
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis
2009-12-29SCI/newmusic: fixed fading (fixes gk1 demo, park area)Martin Kiewitz
2009-12-29SCI: returning back raw == 0, when script trying to access invalid memoryMartin Kiewitz
2009-12-29SCI: dont crash when scripts are trying to access invalid memory (fixes intro...Martin Kiewitz
2009-12-29SCI/newmusic: Removed playlist-feature from cmdResumeHandle cause that is sci...Martin Kiewitz
2009-12-29SCI/newmusic: dont do pause/resume on the whole playlist prior sci1late (soun...Martin Kiewitz
2009-12-29SCI/newmusic: changed pauseCounter again ;)Martin Kiewitz
2009-12-29SCI/newmusic: changed pausecounter behaviour within resumeMartin Kiewitz
2009-12-29Reverted rev #46647 - the title music in Codename: Iceman works correctly againFilippos Karapetis
2009-12-29SCI/new music code: Fixed loading of saved games. Also, stopped sounds are no...Filippos Karapetis
2009-12-29Better checking for the cmdMuteSound and cmdVolume special casesFilippos Karapetis
2009-12-29Removed leftover debug outputFilippos Karapetis
2009-12-29SCI/new music code: cmdPauseHandle/cmdResumeHandle now work for SCI0 gamesFilippos Karapetis
2009-12-28SCI/newmusic: Added pausecounter cause sierra sci also does thisMartin Kiewitz
2009-12-28SCI/new music code: Implemented cmdSendMidi, and removed access to _argc from...Filippos Karapetis
2009-12-28SCI/newmusic: Added comment about weird sierra sci behaviourMartin Kiewitz
2009-12-28SCI/newmusic: Accept object 0:0 in cmdPauseHandle, pause the whole playlist t...Martin Kiewitz
2009-12-28SCI: Further objectify MusicEntryMax Horn
2009-12-28SCI: Start objectifying MusicEntryMax Horn
2009-12-28cleanupMax Horn
2009-12-28SCI: Make some code comply to our naming conventionsMax Horn
2009-12-28SCI/new sound code:Filippos Karapetis
2009-12-28Moved the OLD_PATHFINDING define inside sci.h, together with the othersFilippos Karapetis
2009-12-28SCI/new music code: Added a workaround for a music-related game bug in Castle...Filippos Karapetis
2009-12-28Fixed music pausingFilippos Karapetis
2009-12-28Added a workaround for an off-by-one invalid species access bug in the LSL2 d...Filippos Karapetis
2009-12-28SCI/new music code: Implemented the "songlib" debug commandFilippos Karapetis
2009-12-28SCI/new music code: Hanging notes now stop when a sound is paused/stoppedFilippos Karapetis
2009-12-28SCI/new music code: Fixed a race condition when removing a sound from the pla...Filippos Karapetis
2009-12-28SCI/new music code: Fixed music fading in SCI2 - seems like setting the signa...Filippos Karapetis
2009-12-27SCI/new music code:Filippos Karapetis
2009-12-27Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen t...Matthew Hoops