aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-08-05Added a sanity check inside kDoBresen, thanks to lskovlun. Fixes the random c...Filippos Karapetis
2010-08-05SCI: Fixed script bug #3039891 - "QFG2: Crash in thief's job"Filippos Karapetis
2010-08-05SCI: Fixed script bug #3039656 - "CASTLEBRAIN: Crashes in robot room"Filippos Karapetis
2010-08-05SCI: Applied patch #3040164, "3 Workarrounds for QFG4 floppy"Filippos Karapetis
2010-08-05SCI: Changed the warning when a script can't be found from a segment into an ...Filippos Karapetis
2010-08-05SCI: Fixed bug #3039477 - "KQ5CD: No speech after restoring from ScummVM" and...Filippos Karapetis
2010-08-05SCI: actually enable hoyle 4 workaroundMartin Kiewitz
2010-08-05SCI: changing hoyle 4 workaroundMartin Kiewitz
2010-08-05SCI: Extended the QFG3 workaround in room 330 (speaking with King Rajah). Fix...Filippos Karapetis
2010-08-04SCI: Fix size of wave files inside audio volumes (thanks to LordHoto for poin...Matthew Hoops
2010-08-04SCI: Add uninit'd workaround for bug #3038757Matthew Hoops
2010-08-04SCI: Fix bug #3038913 - SCI Fanmade - The Legend of the Lost Jewel: Crash by ...Matthew Hoops
2010-08-04SCI: Add kDisplay workarounds for the Hero's Quest demoMatthew Hoops
2010-08-04SCI: Add Hero's Quest demo detection entry (qfg1 ega)Matthew Hoops
2010-08-04SCI: Add 'movie' subdirectory for VMD'sMatthew Hoops
2010-08-04SCI: Turned a warning into a debugCFilippos Karapetis
2010-08-04SCI: Added detection entry for Hoyle 4 (Hoyle Classic Card Games) from bug re...Filippos Karapetis
2010-08-04SCI: Fixed an off-by-one error in GfxPorts::getPortById() and moved the error...Filippos Karapetis
2010-08-04SCI: Fix infinite recursion when saving.Willem Jan Palenstijn
2010-08-04SCI: Fixed the two script bugs described in bug #3039294 - "SCI: HOYLE4 - Uni...Filippos Karapetis
2010-08-04SCI: fixing a scrolling issue in sci32Martin Kiewitz
2010-08-04SCI: fix fadeout on workaroundsMartin Kiewitz
2010-08-04SCI: Simplify code (let the compiler interfer types where possible)Max Horn
2010-08-04SCI: Remove reference to common/serializer.h from vm_types.hMax Horn
2010-08-04GRAPHICS: Change signature of VideoDecoder::load()Max Horn
2010-08-04SCI: Fix restoring SCI32 games (a regression of r51712)Matthew Hoops
2010-08-04SCI: Fix SCI32 texts that are in Str objectsMatthew Hoops
2010-08-04SCI: Silence valgrind warning (thanks to syke for pointing out)Matthew Hoops
2010-08-03SCI: not error()ing out on no free channelsMartin Kiewitz
2010-08-03SCI: adding jones/talkie speed throttler viewMartin Kiewitz
2010-08-03SCI: reset ports when restoringMartin Kiewitz
2010-08-03SCI: adding bpk debug commandMartin Kiewitz
2010-08-03SCI: kMemory issue in pq3 only for multilingualMartin Kiewitz
2010-08-03SCI: adding workaround for pq3Martin Kiewitz
2010-08-03SCI: Hopefully fix signedness warning with some compilersMatthew Hoops
2010-08-03SCI: dont clip plane during frameout.cppMartin Kiewitz
2010-08-03SCI: Add support for SCI2.1 chunk resourcesMatthew Hoops
2010-08-03SCI: Add detection entries from bug #3037054, bug #3038720, and bug #3038761Matthew Hoops
2010-08-03SCI: adding workaround for pq3 inside kMemoryMartin Kiewitz
2010-08-03SCI: adding workaround for sq5 on the bridgeMartin Kiewitz
2010-08-03SCI: CleanupFilippos Karapetis
2010-08-03SCI: adding kDoSound(fade) workaround table to sci1earlyMartin Kiewitz
2010-08-02SCI: Yet another slight leak fix.Johannes Schickel
2010-08-02SCI: Fix memory leak.Johannes Schickel
2010-08-02GRAPHICS: Renamed skipThumbnailHeader to skipThumbnail.Johannes Schickel
2010-08-02SCI: Fix memory leak.Johannes Schickel
2010-08-02SCI: Fix leaks in ResourceManager::listResources caller code.Johannes Schickel
2010-08-02SCI: fixing leak kernel subfunctionsMartin Kiewitz
2010-08-02SCI: only display qfg-import information dialog onceMartin Kiewitz
2010-08-02SCI: allowing kCheckSaveGame with id 0Martin Kiewitz