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
/
imuse_digi
/
dimuse.h
Age
Commit message (
Expand
)
Author
2008-05-06
Allow static and dynamic plugins to be used at the same time
Jordi Vilalta Prat
2008-01-21
final fix for bug #1757010
Paweł Kołodziejski
2008-01-20
added experimental hack to code to prevent the same start music again if old ...
Paweł Kołodziejski
2008-01-18
iMuse Digital: Moved track & table definition from dimuse.h into separate hea...
Max Horn
2008-01-18
Don't hardcode value for which we have wonderful and nice constants defined ;)
Max Horn
2008-01-15
implement dimuse transition 12, not tested yet
Paweł Kołodziejski
2008-01-14
implement special case for playing music with beginning offset where other on...
Paweł Kołodziejski
2008-01-14
fixed setting hookId for music, it doesn't worked before
Paweł Kołodziejski
2008-01-13
revert updateFadeMusicTrack
Paweł Kołodziejski
2008-01-13
fixed fadeOutMusic in transitions
Paweł Kołodziejski
2008-01-13
added missing stoppingSequence to music transitions. still i'm not sure if it...
Paweł Kołodziejski
2008-01-05
Play SOU data instantly, not slightly delayed -> allows us to get rid of Trac...
Max Horn
2008-01-05
Moved some code which was being duplicated to methods of class Track
Max Horn
2008-01-01
Patch #1839861 (Possible workaround for bugs related to cloneToFadeOutTrack):...
Max Horn
2007-12-30
Ooops, this was not supposed to be commited
Max Horn
2007-12-30
atrib -> attrib; added some FIXME comments
Max Horn
2007-12-30
Fix for bug #1635361: COMI: Music fade-out broken for compressed audio
Max Horn
2007-09-01
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
Chris Apers
2007-07-22
cleanup (in particular, don't call something 'soundHandle' which is not a Mix...
Max Horn
2007-06-02
renamed variable in IMuseDigital music code
Paweł Kołodziejski
2007-06-01
rename some imuse variables
Paweł Kołodziejski
2007-06-01
small correction of comment
Paweł Kołodziejski
2007-06-01
added comments for imuse digital variables
Paweł Kołodziejski
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-20
Correct error message
Max Horn
2007-03-20
cleanup
Max Horn
2007-03-02
Applied my own patch #1672572, after discussing it with Fingolfin. We no longer
Torbjörn Andersson
2007-02-19
Use consistent naming for the preprocessor constants used to guarantee that
Torbjörn Andersson
2006-10-21
cleanup
Max Horn
2006-10-07
Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...
Max Horn
2006-05-18
Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It
Torbjörn Andersson
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn