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
/
tinsel
/
music.cpp
Age
Commit message (
Expand
)
Author
2010-04-27
Fix warning
Willem Jan Palenstijn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-31
Switch makeADPCMStream to DisposeAfterUse::Flag
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-08
Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...
Max Horn
2009-12-15
Got rid of ReadStream::ioFailed()
Max Horn
2009-11-09
TINSEL: Make some const tables static; move static int priorVolMusic into Set...
Max Horn
2009-11-02
TINSEL: Turn config code into a simple C++ class
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-08-08
Change workaround for bug #2820054 to apply for all GRA versions.
Johannes Schickel
2009-08-08
Formatting fix.
Johannes Schickel
2009-08-08
Add workaround for bug #2820054 "DW1: No intro music at first start on Wii", ...
Johannes Schickel
2009-08-05
Bugfix for music not being stopped when music volume is set to zero
Paul Gilbert
2009-07-11
Bugfix to properly save the currently playing midi music when saving a scene
Paul Gilbert
2009-05-24
tinsel: disable midi playing for Discworld PSX, as the game uses the propriet...
Fabio Battaglia
2009-03-19
Added some more debug messages
Sven Hesse
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-02-02
Fixed warning about implicit signed -> unsigned integer conversion
Max Horn
2009-02-02
endian safety
Joost Peters
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-27
cleanup
Max Horn
2009-01-24
fixing #2531282: don't fall back to a real audio CD when playing enhanced mid...
Willem Jan Palenstijn
2009-01-14
Fix for non-looped tracks of the music enhancement project. Also, got rid of ...
Filippos Karapetis
2009-01-12
Cleanup
Filippos Karapetis
2009-01-12
Imitate the way the original game is playing MIDI tracks when playing enhance...
Filippos Karapetis
2009-01-12
Added support for the Discworld 1 Music Enhancement project. Big thanks to Ja...
Filippos Karapetis
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-01
Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...
Filippos Karapetis
2008-09-19
Changed tinsel's volume range (0-127) to match ScummVM's (0-255)
Filippos Karapetis
2008-08-20
Moved the mutex locking a bit. (Consistent with how the AGOS engine does it.)
Torbjörn Andersson
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-07-24
cleanup
Max Horn
2008-07-23
Added Tinsel engine to main repos (no news item for it ON PURPOSE)
Max Horn