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_music.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-03-29
fixed 'if' statement as should be/was.
Paweł Kołodziejski
2008-02-15
revert stateId == 4 part of code to previous ignore action to fix bug #1881415
Paweł Kołodziejski
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-17
reduction a bit of code
Paweł Kołodziejski
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
Indentation.
Torbjörn Andersson
2008-01-13
Removed unnecessary semi-colons.
Torbjörn Andersson
2008-01-13
revert updateFadeMusicTrack
Paweł Kołodziejski
2008-01-13
revert experimental hack
Paweł Kołodziejski
2008-01-13
fixed fadeOutMusic in transitions
Paweł Kołodziejski
2008-01-13
additional missing stoppingSequence to music 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-12
seqId 4 should pass fadeout music not silence ignore
Paweł Kołodziejski
2008-01-01
Fix a long standing bug in playComiMusic (no idea whether this caused any bug...
Max Horn
2008-01-01
experimental change to fade out to 120 ms instead from table for state music ...
Paweł Kołodziejski
2007-12-31
verified differences in play music code of the dig and comi
Paweł Kołodziejski
2007-12-31
cleanup
Max Horn
2007-12-30
atrib -> attrib; added some FIXME comments
Max Horn
2007-12-04
remove code duplication
Paweł Kołodziejski
2007-12-04
correction based on disassembly
Paweł Kołodziejski
2007-12-03
remove code duplication
Paweł Kołodziejski
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-02
renamed variable in IMuseDigital music code
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
cleanup
Max Horn
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-02-19
added experimental hook handle on 8,9 sub opcode music
Paweł Kołodziejski
2006-02-11
Moved engines to the new engines/ directory
Max Horn