scummvm/engines/sci
Filippos Karapetis dc93093afa SCI: Fix a small glitch when loading (regression)
This is caused by commit ed6bc0a13d,
and caused players to click an extra time when trying to change the
game audio options after loading a game
2012-12-03 02:11:34 +02:00
..
engine SCI: Properly reset the palVary signal when loading (bug #3575569) 2012-11-15 14:57:55 +02:00
graphics SCI: Amended fix for palette related compiler warnings. 2012-11-26 21:08:39 +00:00
parser Merge pull request #182 from fingolfin/forbid-ctype 2012-02-21 11:33:32 -08:00
sound SCI: Fix bug #3578335 - "SCI: Mixed-Up Mother Goose EGA - crash upon choosing kid" 2012-10-22 12:47:28 +03:00
video JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
console.cpp SCI: Fix some console output formatting 2012-10-06 13:07:12 +02:00
console.h SCI: Change the program counter (PC) to be a 32-bit variable 2012-06-23 21:45:26 +03:00
debug.h
decompressor.cpp
decompressor.h
detection_tables.h SCI: Add the French DOS version of Freddy Pharkas (bug #3589449) 2012-12-01 22:00:45 +02:00
detection.cpp SCI: Add the Inside the Chest / Benind the Developer's Shield demo 2012-10-22 12:19:13 +03:00
event.cpp SCI: Fix mouse up events 2012-06-08 08:31:06 +02:00
event.h
module.mk SCI: Implement the file operations needed for the save dialog in Phantasmagoria 2012-06-13 12:26:49 +03:00
resource_audio.cpp COMMON: Move isFoo functions to namespace Common, add doxygen comments 2012-02-20 16:18:27 +01:00
resource_intern.h
resource.cpp SCI: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
resource.h SCI: Resolve some resource related FIXMEs 2012-05-15 03:05:38 +03:00
sci.cpp SCI: Fix a small glitch when loading (regression) 2012-12-03 02:11:34 +02:00
sci.h SCI: Add the Inside the Chest / Benind the Developer's Shield demo 2012-10-22 12:19:13 +03:00
util.cpp
util.h