aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
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-05-01KYRA: fixed some cppcheck warningsFlorian Kagerer
2010-04-30SCI: animate cleanupMartin Kiewitz
2010-04-30Added proper names for some of the previous unknown timer fields, and bugfixe...Paul Gilbert
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-29Fixed a glitch when a one-word text (e.g. "TOTENKOPF" in the first room, whenTorbjörn Andersson
2010-04-28Make sure dialogue manager is destroyed on quit.Nicola Mettifogo
2010-04-28Make sure walk coordinate are valid before checking path buffer.Nicola Mettifogo
2010-04-28Fix uninitialized variableWillem Jan Palenstijn
2010-04-28CINE: Get rid of some global constructor usesMax Horn
2010-04-28SAGA: Avoid global constructor for pieceOrigins arrayMax Horn