aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-05-17SCI: adding speed throttler special case for iceman / submarine control roomMartin Kiewitz
2010-05-16SCI: fixing possible typo for Shift-F1/F10 keys, fixing submarine controls in...Martin Kiewitz
2010-05-15SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it that way -...Martin Kiewitz
2010-05-15SCI: setting port _menuPort, fixing crash on setFont()Martin Kiewitz
2010-05-15SCI: removed _mainPort (was unused, is unused)Martin Kiewitz
2010-05-15SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a...Martin Kiewitz
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-05-14Made locateVarSelector() a method of the Object classFilippos Karapetis
2010-05-14Silenced some MSVC warningsFilippos Karapetis
2010-05-14SCI: if no priority is set (=255) and a cel is embedded in picture vector dat...Martin Kiewitz
2010-05-13SCI: fix window, when its too large for screen (fixes sq3 crash at ending, ac...Martin Kiewitz
2010-05-13SCI: fix regression of r49026 - line between titlebar and actual window was o...Martin Kiewitz
2010-05-13SCI: remove hack code for shadows and implement them properly (shadow is actu...Martin Kiewitz
2010-05-13SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ...Martin Kiewitz
2010-05-13SCI: removing one assert() from view loading, cause view 260 in kq6 really co...Martin Kiewitz
2010-05-13SCI: adding some more assert()s in view data loading for clone :DMartin Kiewitz
2010-05-13Remove useless const on a value return type.Johannes Schickel
2010-05-13SCI: figured out weird special mac sci1.1 view decompression (currently comme...Martin Kiewitz
2010-05-12SCI: header size within sci1.1+ views doesn't include the actual header size ...Martin Kiewitz
2010-05-12SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (....Martin Kiewitz
2010-05-12SCI: tracked down the kDisplay change, added comment about thatMartin Kiewitz
2010-05-12SCI: fix code that was commented out (wasn't meant to get commited that way) ...Martin Kiewitz
2010-05-12SCI: added comments about r49012, change actually happened during sci0lateMartin Kiewitz
2010-05-12SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used whe...Martin Kiewitz
2010-05-12ListIndexOf can have a null object reference, so adjust its signature. GK1 no...Matthew Hoops
2010-05-11SCI: fix crash/heap issue when saving games (change was actually made by walt...Martin Kiewitz
2010-05-11SCI: remove unneeded _mutex lock to fix deadlock issueMartin Kiewitz
2010-05-11SCI: init _sysPaletteChangedMartin Kiewitz
2010-05-10SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't co...Martin Kiewitz
2010-05-10Add support for loading SCI games from Mac resource forks. The games themselv...Matthew Hoops
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-05-04SCI: kPortrait - correctly jump over offset table to land on raw lipsync data...Martin Kiewitz
2010-05-03SCI: set signal in SCI0/SCI01 games, when samples have been played only. fixe...Martin Kiewitz
2010-05-03SCI: reverting r48805 - caused regression in sq3new/kq1Martin Kiewitz
2010-05-03SCI: copying over compressed audio (mp3/ogg/flac) buffers, because resourcema...Martin Kiewitz
2010-05-03SCI: fix possible heap errorMartin Kiewitz
2010-05-03SCI: calculate sampleLen for WAVEs as wellMartin Kiewitz
2010-05-03SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as wellMartin Kiewitz
2010-05-02SCI: make audio decompression (mp3/ogg/flac) work on BE devicesMartin Kiewitz
2010-05-01SCI: fix sync resources not loading correctly when compressed (mp3/ogg/flac) ...Martin Kiewitz
2010-05-01SCI: fix bugs in audio decompression (mp3, ogg, flac)Martin Kiewitz
2010-04-30SCI: animate cleanupMartin Kiewitz
2010-04-29Silence gcc warnings.Matthew Hoops
2010-04-29SCI: remove unneeded #includes from resource.cppMartin Kiewitz
2010-04-29SCI: audio compression supportMartin Kiewitz
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn