.. |
features.cpp
|
SCI: Added support for the alternate Windows MIDI soundtracks of the CD versions of EcoQuest, Jones, KQ5 and SQ4
|
2010-11-25 14:22:09 +00:00 |
features.h
|
SCI: Added support for the alternate Windows MIDI soundtracks of the CD versions of EcoQuest, Jones, KQ5 and SQ4
|
2010-11-25 14:22:09 +00:00 |
gc.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
gc.h
|
SCI: Rename some more stuff
|
2010-07-01 16:05:47 +00:00 |
kernel_tables.h
|
SCI: some changes to the way reverb is handled
|
2010-11-24 14:21:31 +00:00 |
kernel.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kernel.h
|
SCI: some changes to the way reverb is handled
|
2010-11-24 14:21:31 +00:00 |
kevent.cpp
|
SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which will hopefully
|
2010-12-26 15:28:02 +00:00 |
kfile.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kgraphics.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
klists.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kmath.cpp
|
SCI: Properly cast the results of kTimesSin and kTimesCos to 16-bit integers
|
2010-11-02 16:07:22 +00:00 |
kmenu.cpp
|
SCI: Fixed bug #3038767 - "SCI Fanmade - Cascade Quest: Crash when restoring a game"
|
2010-08-29 23:25:30 +00:00 |
kmisc.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kmovement.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kparse.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kpathing.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kscripts.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
ksound.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kstring.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
kvideo.cpp
|
SCI: VMD video related changes
|
2010-12-22 13:51:35 +00:00 |
message.cpp
|
COMMON: Rename String::printf() to String::format()
|
2010-11-01 16:02:28 +00:00 |
message.h
|
Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord is a struct)
|
2009-10-10 10:46:11 +00:00 |
object.cpp
|
Fix code formatting
|
2010-12-23 14:05:16 +00:00 |
object.h
|
- SCI: Added code to free the _baseVars value in SCI3 as well. Both free() operations
|
2010-12-21 21:18:25 +00:00 |
savegame.cpp
|
SCI: Only sync the synonyms vocabulary if the game actually has one (thanks wjp)
|
2010-12-24 14:56:04 +00:00 |
savegame.h
|
SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI did
|
2010-12-24 14:47:47 +00:00 |
script_patches.cpp
|
SCI: Fixed script bug #3038870 - "SCI Fanmade - Demo Quest: ScummVM hangs with typo" and
|
2010-12-28 21:05:30 +00:00 |
script.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
script.h
|
SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"
|
2010-11-27 18:08:47 +00:00 |
scriptdebug.cpp
|
SCI: Fixed a bug in the script disassembler
|
2010-11-24 21:32:34 +00:00 |
seg_manager.cpp
|
SCI: Slight cleanup
|
2010-12-15 23:35:21 +00:00 |
seg_manager.h
|
SCI: Slight cleanup
|
2010-12-15 23:35:21 +00:00 |
segment.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
segment.h
|
SCI: Removed the system strings code and replaced it with a much more simplified version, thus greatly simplifying handling of system strings
|
2010-12-07 00:47:05 +00:00 |
selector.cpp
|
SCI: Remove any use of printf
|
2010-11-02 09:49:47 +00:00 |
selector.h
|
SCI: Added some SCI3 selector related information
|
2010-11-17 14:03:14 +00:00 |
state.cpp
|
SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which will hopefully
|
2010-12-26 15:28:02 +00:00 |
state.h
|
SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which will hopefully
|
2010-12-26 15:28:02 +00:00 |
static_selectors.cpp
|
SCI: Placed some selectors added in SCI1.1 in a separate table
|
2010-11-24 14:38:08 +00:00 |
vm_types.h
|
SCI: Remove reference to common/serializer.h from vm_types.h
|
2010-08-04 08:25:39 +00:00 |
vm.cpp
|
SCI: debugC calls no longer require a debug level of 2 to show output
|
2011-01-01 12:48:12 +00:00 |
vm.h
|
SCI: Removed the restoring parameter of the run_vm() function
|
2010-07-20 23:15:07 +00:00 |
workarounds.cpp
|
SCI: Added workaround for script bug #3148418 - "QFG2: Script Error On last screen"
|
2010-12-31 11:32:19 +00:00 |
workarounds.h
|
SCI: Fix for bug #3100292 - "QFG2: signature mismatch at the WIT"
|
2010-10-31 23:34:36 +00:00 |