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
/
gob
/
sound
/
adlib.cpp
Age
Commit message (
Expand
)
Author
2016-02-28
GOB: Don't completely reset the OPL in AdLib::initOPL()
Sven Hesse
2015-07-19
GOB: Get rid of unused Audio::mixer references
Max Horn
2015-07-07
AUDIO: Remove all AudioStream access to OPL
Matthew Hoops
2015-07-07
GOB: Implement custom AdLib volume control
Walter van Niftrik
2015-07-07
GOB: Use the built-in OPL timer
Matthew Hoops
2015-07-07
AUDIO: Remove the sample rate configuration from the OPL code
Matthew Hoops
2014-02-18
GOB: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-15
GOB: Add another sanity check
Sven Hesse
2012-06-11
GOB: Don't recalculate the AdLib frequencies table on every player reset
Sven Hesse
2012-06-11
GOB: Rewrite the AdLib players
Sven Hesse
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2010-10-15
GOB: Fix Code analysis warnings
Sven Hesse
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-02-03
Minor style-related changes
Sven Hesse
2010-02-02
Fascination - Fix one wrong wait time
Arnaud Boutonné
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-03
Fix a buffer overflow (thanks to syke) and modify the way the instruments are...
Arnaud Boutonné
2010-01-01
Fix a buffer overflow, thanks to syke
Arnaud Boutonné
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-08
Fixed some (pedantic) warnings
Max Horn
2009-06-24
Clarifying some warnings
Sven Hesse
2009-06-23
Changing the TBR FIXME into a warning in setVoice()
Sven Hesse
2009-06-22
Removing trailing tabs
Sven Hesse
2009-06-22
Removing trailing spaces
Sven Hesse
2009-06-22
Added stream-reading loading wrappers to MDYPlayer and added a workaround to ...
Sven Hesse
2009-06-18
Splitting an ADLPlayer and MDYPlayer from the AdLib class
Sven Hesse
2009-06-16
Properly initializing _soundMode, for ADLs too
Sven Hesse
2009-06-16
MDY/TBR : fix a thing or two. Still far from being OK, but in-game ambiance "...
Arnaud Boutonné
2009-06-13
Gob - *WIP* incomplete implementation of MDY/TBR
Arnaud Boutonné
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2008-11-29
Remove warnings from NDS build.
Robin Watts
2008-05-17
Changing debug channels a bit
Sven Hesse
2008-05-08
Restructured sound code
Sven Hesse