scummvm/engines/sci/engine
2011-02-20 12:44:59 -05:00
..
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 JANITORIAL: Remove extraneous parentheses 2011-02-12 10:36:35 +00:00
gc.h SCI: Rename some more stuff 2010-07-01 16:05:47 +00:00
kernel_tables.h SCI: Add a stub for kFont which calls kSetFontRes as a subop 2011-02-03 18:07:47 +00:00
kernel.cpp SCI: Add support for the KQ5 FM Towns resource format 2011-02-16 14:24:38 -05:00
kernel.h SCI: Add a stub for kFont which calls kSetFontRes as a subop 2011-02-03 18:07:47 +00:00
kevent.cpp SCI: Cleaned up kMapKeyToDir and removed an incorrect heuristic 2011-02-15 15:46:15 +02:00
kfile.cpp SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanup 2011-02-10 13:39:01 +00:00
kgraphics.cpp SCI: Converted the robot decoder into a regular video decoder, and decoupled it from the 2011-02-07 12:24:09 +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: Add support for enabling/disabling Mac icon bar images 2011-02-20 12:44:59 -05:00
kmovement.cpp SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking shower" 2011-01-15 18:25:10 +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: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking shower" 2011-01-15 18:25:10 +00:00
ksound.cpp SCI: Added resource manager support for changing the audio directory dynamically. Also, 2011-02-10 16:48:29 +00:00
kstring.cpp SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games) 2011-01-07 00:12:18 +00:00
kvideo.cpp SCI: Fix KQ6 Mac video positioning 2011-02-20 12:44:59 -05:00
message.cpp SCI: Fix GK1 Mac messages 2011-02-03 05:10:24 +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 SCI: Make SCI3 propertyId endianness hack a bit cleaner 2011-01-26 16:51:18 +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: Fix loading SCI32 games 2011-02-14 22:38:12 -05: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: Changed the warning when applying script patches into a debug output call 2011-02-08 23:07:11 +00:00
script.cpp SCI: Cleanup 2011-01-04 23:19:04 +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 possible use of uninitialized variable in SCI Script Debugger. 2011-01-23 23:25:34 +00:00
seg_manager.cpp SCI: Do not try to dereference object name when it's not a pointer. 2011-02-09 00:27:50 +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.cpp SCI: Refactored the reg_t related operations and comparisons 2011-02-19 20:22:43 +02:00
vm_types.h SCI: Refactored the reg_t related operations and comparisons 2011-02-19 20:22:43 +02:00
vm.cpp SCI: Moved the gcCountdown() code inside the op_callk case, since that's the only place where it's used 2011-02-20 00:18:27 +02:00
vm.h SCI: Removed the restoring parameter of the run_vm() function 2010-07-20 23:15:07 +00:00
workarounds.cpp SCI: Some spacing fixes and typos 2011-02-19 21:31:30 +02:00
workarounds.h SCI: Refactored the reg_t related operations and comparisons 2011-02-19 20:22:43 +02:00