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
/
scumm
/
players
/
player_ad.h
Age
Commit message (
Expand
)
Author
2018-01-31
SCUMM: Replace UB-triggering serialization code with Common::Serializer
Colin Snover
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2016-03-16
SCUMM: Slight renaming for clarification.
Johannes Schickel
2015-07-19
SCUMM: Get rid of unused Audio::mixer references
Max Horn
2015-07-07
AUDIO: Remove all AudioStream access to OPL
Matthew Hoops
2015-07-07
SCUMM: Use the built-in OPL timer for Player_AD
Matthew Hoops
2014-06-04
SCUMM: Save/load music/sfx data in AD player.
Johannes Schickel
2014-06-04
SCUMM: Implement simple seeking in AD player.
Johannes Schickel
2014-06-04
SCUMM: Slightly refactor music playback in AD player.
Johannes Schickel
2014-06-04
SCUMM: Simplify voice channel allocation in AD code.
Johannes Schickel
2014-06-04
SCUMM: Fix volume levels when playing SFX and music at the same time in AD pl...
Johannes Schickel
2014-06-04
SCUMM: Only stop music when requested in AD code.
Johannes Schickel
2014-06-04
SCUMM: Let music in AD code use the same HW channel allocation as SFX.
Johannes Schickel
2014-06-04
SCUMM: Dynamically allocate hw channels for SFX in AD player.
Johannes Schickel
2014-06-04
SCUMM: Allow multiple SFX to be played at once with AD.
Johannes Schickel
2014-06-04
SCUMM: Further cleanup in AD SFX code.
Johannes Schickel
2014-06-04
SCUMM: Further refactor AD SFX code.
Johannes Schickel
2014-06-04
SCUMM: Always work directly on Channel data in AD code.
Johannes Schickel
2014-06-04
SCUMM: Store hardware channel number explicitly in Channel structure in AD code.
Johannes Schickel
2014-06-04
SCUMM: Move notes into SFX channel structure in AD player.
Johannes Schickel
2014-06-04
SCUMM: Further SFX note related cleanup in AD player.
Johannes Schickel
2014-06-04
SCUMM: Only keep music data variable for music around in AD code.
Johannes Schickel
2014-06-04
SCUMM: Introduce symbolic names for channel/note states in AD code.
Johannes Schickel
2014-06-04
SCUMM: Slight cleanup in SFX register code in AD player.
Johannes Schickel
2014-06-04
SCUMM: Small cleanup in SFX note setup in AD code.
Johannes Schickel
2013-11-01
SCUMM: More renaming for players
Filippos Karapetis