aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-05-26SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This isWalter van Niftrik
2009-05-26Fixed regression in LongbowFilippos Karapetis
2009-05-26Fixed regression of commit #40904, which caused the audio in KQ5CD to be play...Filippos Karapetis
2009-05-26Fixed a crash when exiting, a regression from the latest music driver changesFilippos Karapetis
2009-05-26SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again do...Max Horn
2009-05-26SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...Max Horn
2009-05-26Fixed compilation under MSVCFilippos Karapetis
2009-05-26Silenced MSVC warningFilippos Karapetis
2009-05-26SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanupMax Horn
2009-05-26SCI: Removing obsolete soft sequencer filesMax Horn
2009-05-26SCI: removed realtime and polled player, as well as the sfx/device dir, after...Max Horn
2009-05-26SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p...Max Horn
2009-05-26SCI: Preparing to transform sfx_player_t into a classMax Horn
2009-05-26SCI: Turned the global 'static MessageState state' variable into a member of ...Max Horn
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-26Fix g++ warning.Johannes Schickel
2009-05-26Rewrote the Audio stream parser. The introduction of KQ6 should work more cor...Filippos Karapetis
2009-05-26SCI: Some small fixes for KQ6CD.Walter van Niftrik
2009-05-25Remove leftover debug messages.Johannes Schickel
2009-05-25WIP code for the speech in the floppy version of KQ6 (still needs work)Filippos Karapetis
2009-05-25SCI: Only let gfxop_set_color use priority/control if mask has their bits set.Willem Jan Palenstijn
2009-05-25Re-enabled the code for correct text positioning - it should work correctly nowFilippos Karapetis
2009-05-25Fixed a nasty bug in the GUI code, which caused the windows in PQ3 and SCI1.1...Filippos Karapetis
2009-05-25- Fix various valgrind warnings in the audio sync codeJohannes Schickel
2009-05-25Fix mismatching new[]/delete pair (silences a valgrind warning).Johannes Schickel
2009-05-25SCI: Adlib: fix crash in SQ4.Walter van Niftrik
2009-05-25Fixed crash when starting KQ6Filippos Karapetis
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