.. |
engine
|
SCI: Rewrap overlong lines; improve dialog text slightly
|
2010-08-02 17:13:09 +00:00 |
graphics
|
SCI: adding offTop = 0 for mother goose sci1.1
|
2010-08-02 18:04:23 +00:00 |
parser
|
SCI: Fix using the parser in SCI Fan Games
|
2010-07-28 19:03:49 +00:00 |
sound
|
SCI: kDoSound(mute) behaviour change
|
2010-08-01 19:57:03 +00:00 |
video
|
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
|
2010-05-18 14:17:24 +00:00 |
console.cpp
|
SCI: Don't include the time running the debugger in the game running time
|
2010-07-31 19:18:35 +00:00 |
console.h
|
SCI: Don't include the time running the debugger in the game running time
|
2010-07-31 19:18:35 +00:00 |
debug.h
|
SCI: Turn global object g_debugState into SciEngine member var
|
2010-07-12 23:20:33 +00:00 |
decompressor.cpp
|
SCI: dont write palette in reorderView() if there is no palette :P
|
2010-06-23 16:49:03 +00:00 |
decompressor.h
|
SCI: Reduce header interdependencies
|
2010-02-17 23:38:43 +00:00 |
detection.cpp
|
SCI: Add fallback detection for Mac SCI0 games
|
2010-08-02 14:38:20 +00:00 |
detection_tables.h
|
SCI: Enable the Lighthouse demo SCI2.1 entry even when ENABLE_SCI3_GAMES is not set
|
2010-08-02 15:17:18 +00:00 |
event.cpp
|
SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credits (bug #3036154)
|
2010-07-29 10:48:54 +00:00 |
event.h
|
SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credits (bug #3036154)
|
2010-07-29 10:48:54 +00:00 |
module.mk
|
SCI: Moved the actual workaround arrays inside a cpp file
|
2010-07-22 08:58:59 +00:00 |
resource.cpp
|
SCI: Fix bug #3037055: Jones in the Fast Lane EGA - fails to start
|
2010-08-02 14:14:06 +00:00 |
resource.h
|
SCI: Fixed bug #3034536 - "AMIGAOS4: SCI - Compiler error".
|
2010-07-26 07:40:51 +00:00 |
resource_audio.cpp
|
SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because qfg4 still uses "oi" calling
|
2010-07-14 11:34:44 +00:00 |
resource_intern.h
|
Remove extra ";" in class declarations.
|
2010-07-17 00:05:27 +00:00 |
sci.cpp
|
SCI: fixing getting selected language
|
2010-08-02 08:47:06 +00:00 |
sci.h
|
SCI: Switch to Common::RandomSource.
|
2010-07-30 22:47:01 +00:00 |
util.cpp
|
Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointers are now used (found in util.*) for code that has different endianness in SCI1.1+ Mac games. Add support for Mac 'snd ' and 'CURS' resources. QFG1 Mac is not yet playable due to script compression.
|
2010-05-18 04:17:58 +00:00 |
util.h
|
Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointers are now used (found in util.*) for code that has different endianness in SCI1.1+ Mac games. Add support for Mac 'snd ' and 'CURS' resources. QFG1 Mac is not yet playable due to script compression.
|
2010-05-18 04:17:58 +00:00 |