aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-05-12SCI: Message: Added resource-internal recursion (currently untested).Walter van Niftrik
2009-05-12- Slight cleanup of c_sfx_01_header()Filippos Karapetis
2009-05-12Moved the "suffixes" and "words" console commands to ScummVM's debug consoleFilippos Karapetis
2009-05-12Replaced sci_hexdump() with Common::hexdump()Filippos Karapetis
2009-05-12Silenced MSVC warning about unsafe mix of byte and booleanFilippos Karapetis
2009-05-11Fix MSVC compilation (cast const away explicitly).Willem Jan Palenstijn
2009-05-11SCI: Hacked stuff up so that debugger commands also print on the GUI consoleMax Horn
2009-05-11SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of...Max Horn
2009-05-11Moved the "selectors" and "syscalls" console commands to ScummVM's debug cons...Filippos Karapetis
2009-05-11Merged find_dev() inside sfx_find_device()Filippos Karapetis
2009-05-11Console is a class, not a structFilippos Karapetis
2009-05-11SCI: Simplified the Table class, by making it use an Common::Array internally...Max Horn
2009-05-11SCI: Replace global vars cmd_paramlength & cmd_params by Common::Array<cmd_pa...Max Horn
2009-05-11SCI: Reduced header depsMax Horn
2009-05-11SCI: Message: Fixed a bug when game requests message with seq != 1.Walter van Niftrik
2009-05-10SCI: Minor changes to Message(). Some of the text in KQ6 floppy should now be...Walter van Niftrik
2009-05-10SCI: Changed EngineState::pics to a Common::ArrayMax Horn
2009-05-10SCI: Replaced Cplain odeBlock array in class Script by a Common::Array<CodeBl...Max Horn
2009-05-10SCI: Fixed palette regression from rev 40388Max Horn
2009-05-10SCI: Changed object list in Script instances to use Common:::ArrayMax Horn
2009-05-10CleanupFilippos Karapetis
2009-05-10CleanupFilippos Karapetis
2009-05-10Applied patch by waltervn to remove the length parameter from getText() and f...Filippos Karapetis
2009-05-10Objectified and cleaned up the MessageState classFilippos Karapetis
2009-05-10Reverted commit #40413Filippos Karapetis
2009-05-10OopsFilippos Karapetis
2009-05-10Moved the code which retrieves the current room number in a separate function...Filippos Karapetis
2009-05-10Disabled some unused codeFilippos Karapetis
2009-05-09SCI: AvoidPath: Got rid of a warning.Walter van Niftrik
2009-05-09SCI: AvoidPath: No longer excludes edges on screen borders for pathfinding, asWalter van Niftrik
2009-05-09SCI: AvoidPath: another workaround for ECO.Walter van Niftrik
2009-05-08SCI: Set signature for GetMessage.Walter van Niftrik
2009-05-08SCI: Fix return value of GetMessage.Walter van Niftrik
2009-05-08SCI: GetMessage: lock resource.Walter van Niftrik
2009-05-08SCI: Folded line.h and crossblit.h into gfx_support.cppMax Horn
2009-05-08SCI: cleanupMax Horn
2009-05-08SCI: Got rid of code for endian adjusting pixmapsMax Horn
2009-05-08SCI: turn the various gfx filters from #define hacks into template funcsMax Horn
2009-05-08SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok...Max Horn
2009-05-08SCI: AvoidPath: another workaround for ECOWalter van Niftrik
2009-05-08SCI: AvoidPath: Fixed a regression caused by previous commit, and added aWalter van Niftrik
2009-05-08SCI: AvoidPath: added support for multiple contained-access polygons (ECO1).Walter van Niftrik
2009-05-08SCI: Got rid of last traces of class SegInterfaceMax Horn
2009-05-08SCI: Moved findCanonicAddress from SegInterface to MemObjectMax Horn
2009-05-08SCI: Moved freeAtAddress from SegInterface to MemObjectMax Horn
2009-05-08SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constantMax Horn
2009-05-08SCI: Started to merge SegInterface into MemObjectMax Horn
2009-05-08SCI: Added workaround for Common::Array<T>::resize() not zero-initing newly a...Max Horn
2009-05-07Fix an endian bugMatthew Hoops
2009-05-06Sync with adlib.cpp renamePaul Gilbert