Age | Commit message (Expand) | Author |
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 |
2009-05-14 | Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5... | Filippos Karapetis |
2009-05-12 | SCI: cleanup | Max Horn |
2009-05-12 | SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h | Max Horn |
2009-05-12 | SCI: Sound: Send signal immediately for currently unsupported fade-and-continue. | Walter van Niftrik |
2009-04-26 | Added all the different cases of kDoAudio as enums | Filippos Karapetis |
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn |
2009-03-06 | SCI: Reduce SFX header dependencies | Max Horn |
2009-03-06 | SCI: Renamed lots of classes related to song iterators; allocate song iterato... | Max Horn |
2009-03-01 | SCI: Forgot to commit a couple files after renaming sfx headers | Max Horn |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ... | Greg Frieger |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |
2009-02-27 | Fix code formatting | Eugene Sandulenko |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d... | Max Horn |
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat |
2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn |
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn |
2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not return... | Willem Jan Palenstijn |
2009-02-21 | Remove excess \n. | Travis Howell |
2009-02-21 | Replaced "typedef struct _state state_t" with "struct EngineState" | Jordi Vilalta Prat |
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag |
2009-02-20 | Switch errors back to warnings, to fix SCI 1.1 regressions. | Travis Howell |