.. |
game.cpp
|
- Moved all of the parser-related variables inside the Vocabulary class
|
2010-01-23 19:10:56 +00:00 |
gc.cpp
|
Started rewriting the Object struct into a class
|
2009-10-10 15:58:51 +00:00 |
gc.h
|
Patch
|
2009-06-18 22:09:57 +00:00 |
kernel.cpp
|
Mention that the signature of kUnload has been set like this because of the SQ1 bug
|
2010-01-26 15:39:23 +00:00 |
kernel.h
|
Oops.... actually close the defgroup :)
|
2010-01-27 14:10:19 +00:00 |
kernel32.cpp
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
kernel_types.h
|
- Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations
|
2009-10-01 10:57:59 +00:00 |
kevent.cpp
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
kfile.cpp
|
Downgrade the 'attempt to use invalid/unused file handle' error to a warning. This fixes the GK2 demo which now is playable and the slideshow is viewable. The GK2 demo scripts attempt to open the VERSION file which does not exist.
|
2010-01-27 04:48:50 +00:00 |
kgraphics.cpp
|
SCI: added workaround for laura bow 2 game menu (same issue as in pharkas)...sigh
|
2010-01-27 21:33:51 +00:00 |
klists.cpp
|
sane_nodep() and sane_listp() should not be dummy functions when DISABLE_VALIDATIONS is set, so that the engine doesn't try and refer to null pointer objects (and subsequently crash)
|
2010-01-03 21:53:34 +00:00 |
kmath.cpp
|
Moved getAngle() inside kmovement.cpp, the only place where it's actually used
|
2009-11-14 17:53:30 +00:00 |
kmenu.cpp
|
More renaming
|
2010-01-05 01:37:57 +00:00 |
kmisc.cpp
|
SCI: Add string support for odd-offset pointers into reg_t-based segments.
|
2010-01-26 19:51:08 +00:00 |
kmovement.cpp
|
More renaming
|
2010-01-05 01:37:57 +00:00 |
kparse.cpp
|
kSetSynonyms is really parser related, but it's an empty function in games without a parser
|
2010-01-23 20:27:14 +00:00 |
kpathing.cpp
|
SCI: Add string support for odd-offset pointers into reg_t-based segments.
|
2010-01-26 19:51:08 +00:00 |
kscripts.cpp
|
Wording - we ignore calls to kUnload with less than 2 parameters
|
2010-01-26 11:28:11 +00:00 |
ksound.cpp
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
kstring.cpp
|
SCI: Add string support for odd-offset pointers into reg_t-based segments.
|
2010-01-26 19:51:08 +00:00 |
message.cpp
|
SCI32:
|
2009-12-30 16:00:56 +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
|
Corrected assert inside load_script. Fixes loading in SQ4CD
|
2010-01-27 23:43:23 +00:00 |
savegame.h
|
SCI: fixing saved game compatibility
|
2010-01-01 14:22:07 +00:00 |
script.cpp
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
script.h
|
SCI: Add lofs detection.
|
2009-08-30 14:53:58 +00:00 |
scriptdebug.cpp
|
SCI: Fixed debugger opcode names.
|
2009-10-16 10:46:09 +00:00 |
seg_manager.cpp
|
SCI: Add string support for odd-offset pointers into reg_t-based segments.
|
2010-01-26 19:51:08 +00:00 |
seg_manager.h
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
segment.cpp
|
SCI: Add string support for odd-offset pointers into reg_t-based segments.
|
2010-01-26 19:51:08 +00:00 |
segment.h
|
SCI: Add string support for odd-offset pointers into reg_t-based segments.
|
2010-01-26 19:51:08 +00:00 |
selector.cpp
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
state.cpp
|
Fixed kSetCursor semantics detection for KQ5 Amiga, by making a hack for KQ5 CD specific to that version only
|
2010-01-25 17:30:59 +00:00 |
state.h
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
static_selectors.cpp
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
vm.cpp
|
SCI: Experimental fix for Longbow outlook crash.
|
2010-01-27 13:14:28 +00:00 |
vm.h
|
Strip trailing spaces/tabs.
|
2010-01-25 01:39:44 +00:00 |
vm_types.h
|
SCI: Remove PRINT_STK macro; cleanup
|
2009-10-02 12:53:04 +00:00 |