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
/
xeen
/
music.h
Age
Commit message (
Collapse
)
Author
2017-12-27
XEEN: Fix playing music when on Dark Side
Paul Gilbert
2017-12-20
XEEN: Starting to do archive access more like the original
Paul Gilbert
Previously the game wasn't paying much attention to the access of dark.cc vs xeen.cc, which was causing problems when trying to travel to Dark Side. This is the beginnings of a refactoring to more closely work like the original does
2017-11-23
XEEN: Add playback for atmospheric music during map loading
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-18
XEEN: Beginnings of Darkside endgame, subtitle code
Paul Gilbert
2016-09-18
XEEN: Support switching between fx & game music, fx fixes
Paul Gilbert
2016-09-17
XEEN: Changing file opening specifying archive to use enum
Paul Gilbert
2016-09-16
XEEN: Added further debug logging to music player
Paul Gilbert
2016-09-16
XEEN: Further cleanup of unneeded music code
Paul Gilbert
2016-09-16
XEEN: Further fixes and cleanup for music player
Paul Gilbert
2016-09-15
XEEN: Fix setting up music, musPlayInstrument command
Paul Gilbert
2016-09-14
XEEN: Added music playback interface methods
Paul Gilbert
2016-09-14
XEEN: Implemented frequency shifting in music driver
Paul Gilbert
2016-09-14
XEEN: Fleshing out music player
Paul Gilbert
2016-09-12
XEEN: Implement Music update method
Paul Gilbert
2016-09-12
XEEN: Extra Adlib initialization during Music creation
Paul Gilbert
2016-09-12
XEEN: Implement Music playEffect method
Paul Gilbert
2016-09-12
XEEN: Beginnings of Music class
Paul Gilbert