aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-05-25SCI: Force movie palettes (KQ6).Walter van Niftrik
2009-05-25Objectified the AudioResource code (used for speech and digitized music in CD...Filippos Karapetis
2009-05-24SCI: Adlib: added support for rhythm channelWalter van Niftrik
2009-05-24SCI: reset system palette when loading a new PIC.Willem Jan Palenstijn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-24SCI: re-xlate pixmap when palette revision changedWillem Jan Palenstijn
2009-05-24Fixed audio synchronization in the CD version of KQ5Filippos Karapetis
2009-05-23SCI: add (unused) palette revisioning supportWillem Jan Palenstijn
2009-05-23Moved the "dump" and "dissectscript" commands to console.cpp and renamed them...Filippos Karapetis
2009-05-23Oops, fixed silly typoFilippos Karapetis
2009-05-23Some more WIP code for kDoAudio(), taken from Greg's SCI engine. Sound and sp...Filippos Karapetis
2009-05-23Added a stub for SetVideoMode(), and fixed some of the palette glitches in th...Filippos Karapetis
2009-05-23Fixed clipping code for texts which do not fit on screen, and added a warning...Filippos Karapetis
2009-05-23Fixed the incorrect placement of the copyright message in KQ6 on screenFilippos Karapetis
2009-05-23The third and fourth parameter in changePortBounds() are x2 and y2, not width...Filippos Karapetis
2009-05-23Turned some errors into warnings, as they occur in KQ5CDFilippos Karapetis
2009-05-23Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo...Filippos Karapetis
2009-05-23SCI: Added partial support for SCI1.1 adlib musicWalter van Niftrik
2009-05-22Some initial WIP code on kDoAudio (still not working)Filippos Karapetis
2009-05-21SCI: Added support for KQ6 movies.Walter van Niftrik
2009-05-21SCI: Removed the 'save_dir' gui hackMax Horn
2009-05-21SCI: got rid of vocabulary_lookup_snameMax Horn
2009-05-21Removed the PREG, PSTK, IS_NULL_REG and REG_EQ definesFilippos Karapetis
2009-05-21Slight cleanup to kGetTime()Filippos Karapetis
2009-05-20removed trailing whitespacesMax Horn
2009-05-20SCI: Moved code related to loading/setting up kernel function names from voca...Max Horn
2009-05-20SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...Max Horn
2009-05-20SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ...Max Horn
2009-05-20SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi...Max Horn
2009-05-19SCI: Some debugger fixes and cleanup.Walter van Niftrik
2009-05-19Removed some redundant variables, and renamed some variables with strange nam...Filippos Karapetis
2009-05-19SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too.Walter van Niftrik
2009-05-19SCI: Doxygenified a few commentsMax Horn
2009-05-19SCI: Added some stubs for LSL6CD (lores).Walter van Niftrik
2009-05-19SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now...Max Horn
2009-05-19SCI: got rid of EngineState::savegame_version; some cleanupMax Horn
2009-05-19SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ...Max Horn
2009-05-19SCI: Cleanup/paranoia checksMax Horn
2009-05-18SCI: Added FIXMEMax Horn
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18Removed a leftover simple_said defineFilippos Karapetis
2009-05-18SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted codeMax Horn
2009-05-18SCI: Removed ENTRY_IS_VALID macroMax Horn
2009-05-18SCI: cleanupMax Horn
2009-05-18SCI: Tweaks, cleanupMax Horn
2009-05-18SCI: Fixed Table::initTable to invoke _table.clear()Max Horn
2009-05-18SCI: Changed SegManager to not pre-allocate _heap entries (leave the memory m...Max Horn
2009-05-18SCI: Removed the unused member SegManager::gc_mark_bits; changed some int par...Max Horn
2009-05-18SCI: Added a FIXME to graph_save_boxMax Horn
2009-05-18SCI: Replaced SegManager::getHeap() by Script::getHeap()Max Horn