aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-05-28SCI: read out vol selector on initSound/playSound for sci1early (soundversion...Martin Kiewitz
2010-05-27SCI: disabling music fading again, but only for sci32 - drivers seem to have ...Martin Kiewitz
2010-05-27SCI: enabling fading again, issues in pharkas and gk1demo are actually "norma...Martin Kiewitz
2010-05-27Fix starting GK1.Matthew Hoops
2010-05-27SCI: removing tab from vo output (debug console)Martin Kiewitz
2010-05-27SCI: fixing -propDict- selector on instances to contain -propDict- of the cor...Martin Kiewitz
2010-05-27Added an explanation for audio36 and sync36 external patchesFilippos Karapetis
2010-05-27SCI: fixing resuming samples - fixes hang when ship is flying away happening ...Martin Kiewitz
2010-05-27Split all of the audio-related functions of the resource manager in a separat...Filippos Karapetis
2010-05-27Slight formatting, and added a note that audio36 and sync36 resource patches ...Filippos Karapetis
2010-05-27Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files.Matthew Hoops
2010-05-26Made _k_new_node() a method of the segment manager, and fixed a bug with the ...Filippos Karapetis
2010-05-26SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi imple...Martin Kiewitz
2010-05-26SCI: More const related changes; remove unnecessary casts which hide const is...Max Horn
2010-05-26SCI: adding another workaround for picture 376 in sq4/cd (same issue like ori...Martin Kiewitz
2010-05-26SCI: Making various object and script related things constMax Horn
2010-05-26SCI: Simplify appending string 'seeker' to sierraIdMax Horn
2010-05-26Fixed compilationFilippos Karapetis
2010-05-26Made find_unique_script_block() a member of the Script classFilippos Karapetis
2010-05-26SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games...Martin Kiewitz
2010-05-26Avoid adding a null char in the sierraId Common::StringFilippos Karapetis
2010-05-26FormattingFilippos Karapetis
2010-05-26Added more info to the warning thrown when argc > 1 while modifying a variabl...Filippos Karapetis
2010-05-26After running some tests, it appears that modifying argc inside send_selector...Filippos Karapetis
2010-05-26Silence a warning inside send_selector(): argc > 0 means "write selector". Ad...Filippos Karapetis
2010-05-26More work on controlling access to members of the Object class:Filippos Karapetis
2010-05-26CleanupFilippos Karapetis
2010-05-26Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...Matthew Hoops
2010-05-25SCI: adding comment about error() on pattern opcodes sci1.1+Martin Kiewitz
2010-05-25SCI: error out on pattern opcodes inside vector data when drawing pictures in...Martin Kiewitz
2010-05-25SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes deadlock in sq4Martin Kiewitz
2010-05-25SCI: sci1.1 uses hardcoded white for picture cel data instead of the value sp...Martin Kiewitz
2010-05-25SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in i...Martin Kiewitz
2010-05-24SCI: forgot one rename in r49202 - MSVC, why?Martin Kiewitz
2010-05-24SCI: renaming MacIconBar to GfxMacIconBarMartin Kiewitz
2010-05-24Surface is a struct, not a classFilippos Karapetis
2010-05-24Oops, forgot to delete the icon bar.Matthew Hoops
2010-05-24SCI: leave console open for pic_visualize/undither commands - also don't use ...Martin Kiewitz
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
2010-05-24SCI: sort according to original order in kAnimate, when y and z are the same ...Martin Kiewitz
2010-05-24SCI: only remove isQueued status for sound sci0Martin Kiewitz
2010-05-24SCI: remove isQueued status when sound gets stopped - fixes iceman resuming m...Martin Kiewitz
2010-05-23SCI: Enabled saving from the ScummVM menu againFilippos Karapetis
2010-05-23SCI: removed hack for iceman in kDoBresen - fixes all sorts of automatic walk...Martin Kiewitz
2010-05-23Remove the unused SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE flagFilippos Karapetis
2010-05-23SCI: fixing crash in _vocab_add_rule when running qfg2 demoMartin Kiewitz
2010-05-23Made shrink_execution_stack() a member of EngineStateFilippos Karapetis
2010-05-23SCI: reenabling "stopAllSounds" code disabled in r49101 - isn't called anymor...Martin Kiewitz
2010-05-23SCI: fix regression of r49156 - if multiple songs are stored for resume-play,...Martin Kiewitz
2010-05-23SCI: use priority when queuing up music in sound sci0 -> fixes lsl3 jingle is...Martin Kiewitz