aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-05-29Fixed a bug with the "size" console commandFilippos Karapetis
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-29SCI: Removing useless adlib-via-OSS codeMax Horn
2009-05-29Fixed hopefully the last regression in kSetCursor. KQ5CD should work correctl...Filippos Karapetis
2009-05-29- Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy)Filippos Karapetis
2009-05-29Moved the "size" console debugger command to console.cpp and silenced a warningFilippos Karapetis
2009-05-29CleanupFilippos Karapetis
2009-05-29- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI...Filippos Karapetis
2009-05-28SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem...Max Horn
2009-05-28SCI: Fix potential dangling pointer more robustly,Willem Jan Palenstijn
2009-05-28CleanupFilippos Karapetis
2009-05-28SCI: Merged NewPlayer and SfxPlayerMax Horn
2009-05-28oopsMax Horn
2009-05-28SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cppMax Horn
2009-05-28SCI: Fix potential dangling pointer after reallocationWillem Jan Palenstijn
2009-05-28Merged some of the SCI1 and SCI1.1 view and loop drawing functionsFilippos Karapetis
2009-05-28SCI: cleanupMax Horn
2009-05-28SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventuallyMax Horn
2009-05-28SCI: Some SFX player cleanupMax Horn
2009-05-28SCI: Turned vocab_version into a static var, and added several FIXMEs related...Max Horn
2009-05-27SCI: Make standard EGA palette a part of gfx_sci0_pic_colors.Willem Jan Palenstijn
2009-05-27SCI: Fix crash in seginfo debug command.Walter van Niftrik
2009-05-27Added a fix to get QFG3 working and changed an error to a warning to get EcoQ...Filippos Karapetis
2009-05-27- SQ5 floppy starts nowFilippos Karapetis
2009-05-27Fixed a typo, and added parentheses to clarify orderFilippos Karapetis
2009-05-27- Renamed the Audio commands to kSci*, from kSci1* (since they're pretty much...Filippos Karapetis
2009-05-27Added a warning when kDoAudio is called with the new semantics (SQ4CD or newe...Filippos Karapetis
2009-05-27SCI: Cleanup.Walter van Niftrik
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