.. |
features.cpp
|
SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles
|
2010-07-27 19:07:39 +00:00 |
features.h
|
SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles
|
2010-07-27 19:07:39 +00:00 |
gc.cpp
|
SCI: Rename some more stuff
|
2010-07-01 16:05:47 +00:00 |
gc.h
|
SCI: Rename some more stuff
|
2010-07-01 16:05:47 +00:00 |
kernel_tables.h
|
SCI: Fix bug #3035720 - SQ1SCI demo: Menu crash
|
2010-07-28 03:54:14 +00:00 |
kernel.cpp
|
SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles
|
2010-07-27 19:07:39 +00:00 |
kernel.h
|
SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles
|
2010-07-27 19:07:39 +00:00 |
kevent.cpp
|
SCI: sci32 coord adjustment changes
|
2010-07-25 16:31:46 +00:00 |
kfile.cpp
|
SCI: moving some fileio warnings to debug level
|
2010-07-27 20:46:12 +00:00 |
kgraphics.cpp
|
SCI: implemented kPalette(save/restore)
|
2010-07-27 17:51:44 +00:00 |
klists.cpp
|
SCI: Also allow checkListPointer() to check the result of lookupNode() itself
|
2010-07-22 18:13:05 +00:00 |
kmath.cpp
|
SCI: removing hoyle workaround from kAbs & signature and adding it into workaround table
|
2010-07-10 19:58:25 +00:00 |
kmenu.cpp
|
SCI: fix regression of r50721 - pausing/resuming only on actual menu usage
|
2010-07-06 14:10:09 +00:00 |
kmisc.cpp
|
SCI: Moved all the static kernel-related tables in a separate file. Also, moved kStub, kStubNull and kDummy inside kmisc.cpp, together with the other misc kernel calls
|
2010-07-21 14:50:31 +00:00 |
kmovement.cpp
|
SCI: kDoBresen - check xLast/yLast selectors
|
2010-07-19 17:27:56 +00:00 |
kparse.cpp
|
SCI: Rewrite said spec handling.
|
2010-07-21 19:59:33 +00:00 |
kpathing.cpp
|
SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their respective files
|
2010-07-21 21:18:21 +00:00 |
kscripts.cpp
|
In SCI2.1, the type numbers inside resource maps/patches have changed slightly. We no longer use the number Sierra gives us directly, but use a function to convert to our ResourceType enum based on version. This allows us to read the chunk type from SCI2.1 (a form of script). Also, allow debugging of Mac-specific resources from the console.
|
2010-07-18 00:16:19 +00:00 |
ksound.cpp
|
SCI: renaming kDoSound(resume) to resumeAfterRestore
|
2010-07-20 11:17:33 +00:00 |
kstring.cpp
|
SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles
|
2010-07-27 19:07:39 +00:00 |
kvideo.cpp
|
SCI: Moved all the video related functions in a separate file
|
2010-07-21 21:37:30 +00:00 |
message.cpp
|
SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somewhere, not working 100%
|
2010-06-20 18:20:05 +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 |
savegame.cpp
|
SCI: implemented kPalette(save/restore)
|
2010-07-27 17:51:44 +00:00 |
savegame.h
|
SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully, the last ones to be dropped)
|
2010-07-23 08:22:13 +00:00 |
script.cpp
|
SCI: fix initializing script 99 of sq3
|
2010-07-21 19:19:33 +00:00 |
script.h
|
SCI: Clarify docs of GC related SegmentObj methods
|
2010-06-28 12:28:29 +00:00 |
scriptdebug.cpp
|
SCI: fix warning and remove duplicate code
|
2010-07-24 11:59:40 +00:00 |
seg_manager.cpp
|
SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate may refer to unfrozen objects which have been deleted, thus handle that case accordingly.
|
2010-07-22 17:25:21 +00:00 |
seg_manager.h
|
SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate may refer to unfrozen objects which have been deleted, thus handle that case accordingly.
|
2010-07-22 17:25:21 +00:00 |
segment.cpp
|
SCI: Move a few remaining Script methods to engine/script.cpp
|
2010-06-28 12:28:46 +00:00 |
segment.h
|
SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: a lot has changed since then, we're still not stable, and this helps clean up the code, thus we're still in a position to drop support for old saved games
|
2010-07-07 20:12:41 +00:00 |
selector.cpp
|
SCI: support useInsetRect in kFrameout
|
2010-07-24 17:43:56 +00:00 |
selector.h
|
SCI: support useInsetRect in kFrameout
|
2010-07-24 17:43:56 +00:00 |
state.cpp
|
SCI: fix regression of r51027
|
2010-07-19 15:30:27 +00:00 |
state.h
|
SCI: changing how savegame ids are handled internally. Using range 0-999 so that scripts are able to signal us to create new slots, using range 1000-1999 for official slots. fixes lsl6 quicksave overwriting wrong save slots
|
2010-07-12 22:26:48 +00:00 |
static_selectors.cpp
|
SCI: Fix bug #3035033 - ISLANDBRAIN demo: Crash
|
2010-07-27 02:46:06 +00:00 |
vm_types.h
|
Support the CD kernel call (stub) and add the TRUE_REG constant.
|
2010-07-01 22:38:36 +00:00 |
vm.cpp
|
SCI: changes for mother goose sci2.1
|
2010-07-27 19:09:57 +00:00 |
vm.h
|
SCI: Removed the restoring parameter of the run_vm() function
|
2010-07-20 23:15:07 +00:00 |
workarounds.cpp
|
Fixed bug #3035694 - "LB2: crash to console when selecting in-game load/save menu"
|
2010-07-28 07:13:40 +00:00 |
workarounds.h
|
SCI: Fix bug #3035720 - SQ1SCI demo: Menu crash
|
2010-07-28 03:54:14 +00:00 |