scummvm/engines/sci/engine
2010-06-26 17:37:28 +00:00
..
features.cpp Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process 2010-06-23 15:23:37 +00:00
features.h Moved the MoveCountType enum above the GameFeatures class, as it's the only class using it 2010-06-10 07:48:32 +00:00
gc.cpp SCI: Revert r47925 and put fix inside GC instead. 2010-02-06 19:41:55 +00:00
gc.h Patch 2009-06-18 22:09:57 +00:00
kernel32.cpp Some more info on kText(), removed dead code 2010-06-25 15:06:00 +00:00
kernel.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
kernel.h Removed all of the non-validating code - there's no real point in removing script validations 2010-06-25 16:54:03 +00:00
kevent.cpp SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also renamed SCI_EVENT_JOYSTICK to SCI_EVENT_DIRECTION 2010-06-19 09:46:04 +00:00
kfile.cpp SCI: Rewrap some overlong comments 2010-06-18 09:37:06 +00:00
kgraphics.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
klists.cpp Renamed some variables 2010-06-25 19:09:19 +00:00
kmath.cpp SCI: making hack inside kAbs hoyle1 specific, added fixme 2010-06-26 09:34:14 +00:00
kmenu.cpp SCI: Rewrap some overlong comments 2010-06-18 09:37:06 +00:00
kmisc.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
kmovement.cpp SCI: Rewrap some overlong comments 2010-06-18 09:37:06 +00:00
kparse.cpp Fixed regression from commit #49564 2010-06-10 11:35:15 +00:00
kpathing.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
kscripts.cpp SCI: Rewrap some overlong comments 2010-06-18 09:37:06 +00:00
ksound.cpp The volume subop of kDoAudio returns the previous volume in SCI2.1, but not in earlier versions 2010-06-22 15:01:45 +00:00
kstring.cpp SCI: Make kStrAt clear segment when writing characters 2010-06-24 21:09:38 +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 Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process 2010-06-23 15:23:37 +00:00
savegame.h Stop saving the buffer, script and heap sizes of each script in saved games 2010-06-22 08:57:25 +00:00
script.cpp Strict mode: Changed several warnings due to logic bugs into errors. If an error pops up from these ones, please add the game where it occurred and the steps to reproduce the error before turning it into a warning 2010-06-17 23:50:28 +00:00
script.h Removed the now unused EngineState parameter of script_adjust_opcode_formats(), as well as an obsolete TODO 2010-06-15 07:21:52 +00:00
scriptdebug.cpp SCI: Remove selector_name function, some cleanup 2010-06-17 23:13:30 +00:00
seg_manager.cpp Renamed some variables 2010-06-25 19:09:19 +00:00
seg_manager.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
segment.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
segment.h Reverted the code which handles objects without a base object when loading, for now. This possibly indicates an issue related to the garbage collector 2010-06-22 15:03:19 +00:00
selector.cpp Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process 2010-06-23 15:23:37 +00:00
selector.h Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process 2010-06-23 15:23:37 +00:00
state.cpp Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process 2010-06-23 15:23:37 +00:00
state.h SCI: Limit the screen refresh rate to 60fps 2010-06-14 08:36:52 +00:00
static_selectors.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
vm_types.h Cleanup of the savegame code: 2010-06-15 07:20:53 +00:00
vm.cpp SCI: add another unint temp workaround for kq5 - when playing harp for the harpies 2010-06-26 17:37:28 +00:00
vm.h SCI: adding capability to resolve local calls as well for valgrind-sci, adding another workaround for a script bug in sq1 (this time export 1 gets called locally) 2010-06-26 08:29:55 +00:00