aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-13Fix bug #2880229: KQ4 AGI not recognizedEugene Sandulenko
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-12Changed the last global objects to class members.Nicola Mettifogo
2010-05-12Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo.Travis Howell
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-11Add support for loading T7G Mac resources using the MacResManager.Matthew Hoops
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-10Add support to the MacResManager and AdvancedDetector to take the md5 of a re...Matthew Hoops
2010-05-09Patch #2987340: GSoC: CINE: Hide cursor when viewing inventoryEugene Sandulenko
2010-05-09Extended patch #2971742: SCUMM: autodetection for diskimage contents.Eugene Sandulenko
2010-05-09Fix bug in NES bundle reader which prevented reenterabilityEugene Sandulenko
2010-05-09Fix for bug #2995282 "FT: Cavefish Hideout Chase (Failure Cutscene) Crash".Johannes Schickel
2010-05-09Patch #2901515: HE: Resource Forks on Mac OS XEugene Sandulenko
2010-05-09Patch #2968610: Zak C64 German: crash due to padding bytesEugene Sandulenko
2010-05-07added voices pack/cd music supportVladimir Menshakov
2010-05-06Make sure that all the parameters to an mcode command are initialised. ThisTorbjörn Andersson
2010-05-05SCUMM: Convert some code to use Common::StringMax Horn
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-05-05Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.Johannes Schickel
2010-05-04Fix non-Mac OS X buildsMax Horn
2010-05-04Reduce indirect header dependencies furtherMax Horn
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-03Fix g++ warning by commenting out an unused variable.Johannes Schickel
2010-05-03SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as wellMartin Kiewitz
2010-05-02Allow the Orion Burger title screen to be shown again. At least, it doesn'tTorbjörn Andersson