scummvm/engines/sci
2009-05-05 01:51:39 +00:00
..
engine This should fix linking on PSP. 2009-05-04 16:52:13 +00:00
gfx SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store the text fragments and pixmaps in Common::Arrays 2009-04-28 12:32:59 +00:00
scicore SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio 2009-04-25 23:31:03 +00:00
sfx SCI: Support for 0x4e control changes in new adlib driver, and some cleanup. 2009-05-05 01:51:39 +00:00
console.cpp
console.h
detection.cpp - Moved the extra information (like executable version, VERSION file contents or floppy label versions) into comments with a common format, in anticipation of engine versions being removed to use feature flags 2009-05-02 15:35:57 +00:00
exereader.cpp
exereader.h
module.mk SCI: adlib support (work-in-progress) for the new music player. 2009-05-03 21:11:09 +00:00
sci_memory.cpp SCI: moved sci_strndup to menubar.cpp 2009-03-24 12:14:22 +00:00
sci_memory.h SCI: moved sci_strndup to menubar.cpp 2009-03-24 12:14:22 +00:00
sci.cpp SCI: Removed unused vars; doxygenified some comments; cleanup 2009-04-27 12:29:51 +00:00
sci.h The ScummVM debug console is now working (though only the "version" command is assigned, for now) 2009-03-07 17:32:11 +00:00
tools.cpp
tools.h SCI: Mapped BREAKPOINT macro to error() for now 2009-04-20 19:27:32 +00:00
uinput.h