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
/
sound
Age
Commit message (
Expand
)
Author
2009-08-13
(re-)initialise some Variables when sound is stopped
Norbert Lange
2009-08-13
sound_amiga: honor _musicEnabled and _sfxEnabled flags
Norbert Lange
2009-08-11
merged from trunk (Amiga LoK supposedly completeable!)
Norbert Lange
2009-08-11
Fixed an endian bug in the ADPCM decoder (#2211901).
Andre Heider
2009-08-10
fixed bug in tempoeffect
Norbert Lange
2009-08-10
fix potential leak in loadscore
Norbert Lange
2009-08-09
fixed up some missing newlines
Norbert Lange
2009-08-08
merge with trunk
Norbert Lange
2009-08-08
Fix XMIDI looping implementation. Now for example the music in the ferret vil...
Johannes Schickel
2009-08-08
fix a bug that prevented gcc from compiling
Norbert Lange
2009-08-08
slighty changed how voices get disabled after their sample played
Norbert Lange
2009-08-08
added missing stuff for modulation and microtonal effects (several bugs in or...
Norbert Lange
2009-08-07
refactored noteOn
Norbert Lange
2009-08-07
implemented "SPECIAL" commands
Norbert Lange
2009-08-07
added stub for setting audio filter in Paula
Norbert Lange
2009-08-05
move function definitions from header to the cpp file
Norbert Lange
2009-08-05
added some error messages to the compile-time checks
Norbert Lange
2009-08-05
moved check if class should be compiled to the header
Norbert Lange
2009-08-05
fixed wrong indentation
Norbert Lange
2009-08-05
check if modplayers should be compiled based on engine-macros
Norbert Lange
2009-08-04
cleaned up sound_amiga.cpp a bit, added checks for missing files
Norbert Lange
2009-08-04
added warning should the sound files not be available (intro will hang if the...
Norbert Lange
2009-08-04
moved helper functions from the header file into the cpp file
Norbert Lange
2009-08-04
added doxygeb comments
Norbert Lange
2009-08-04
moved code for initialising patterns into own function
Norbert Lange
2009-08-04
Some formatting changes and added comments
Norbert Lange
2009-08-02
made some unused methods private
Norbert Lange
2009-08-02
fix some more harmless warnings to make gcc shutup
Norbert Lange
2009-08-02
fixed some constness warnings
Norbert Lange
2009-08-02
made MdatResource struct private and changed the signatures of functions whic...
Norbert Lange
2009-08-01
stole formatting for constructors from existing code
Norbert Lange
2009-08-01
engines/scumm/scumm.cpp: terminate method is pretty redundant - removed
Norbert Lange
2009-08-01
refactored and commented player_va4 a bit
Norbert Lange
2009-07-31
Added the last 2 patterncommands just so I dont have to warn about unimplemen...
Norbert Lange
2009-07-31
process all DMA Events before Macros, for the unlikely chance of making a dif...
Norbert Lange
2009-07-31
using accessmodifiers in Tfmx now and removed/disabled functions that now don...
Norbert Lange
2009-07-29
Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy...
Johannes Schickel
2009-07-27
Oops enabled HACK to prevent multiple OPL instances again.
Johannes Schickel
2009-07-19
use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...
Norbert Lange
2009-07-19
use ticks for timing fadeout
Norbert Lange
2009-07-19
fixed retiring of external Notes
Norbert Lange
2009-07-19
fixed: intro-music started twice because it was hardcoded in the engine
Norbert Lange
2009-07-19
add support for fadeout
Norbert Lange
2009-07-19
some more tables included, for tempo and volume values
Norbert Lange
2009-07-18
fixed some initialisation issues
Norbert Lange
2009-07-18
first attempt at enabling soundeffects using an table from the executeable. D...
Norbert Lange
2009-07-17
merge with trunk
Norbert Lange
2009-07-17
added primitive support for Kyrandia`s Intro Music.
Norbert Lange
2009-07-17
precalculating some more from CalcNote
Norbert Lange
2009-07-17
avoid some calculations from being done every time in CalcNote
Norbert Lange
[prev]
[next]