Age | Commit message (Expand) | Author |
2010-06-22 | The volume subop of kDoAudio returns the previous volume in SCI2.1, but not i... | Filippos Karapetis |
2010-06-21 | In SCI32, kDoAudio subop 10 is no longer CD audio. Just stub it off for now. | Matthew Hoops |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | Fixed invalid memory access in SQ6 | Filippos Karapetis |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-17 | Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ... | Filippos Karapetis |
2010-06-12 | Added debug output to kDoAudio and some music commands. Also added a warning ... | Filippos Karapetis |
2010-06-10 | kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake ... | Matthew Hoops |
2010-06-10 | Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ... | Filippos Karapetis |
2010-05-18 | Added the number of parameters passed in unknown kDoAudio subops | Filippos Karapetis |
2010-02-15 | SCI: Remove sound/audio.h include from engine/state.h | Max Horn |
2010-02-14 | Moved the reference to AudioPlayer inside SciEngine (as it doesn't have a sta... | Filippos Karapetis |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-01-31 | Make EngineState::getLanguage() check from the resource manager as to what la... | Matthew Hoops |
2010-01-31 | SCI: Handle -1 properly when passed as a language id to DoAudio | Walter van Niftrik |
2010-01-28 | SCI: Make SQ6 sound work. The meaning of these extra parameters is not yet un... | Lars Skovlund |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-01 | SCI: kDoAudio now also clips volume and adjusts to mixer volume | Martin Kiewitz |
2010-01-01 | SCI: Added TODO within kDoAudio | Martin Kiewitz |
2009-12-26 | Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1... | Filippos Karapetis |
2009-12-19 | - Started wrapping the current sound code around appropriate defines | Filippos Karapetis |
2009-11-14 | Removed sfx/misc.h | Filippos Karapetis |
2009-11-12 | Started objectifying kDoSound() | Filippos Karapetis |
2009-11-05 | Moved the audio related command enums inside audio.h | Filippos Karapetis |
2009-11-04 | Fix CD Audio in JonesCD and add some comments. | Matthew Hoops |
2009-11-04 | Moved the audio CD handling code inside the AudioPlayer class. Some cleanup | Filippos Karapetis |
2009-11-04 | Moved the sound sync code inside the AudioPlayer class | Filippos Karapetis |
2009-11-04 | Moved sound sync related variables inside the AudioPlayer class and fixed com... | Filippos Karapetis |
2009-11-04 | Moved most of the code for playing sound effects and speech into a separate c... | Filippos Karapetis |
2009-10-30 | Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s... | Filippos Karapetis |
2009-10-25 | Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD. | Matthew Hoops |
2009-10-22 | Applied a modified version of patch #2881486 - "Add volume changing to SCI" | Filippos Karapetis |
2009-10-18 | SCI: kDoSound typo fixed | Martin Kiewitz |
2009-10-18 | SCI: kDoSound doesnt reset nodePtr on fade anymore, fixes lsl5 endless music ... | Martin Kiewitz |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-13 | SCI: Merge some sfx related global funcs into SfxState. | Max Horn |
2009-10-11 | SCI: Fix hang in KQ6 book worm scene | Walter van Niftrik |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-25 | Create a define for the special "signal" offset used throughout the engine, a... | Filippos Karapetis |
2009-09-24 | Fix warnings. | Johannes Schickel |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-17 | SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums | Max Horn |
2009-09-12 | Made is_object() a method of the segment manager | Filippos Karapetis |
2009-09-06 | SCI: cleanup | Max Horn |