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
/
kyra
/
sound_intern.h
Age
Commit message (
Expand
)
Author
2010-10-28
KYRA: Fix some code errors reported by ICC (i.e. subclasses not overwriting m...
Johannes Schickel
2010-08-03
KYRA/TOWNS: implement music/sfx volume control via GUI/GMM
Florian Kagerer
2010-08-02
KYRA: FM-Towns audio driver rewrite
Florian Kagerer
2010-07-01
KYRA/PC98: implement proper volume control (which distinguishes between music...
Florian Kagerer
2009-11-29
Cleanup.
Johannes Schickel
2009-11-29
KYRA/PC98: fixed regression
Florian Kagerer
2009-11-29
KYRA: fixed pc98 intro sfx (regression)
Florian Kagerer
2009-11-14
KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is sti...
Florian Kagerer
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-04
Some fixes to comply with our coding guidelines.
Johannes Schickel
2009-09-13
KYRA: - add sfx support for PC98-Version
Florian Kagerer
2009-08-29
Move Amiga SFX tables to kyra.dat.
Johannes Schickel
2009-08-09
prepare the kyraplayer for reading sfxtables from raw data (instead of static...
Norbert Lange
2009-08-09
fixed up some missing newlines
Norbert Lange
2009-08-08
moved table-definition from header to cpp file
Norbert Lange
2009-08-04
cleaned up sound_amiga.cpp a bit, added checks for missing files
Norbert Lange
2009-07-19
use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...
Norbert Lange
2009-07-19
fixed retiring of external Notes
Norbert Lange
2009-07-18
found and use another table, soundeffects in intro are now working
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
- Moved SoundAdlibPC definition to new header file sound_adlib.h
Johannes Schickel
2009-05-28
Clean up PC Speaker output implementation. (Stripping out unused code)
Johannes Schickel
2009-05-27
- Moved Sound implementation declarations to the newly added file sound_intern.h
Johannes Schickel