scummvm/engines/sci
2009-04-23 20:37:41 +00:00
..
engine The mouse cursor is now working in Eco Quest 1, though the hotspot is still wrong. Many thanks to waltervn for his findings on this. 2009-04-23 20:37:41 +00:00
gfx The mouse cursor is now working in Eco Quest 1, though the hotspot is still wrong. Many thanks to waltervn for his findings on this. 2009-04-23 20:37:41 +00:00
scicore SCI: getInt -> READ_LE_UINT16 2009-04-22 17:53:46 +00:00
sfx SCI: Replaced memory ref counting code in the SongIterator code by a simple Common::Array<byte> object; also doxygenified some source comments 2009-04-20 19:28:55 +00:00
console.cpp SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadowing warnings; some other tweaks 2009-02-28 22:19:22 +00:00
console.h - Made ResourceManager accessible from _vm 2009-02-22 01:33:16 +00:00
detection.cpp Updated some of the detector entries for KQ5 2009-04-21 22:59:37 +00:00
exereader.cpp SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
exereader.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
module.mk SCI: Added a new song player (work-in-progress). 2009-04-15 10:45:59 +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 Restored the ability to change the active port bound, by moving it inside gfx_state_t (it makes much more sense for it to be there, instead of inside user-defined settings). Placed notes inside gfxr_draw_pic01() and gfxr_draw_pic11() for the usage of the current titlebar size in there 2009-04-21 19:57:11 +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 Replaced getInt16, getUInt16 and putInt16 2009-03-07 16:14:20 +00:00
tools.h SCI: Mapped BREAKPOINT macro to error() for now 2009-04-20 19:27:32 +00:00
uinput.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00