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
/
player_v4a.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2009-11-26
Add patch #2839048 - MM C64 sound/music player, with minor changes.
Travis Howell
2009-08-09
fixed up some missing newlines
Norbert Lange
2009-08-05
replace workaround in case musicfiles are missing with a simpler one
Norbert Lange
2009-08-04
fixed hanging intro (and possible other scenes) when music cant be loaded
Norbert Lange
2009-08-04
added warning should the sound files not be available (intro will hang if the...
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
using accessmodifiers in Tfmx now and removed/disabled functions that now don...
Norbert Lange
2009-06-25
Fix regression
Norbert Lange
2009-06-25
Fixed restarting of song (hopefully thouroughly)
Norbert Lange
2009-06-20
fixed portamento-effect.
Norbert Lange
2009-06-20
inadvertedly used autofreestream which resulted in the Tfmx-Object beeing del...
Norbert Lange
2009-06-19
modified doSong so you can start a new Song without killing running macros
Norbert Lange
2009-06-19
more cleanups, got rid of pendingTrackstep variable
Norbert Lange
2009-06-19
Enabled signals and made ScummVM use them (they specify when a song should be...
Norbert Lange
2009-06-19
added support for SFX by using a seperate Player for them.
Norbert Lange
2009-06-16
changed musictiming again, using a 25/70 seconds as counter.
Norbert Lange
2009-06-14
Removed some debugmessages so Linux manages to build again =/
Norbert Lange
2009-06-14
player_v4a:
Norbert Lange
2009-06-12
fixed formatting
Norbert Lange
2009-06-12
Removed alot of the debug-output
Norbert Lange