index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
sfx
Age
Commit message (
Expand
)
Author
2009-11-20
Fixed a regression in the LSL1 and LSL5 demos, which should work correctly no...
Filippos Karapetis
2009-11-20
Typo
Filippos Karapetis
2009-11-19
Simplified some music checks for SCI0
Filippos Karapetis
2009-11-19
Fixed regression from commit #45862
Filippos Karapetis
2009-11-17
Some more work on the sound command parser
Filippos Karapetis
2009-11-17
Some more work on the sound command parser
Filippos Karapetis
2009-11-15
Some more work on music code
Filippos Karapetis
2009-11-15
- Started importing the music code from Greg's SCI engine
Filippos Karapetis
2009-11-14
Removed unused code
Filippos Karapetis
2009-11-14
SCI: Silence warnings (none of the code in seq/gm.cpp is used)
Max Horn
2009-11-14
Removed more dead code
Filippos Karapetis
2009-11-14
Cleanup
Filippos Karapetis
2009-11-14
Removed sfx/misc.h
Filippos Karapetis
2009-11-14
Removed some unused parts of the PCM sound playing code
Filippos Karapetis
2009-11-12
SCI: Fix uninitialized variable in Amiga driver.
Walter van Niftrik
2009-11-12
SCI: Fix crash in Iceman/amiga.
Walter van Niftrik
2009-11-12
Silenced GCC warning. Since command is unsigned, it's always >= 0.
Torbjörn Andersson
2009-11-12
Started objectifying kDoSound()
Filippos Karapetis
2009-11-05
SCI: Converted FreeSCI Amiga sound driver. Some cleanup.
Walter van Niftrik
2009-11-05
Moved the audio related command enums inside audio.h
Filippos Karapetis
2009-11-04
Applied patch #2891232 - "SCI sfx: Let each SongIterator remap its own channels"
Filippos Karapetis
2009-11-04
Applied patch #2891230 - "SCI sfx: fix song iterators from not getting freed"
Filippos Karapetis
2009-11-04
Fix CD Audio in JonesCD and add some comments.
Matthew Hoops
2009-11-04
Fixed compilation when INCLUDE_OLDGFX is not defined
Filippos Karapetis
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-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-26
Fixed some cppcheck warnings.
Torbjörn Andersson
2009-10-22
Fixed signed/unsigned issues with the property() function of the Adlib driver
Filippos Karapetis
2009-10-22
Applied a modified version of patch #2881486 - "Add volume changing to SCI"
Filippos Karapetis
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-10-18
Mark an old change made for SQ4 in updateMultiSong() in rev. #39347 as a work...
Filippos Karapetis
2009-10-17
SCI: Add FIXME
Willem Jan Palenstijn
2009-10-17
SCI: Fix delete/free mismatches
Willem Jan Palenstijn
2009-10-16
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...
Filippos Karapetis
2009-10-13
SCI: Doxygenify comments in class SfxPlayer
Max Horn
2009-10-13
SCI: Merge some sfx related global funcs into SfxState.
Max Horn
2009-10-12
SCI: commenting out music warnings
Martin Kiewitz
2009-10-10
SCI: Adlib: Add support for loading patch data from adl.drv
Walter van Niftrik
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-10-01
SCI: Add some fixmes noted by salty-horse.
Willem Jan Palenstijn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-23
- Moved the SCI version in a global variable
Filippos Karapetis
2009-09-06
SCI: Rename player -> s_player and made it static; allocate MemoryReadStream ...
Max Horn
2009-09-02
Some renaming:
Filippos Karapetis
2009-09-01
SCI: Fix relative cues in SCI1.
Walter van Niftrik
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-21
Truly fix endianness in the SOL decoder. Raw sounds are always in little endi...
Matthew Hoops
[next]