scummvm/engines/sci/engine
Filippos Karapetis daab502028 Cleanup
svn-id: r50359
2010-06-27 00:08:00 +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
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 Shuffled some functions around. Also, the filename in kResCheck can never be bigger than 9 characters, when dealing with VMD videos 2010-06-26 23:01:22 +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 Cleanup 2010-06-27 00:08:00 +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 Moved script_instantiate_sci0() inside the segment manager, and renamed it to scriptInitialiseObjectsSci0() 2010-06-26 23:13:05 +00:00
segment.cpp Cleanup 2010-06-27 00:08:00 +00:00
segment.h Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus removed some unused defines 2010-06-26 23:48:27 +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: added comment to vm-workaround table 2010-06-26 21:57:13 +00:00
vm.h Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus removed some unused defines 2010-06-26 23:48:27 +00:00