Age | Commit message (Expand) | Author |
2009-07-11 | SCI: don't let TimerSongIterator loop forever, and don't immediately | Willem Jan Palenstijn |
2009-07-11 | Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d... | Filippos Karapetis |
2009-07-07 | Silenced the very chatty song iterator console messages by converting them to... | Filippos Karapetis |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | Swapped the music and audio resource check for SCI1.1 games. Digital sound ef... | Filippos Karapetis |
2009-07-06 | Proper handling of sound effects marked as music resources | Filippos Karapetis |
2009-07-06 | When a song isn't found, send a "stop handle" event so that the engine won't ... | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-05 | - Fixed feature auto-detection for Conquests of Camelot | Filippos Karapetis |
2009-07-04 | Newer DoSound() semantics are now detected automatically, by the existence of... | Filippos Karapetis |
2009-06-12 | SCI: Moved audio code from AudioResource to the sfx core. | Walter van Niftrik |
2009-06-09 | SCI: Moved SCI1 audio map handling into the resource manager. | Walter van Niftrik |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-07 | SCI: Objectified SongLibrary | Max Horn |
2009-06-07 | SCI: Renamed various song/songlib related structs and members | Max Horn |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-07 | SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr. | Walter van Niftrik |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-30 | - Fix various debugC calls (parameters passed were not correct) | Johannes Schickel |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-29 | Fix warning about unused variable. | Johannes Schickel |
2009-05-29 | Some WIP code on the speech used in KQ6CD | Filippos Karapetis |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-28 | SCI: cleanup | Max Horn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-27 | - SQ5 floppy starts now | Filippos Karapetis |
2009-05-27 | - Renamed the Audio commands to kSci*, from kSci1* (since they're pretty much... | Filippos Karapetis |
2009-05-27 | Added a warning when kDoAudio is called with the new semantics (SQ4CD or newe... | Filippos Karapetis |
2009-05-26 | Fix g++ warning. | Johannes Schickel |
2009-05-26 | Rewrote the Audio stream parser. The introduction of KQ6 should work more cor... | Filippos Karapetis |
2009-05-26 | SCI: Some small fixes for KQ6CD. | Walter van Niftrik |
2009-05-25 | Remove leftover debug messages. | Johannes Schickel |
2009-05-25 | WIP code for the speech in the floppy version of KQ6 (still needs work) | Filippos Karapetis |
2009-05-25 | Fixed crash when starting KQ6 | Filippos Karapetis |
2009-05-25 | Objectified the AudioResource code (used for speech and digitized music in CD... | Filippos Karapetis |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-24 | Fixed audio synchronization in the CD version of KQ5 | Filippos Karapetis |
2009-05-23 | Oops, fixed silly typo | Filippos Karapetis |
2009-05-23 | Some more WIP code for kDoAudio(), taken from Greg's SCI engine. Sound and sp... | Filippos Karapetis |
2009-05-22 | Some initial WIP code on kDoAudio (still not working) | Filippos Karapetis |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | Fixed regression with SCI1.1 games | Filippos Karapetis |
2009-05-14 | Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe... | Filippos Karapetis |
2009-05-14 | - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag | Filippos Karapetis |