scummvm/engines/sci/engine
2011-04-28 12:20:34 +03:00
..
features.cpp SCI: Cleanup of the save/load dialog patching code and the lofs type detection code 2011-02-28 00:15:47 +02: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: Moved the engine hunk pointer processing code inside the GfxPorts class 2011-03-20 15:29:12 +02:00
gc.h SCI: Moved the engine hunk pointer processing code inside the GfxPorts class 2011-03-20 15:29:12 +02:00
kernel_tables.h SCI: Add workaround for a QFG1 VGA Mac kFormat bug 2011-03-13 22:01:41 -04:00
kernel.cpp SCI: Add support for the KQ5 FM Towns resource format 2011-02-16 14:24:38 -05:00
kernel.h SCI: Added automatic detection for several selectors 2011-03-12 18:33:32 +02:00
kevent.cpp SCI: Implement Mac iconbar event handling. 2011-03-09 21:05:19 +01:00
kfile.cpp SCI32: Reroute kSave(5) to kGetSaveFiles(). Any differences to pre-SCI32 2011-03-09 20:18:34 +01:00
kgraphics.cpp SCI: Cleanup 2011-03-13 23:34:06 +02: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: Changed several places that use PI to use the standard M_PI instead 2011-03-19 02:22:06 +02:00
kmenu.cpp SCI: Fixed the background color of the status bar in Amiga versions 2011-03-01 18:29:34 +02:00
kmisc.cpp SCI: Silenced the warning for kMacPlatform(1) 2011-04-15 11:20:05 +03:00
kmovement.cpp SCI: Avoid (unused) sqrt of a negative number 2011-04-21 22:14:05 +02:00
kparse.cpp SCI: Remove unused argument to said 2011-03-08 22:50:32 +01:00
kpathing.cpp SCI: Remove SCI version check from READ/WRITE_SCI1ENDIAN_UINT16. 2011-03-04 21:55:39 +01:00
kscripts.cpp SCI: Moved a heap patch from kScriptID() into script_patches.cpp 2011-03-12 00:57:45 +02: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 ALL: centre -> center 2011-04-14 14:34:28 +02: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: Remove a space at the end of a warning 2011-03-14 18:48:43 -04: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: Cleanup 2011-03-08 20:13:08 +02: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 #3292251 - "SCI: QFG3: Script error when buying robe" 2011-04-26 18:24:53 +03:00
script.cpp SCI: Fix precedence (bug #3087872) 2011-04-20 23:38:28 +02: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: Renamed restAdjust to r_rest (like r_acc and r_prev) 2011-03-28 02:23:58 +03:00
seg_manager.cpp SCI: Got rid of VERIFY() and removed some newlines in error messages 2011-03-14 20:00:26 +02:00
seg_manager.h SCI: Got rid of VERIFY() and removed some newlines in error messages 2011-03-14 20:00:26 +02:00
segment.cpp SCI: Cleanup 2011-03-08 20:13:08 +02:00
segment.h SCI: Close Memory Leak from kAnimate Calls. 2011-03-24 20:59:20 +00:00
selector.cpp SCI: Implement Mac iconbar event handling. 2011-03-09 21:05:19 +01:00
selector.h SCI: Implement Mac iconbar event handling. 2011-03-09 21:05:19 +01:00
state.cpp SCI: Renamed restAdjust to r_rest (like r_acc and r_prev) 2011-03-28 02:23:58 +03:00
state.h JANITORIAL: Format forward declarations to follow convention 2011-04-28 12:20:34 +03:00
static_selectors.cpp SCI: Added automatic detection for several selectors 2011-03-12 18:33:32 +02:00
vm_types.cpp SCI: Fixed typos 2011-03-08 15:24:59 +02:00
vm_types.h SCI: Simplified arithmetic reg_t operations, based on fingolfin's comments 2011-03-03 19:38:30 +02:00
vm.cpp SCI: Fix Compilation with --enable-release set. 2011-03-28 22:45:01 +01:00
vm.h SCI: Set the GC_INTERVAL define to its hexadecimal equivalent 2011-03-28 02:23:56 +03:00
workarounds.cpp SCI: Fixed script bug #3292334 - "HOYLE4: Gin Rummy bug" 2011-04-26 19:08:02 +03:00
workarounds.h SCI: Added proper fix for bug #3048054 - "LONGBOW: crash when opening hand code" 2011-03-12 23:48:56 +02:00