Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-15 | - Started importing the music code from Greg's SCI engine | Filippos Karapetis | |
- Simplified some sound version checks svn-id: r45923 | |||
2009-11-14 | Removed unused code | Filippos Karapetis | |
svn-id: r45901 | |||
2009-11-14 | SCI: Silence warnings (none of the code in seq/gm.cpp is used) | Max Horn | |
svn-id: r45897 | |||
2009-11-14 | Removed more dead code | Filippos Karapetis | |
svn-id: r45888 | |||
2009-11-14 | Cleanup | Filippos Karapetis | |
svn-id: r45886 | |||
2009-11-14 | Removed sfx/misc.h | Filippos Karapetis | |
svn-id: r45885 | |||
2009-11-14 | Removed some unused parts of the PCM sound playing code | Filippos Karapetis | |
svn-id: r45884 | |||
2009-11-12 | SCI: Fix uninitialized variable in Amiga driver. | Walter van Niftrik | |
svn-id: r45868 | |||
2009-11-12 | SCI: Fix crash in Iceman/amiga. | Walter van Niftrik | |
svn-id: r45866 | |||
2009-11-12 | Silenced GCC warning. Since command is unsigned, it's always >= 0. | Torbjörn Andersson | |
svn-id: r45864 | |||
2009-11-12 | Started objectifying kDoSound() | Filippos Karapetis | |
svn-id: r45862 | |||
2009-11-05 | SCI: Converted FreeSCI Amiga sound driver. Some cleanup. | Walter van Niftrik | |
svn-id: r45682 | |||
2009-11-05 | Moved the audio related command enums inside audio.h | Filippos Karapetis | |
svn-id: r45676 | |||
2009-11-04 | Applied patch #2891232 - "SCI sfx: Let each SongIterator remap its own channels" | Filippos Karapetis | |
svn-id: r45672 | |||
2009-11-04 | Applied patch #2891230 - "SCI sfx: fix song iterators from not getting freed" | Filippos Karapetis | |
svn-id: r45670 | |||
2009-11-04 | Fix CD Audio in JonesCD and add some comments. | Matthew Hoops | |
svn-id: r45669 | |||
2009-11-04 | Fixed compilation when INCLUDE_OLDGFX is not defined | Filippos Karapetis | |
svn-id: r45657 | |||
2009-11-04 | Moved the audio CD handling code inside the AudioPlayer class. Some cleanup | Filippos Karapetis | |
svn-id: r45656 | |||
2009-11-04 | Moved the sound sync code inside the AudioPlayer class | Filippos Karapetis | |
svn-id: r45655 | |||
2009-11-04 | Moved sound sync related variables inside the AudioPlayer class and fixed ↵ | Filippos Karapetis | |
compilation svn-id: r45654 | |||
2009-11-04 | Moved most of the code for playing sound effects and speech into a separate ↵ | Filippos Karapetis | |
class svn-id: r45653 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-26 | Fixed some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r45391 | |||
2009-10-22 | Fixed signed/unsigned issues with the property() function of the Adlib driver | Filippos Karapetis | |
svn-id: r45332 | |||
2009-10-22 | Applied a modified version of patch #2881486 - "Add volume changing to SCI" | Filippos Karapetis | |
svn-id: r45329 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-18 | Mark an old change made for SQ4 in updateMultiSong() in rev. #39347 as a ↵ | Filippos Karapetis | |
workaround svn-id: r45231 | |||
2009-10-17 | SCI: Add FIXME | Willem Jan Palenstijn | |
svn-id: r45204 | |||
2009-10-17 | SCI: Fix delete/free mismatches | Willem Jan Palenstijn | |
svn-id: r45196 | |||
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually ↵ | Filippos Karapetis | |
used, and removed tools.*. Also, removed all the unused includes to tools.h from several places svn-id: r45176 | |||
2009-10-13 | SCI: Doxygenify comments in class SfxPlayer | Max Horn | |
svn-id: r45039 | |||
2009-10-13 | SCI: Merge some sfx related global funcs into SfxState. | Max Horn | |
This allows us to get rid of "static SfxPlayer *s_player". svn-id: r45038 | |||
2009-10-12 | SCI: commenting out music warnings | Martin Kiewitz | |
svn-id: r44990 | |||
2009-10-10 | SCI: Adlib: Add support for loading patch data from adl.drv | Walter van Niftrik | |
svn-id: r44859 | |||
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
2009-10-01 | SCI: Add some fixmes noted by salty-horse. | Willem Jan Palenstijn | |
svn-id: r44513 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis | |
- Changed all the SCI version checks to use getSciVersion() - Also made getSciVersionDesc a global function (removes some ugly accessing of the SCI engine) The fallback detector should work correctly now svn-id: r44269 | |||
2009-09-06 | SCI: Rename player -> s_player and made it static; allocate MemoryReadStream ↵ | Max Horn | |
in two cases on the stack, for simplicity svn-id: r43979 | |||
2009-09-02 | Some renaming: | Filippos Karapetis | |
getresourceManager -> getResourceManger resourceManager -> resMan segmentManager ->segMan svn-id: r43908 | |||
2009-09-01 | SCI: Fix relative cues in SCI1. | Walter van Niftrik | |
svn-id: r43871 | |||
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis | |
- Replaced some EngineState parameters - The SCI version is now obtained from the resource manager or the segment manager, thereby simplifying several functions - Plugged 2 leaks in the fallback detector - Renamed the segment manager and resource manager to "segmentManager" and "resourceManager" in all places, for consistency svn-id: r43722 | |||
2009-08-21 | Truly fix endianness in the SOL decoder. Raw sounds are always in little ↵ | Matthew Hoops | |
endian order and now compressed are outputted to little endian too (and therefore the little endian mixer flag is always set). svn-id: r43576 | |||
2009-08-20 | Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the ↵ | Matthew Hoops | |
Gabriel Knight demo. svn-id: r43569 | |||
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik | |
as much as possible. All SCI_VERSION_* information was removed from detection.cpp (much of it was incorrect anyway). svn-id: r43449 | |||
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik | |
detection.cpp (should be detectable). Cleanup. svn-id: r43390 | |||
2009-07-11 | SCI: don't let TimerSongIterator loop forever, and don't immediately | Willem Jan Palenstijn | |
signal completion when starting it. This fixes a sync issue with the departing spaceship at the start of SQ4CD (after the intro). svn-id: r42385 | |||
2009-07-11 | Applied patch 2818733 - "SCI: Timer iterator for audio resources played via ↵ | Filippos Karapetis | |
doSound" svn-id: r42375 | |||
2009-07-07 | Silenced the very chatty song iterator console messages by converting them ↵ | Filippos Karapetis | |
to appropriate debug messages svn-id: r42240 | |||
2009-07-06 | Fixed compilation | Filippos Karapetis | |
svn-id: r42168 |