.. |
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: Fix garbage collection for SCI32
|
2011-03-02 10:20:31 -05:00 |
gc.h
|
SCI: Rename some more stuff
|
2010-07-01 16:05:47 +00:00 |
kernel_tables.h
|
SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY
|
2011-02-27 16:48:53 +02: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
|
SCI21: kSave(1) is kRestoreGame
|
2011-03-04 00:25:22 +02:00 |
kgraphics.cpp
|
SCI: Cleanup
|
2011-03-02 08:24:31 +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: Properly cast the results of kTimesSin and kTimesCos to 16-bit integers
|
2010-11-02 16:07:22 +00: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: Add support for enabling/disabling Mac icon bar images
|
2011-02-20 12:44:59 -05:00 |
kmovement.cpp
|
SCI: Remove kDoBresen special case for SCI_VERSION_1_EGA_ONLY
|
2011-02-27 15:52:19 +01:00 |
kparse.cpp
|
SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY
|
2011-02-27 16:48:53 +02:00 |
kpathing.cpp
|
SCI: Fixed path finding in Amiga SCI1 games
|
2011-03-03 19:34:11 +02:00 |
kscripts.cpp
|
SCI: Removed several workarounds which are no longer needed, after the changes regarding hunk pointers in r0d555c4
|
2011-02-28 22:32:41 +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
|
SCI: Removed warning from kReadNumber
|
2011-03-04 01:42:09 +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: 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: Removed the script patch for the scrubbing scene. The crash no longer occurs with the latest fixes to kDoBresen
|
2011-02-28 22:33:45 +02:00 |
script.cpp
|
SCI: Fixed script bug #3059871 - "SCI Fanmade - Ocean Battle: Crash while playing"
|
2011-03-02 08:25:35 +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: Fixed possible use of uninitialized variable in SCI Script Debugger.
|
2011-01-23 23:25:34 +00:00 |
seg_manager.cpp
|
SCI: Moved hunk pointer handling to the GC, and removed some related workarounds
|
2011-02-28 15:56:03 +02:00 |
seg_manager.h
|
SCI: Slight cleanup
|
2010-12-15 23:35:21 +00:00 |
segment.cpp
|
SCI: Moved hunk pointer handling to the GC, and removed some related workarounds
|
2011-02-28 15:56:03 +02:00 |
segment.h
|
SCI: Moved hunk pointer handling to the GC, and removed some related workarounds
|
2011-02-28 15:56:03 +02: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: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY
|
2011-02-27 16:48:53 +02:00 |
vm_types.cpp
|
SCI: Fixed comment in pointerComparisonWithInteger()
|
2011-03-03 20:45:22 +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: Improved debug output of validate_property()
|
2011-03-04 00:25:19 +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: Removed several workarounds which are no longer needed, after the changes regarding hunk pointers in r0d555c4
|
2011-02-28 22:32:41 +02:00 |
workarounds.h
|
SCI: Refactored the reg_t related operations and comparisons
|
2011-02-19 20:22:43 +02:00 |