aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-05-26Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...Matthew Hoops
2010-05-25Patch #2959341: Minor update to SCUMM debugger command 'passcode'Eugene Sandulenko
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-25Fix a Myst regression: not a good idea to use memset on a Common::String :)Matthew Hoops
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-25Bugfix to allow timed text to display in the correct coloursPaul Gilbert
2010-05-25Changed the font system to allow for multiple fonts to be loaded simultaneouslyPaul Gilbert
2010-05-25Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not us...Matthew Hoops
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-24Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac.Matthew Hoops
2010-05-24Fix bug #2827172: DRASCULA: Cursor appears ontop of ending and creditsEugene Sandulenko
2010-05-24Fix crash when there is no drascula.dat fileEugene Sandulenko
2010-05-24Fix warningEugene Sandulenko
2010-05-24Fix Russian versions of airport and farm as they use extended charset.Eugene Sandulenko
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-24syncEugene Sandulenko
2010-05-24Implemented the bulk of the logic for displaying timed on-screen messagesPaul Gilbert
2010-05-24Added Russian airport and farm. Needs more work as crashes at attempt to open...Eugene Sandulenko
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
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
2010-05-23Another video player regression: When the palette changes, look up theTorbjörn Andersson
2010-05-23Keep the Broken Sword cutscene players from using up all available CPU.Torbjörn Andersson
2010-05-23Cleaned up the game ID code:Filippos Karapetis
2010-05-23Major work done on the animation and support classes to match the originalPaul Gilbert
2010-05-22SCI: adding ability to specify hexadecimal number as index for debug command ...Martin Kiewitz
2010-05-22Cleanup (removed more Parallaction::getGameType() calls).Nicola Mettifogo
2010-05-22Cleanup (removed many Parallaction::getGameType() calls).Nicola Mettifogo
2010-05-22Finish implementation of hitZone and related functions as from the original c...Nicola Mettifogo
2010-05-22Apply patch 3004687 by fuzzie: allow usage of merge zones.Nicola Mettifogo
2010-05-22CleanupFilippos Karapetis
2010-05-22Rewrote and simplified the game ID detector. It now properly works with SCI0-...Filippos Karapetis
2010-05-22Apply patch 3005433 by fuzzie: new 'toggleglobalflags' command for the debugger.Nicola Mettifogo
2010-05-22Apply patch 3004991 by fuzzie: don't try and run dialogues for SPEAK zones wi...Nicola Mettifogo