scummvm/engines/sci
Filippos Karapetis 9568b78bab SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games
SCI1 games (QFG2 and newer) use a simpler and more accurate atan implementation
for kGetAngle. This properly fixes bug #3540976.
2012-08-21 03:32:18 +03:00
..
engine SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games 2012-08-21 03:32:18 +03:00
graphics SCI: Differentiate between screen width and pitch 2012-07-26 11:06:51 +03:00
parser
sound SCI: Set the correct audio type for SCI1.1 sound effects, fixing bug #3554709 2012-08-20 03:22:56 +03:00
video SCI: Also skip a robot video in the Lighthouse demo 2012-06-15 22:32:16 +03:00
console.cpp SCI: Ignore another leftover script from KQ7 in the debugger 2012-07-08 22:01:11 +03: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 PQ3 Spanish DOS detection entry from bug #3555647. 2012-08-11 17:55:31 +01:00
detection.cpp SCI: Fix spelling of Yamaha. 2012-07-04 02:02:58 +02: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
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: Add setter/getter methods to reg_t's 2012-06-18 05:24:06 +03:00
sci.h
util.cpp
util.h