Age | Commit message (Expand) | Author |
2010-05-12 | SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (.... | Martin Kiewitz |
2010-05-12 | SCI: tracked down the kDisplay change, added comment about that | Martin Kiewitz |
2010-05-12 | SCI: fix code that was commented out (wasn't meant to get commited that way) ... | Martin Kiewitz |
2010-05-12 | SCI: added comments about r49012, change actually happened during sci0late | Martin Kiewitz |
2010-05-12 | SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used whe... | Martin Kiewitz |
2010-05-12 | Changed the last global objects to class members. | Nicola Mettifogo |
2010-05-12 | Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo. | Travis Howell |
2010-05-12 | ListIndexOf can have a null object reference, so adjust its signature. GK1 no... | Matthew Hoops |
2010-05-11 | SCI: fix crash/heap issue when saving games (change was actually made by walt... | Martin Kiewitz |
2010-05-11 | SCI: remove unneeded _mutex lock to fix deadlock issue | Martin Kiewitz |
2010-05-11 | Add support for loading T7G Mac resources using the MacResManager. | Matthew Hoops |
2010-05-11 | SCI: init _sysPaletteChanged | Martin Kiewitz |
2010-05-10 | SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't co... | Martin Kiewitz |
2010-05-10 | Add support for loading SCI games from Mac resource forks. The games themselv... | Matthew Hoops |
2010-05-10 | Add support to the MacResManager and AdvancedDetector to take the md5 of a re... | Matthew Hoops |
2010-05-09 | Patch #2987340: GSoC: CINE: Hide cursor when viewing inventory | Eugene Sandulenko |
2010-05-09 | Extended patch #2971742: SCUMM: autodetection for diskimage contents. | Eugene Sandulenko |
2010-05-09 | Fix bug in NES bundle reader which prevented reenterability | Eugene Sandulenko |
2010-05-09 | Fix for bug #2995282 "FT: Cavefish Hideout Chase (Failure Cutscene) Crash". | Johannes Schickel |
2010-05-09 | Patch #2901515: HE: Resource Forks on Mac OS X | Eugene Sandulenko |
2010-05-09 | Patch #2968610: Zak C64 German: crash due to padding bytes | Eugene Sandulenko |
2010-05-07 | added voices pack/cd music support | Vladimir Menshakov |
2010-05-06 | Make sure that all the parameters to an mcode command are initialised. This | Torbjörn Andersson |
2010-05-05 | SCUMM: Convert some code to use Common::String | Max Horn |
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel |
2010-05-05 | Replace KYRA's strncpy and strncat usages by strlcpy/strlcat. | Johannes Schickel |
2010-05-04 | Fix non-Mac OS X builds | Max Horn |
2010-05-04 | Reduce indirect header dependencies further | Max Horn |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-05-04 | SCI: kPortrait - correctly jump over offset table to land on raw lipsync data... | Martin Kiewitz |
2010-05-03 | SCI: set signal in SCI0/SCI01 games, when samples have been played only. fixe... | Martin Kiewitz |
2010-05-03 | SCI: reverting r48805 - caused regression in sq3new/kq1 | Martin Kiewitz |
2010-05-03 | SCI: copying over compressed audio (mp3/ogg/flac) buffers, because resourcema... | Martin Kiewitz |
2010-05-03 | SCI: fix possible heap error | Martin Kiewitz |
2010-05-03 | SCI: calculate sampleLen for WAVEs as well | Martin Kiewitz |
2010-05-03 | Fix g++ warning by commenting out an unused variable. | Johannes Schickel |
2010-05-03 | SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as well | Martin Kiewitz |
2010-05-02 | Allow the Orion Burger title screen to be shown again. At least, it doesn't | Torbjörn Andersson |
2010-05-02 | SCI: make audio decompression (mp3/ogg/flac) work on BE devices | Martin Kiewitz |
2010-05-01 | SCI: fix sync resources not loading correctly when compressed (mp3/ogg/flac) ... | Martin Kiewitz |
2010-05-01 | SCI: fix bugs in audio decompression (mp3, ogg, flac) | Martin Kiewitz |
2010-05-01 | KYRA: fixed some cppcheck warnings | Florian Kagerer |
2010-04-30 | SCI: animate cleanup | Martin Kiewitz |
2010-04-30 | Added proper names for some of the previous unknown timer fields, and bugfixe... | Paul Gilbert |
2010-04-29 | Silence gcc warnings. | Matthew Hoops |
2010-04-29 | SCI: remove unneeded #includes from resource.cpp | Martin Kiewitz |
2010-04-29 | SCI: audio compression support | Martin Kiewitz |
2010-04-29 | Fixed a glitch when a one-word text (e.g. "TOTENKOPF" in the first room, when | Torbjörn Andersson |