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
/
queen
/
music.cpp
Age
Commit message (
Expand
)
Author
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-04-03
Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. Thi...
Jerome Fisher
2005-01-10
Fix alignment problem
Nicolas Bacca
2005-01-06
Change warning to debug
Joost Peters
2005-01-01
Updated copyright
Max Horn
2004-12-31
added some comments and re-indented some parts of code
Gregory Montoir
2004-12-23
songs > 1000 are special commands which shouldn't be ignored. fixes a rather ...
Joost Peters
2004-12-21
Change order of close()'ing and delete'ing _driver and _parser; fixes bug #10...
Joost Peters
2004-12-20
Added check to prevent queueing invalid songs, and thus reading OOB...
Gregory Montoir
2004-11-23
cleanup, follow code conventions
Gregory Montoir
2004-11-10
fix potiential memory leak
Gregory Montoir
2004-10-22
Support MT-32 emu.
Eugene Sandulenko
2004-08-06
cleanup and simplify Resource class a bit more
Gregory Montoir
2004-03-28
Fix bug #925059
Nicolas Bacca
2004-03-09
Respond to volume-altering songs
Joost Peters
2004-03-09
Enable music volume slider in Journal
Joost Peters
2004-02-27
Handle "compressed" songs
Joost Peters
2004-02-14
fix yet another piece of broken music
Joost Peters
2004-01-27
Allow using a real MT-32 (can someone with one please test this?)
Joost Peters
2004-01-27
minor cleanup
Joost Peters
2004-01-26
Yet another stupid EVC fix
Nicolas Bacca
2004-01-25
Check for demo version.
Travis Howell
2004-01-25
- Cope better with invalid music (fixes 100% CPU usage)
Joost Peters
2004-01-24
- Added MT32 -> GM mapping, this fixes the wrong sound for the clock in the b...
Joost Peters
2004-01-22
- Some refactoring/clean-up.
Joost Peters
2004-01-20
initialise _channel array
Joost Peters
2004-01-19
- Enable music queueing (I don't really like the levels of indirection, but i...
Joost Peters
2004-01-19
Added MusicPlayer class (MidiDriver derivate) for greater flexibility
Joost Peters
2004-01-06
updated copyright notice
Max Horn
2003-12-29
Demo uses different file for music (and disable it for now)
Joost Peters
2003-12-28
Need to call this as well to properly stop music
Joost Peters
2003-12-28
Improved music code a bit. still has 'hanging notes' when stopping music, tho...
Joost Peters
2003-12-28
- added 'song' debugger command
Joost Peters
2003-12-14
Initial (Roland) Music support; a lot of stuff is still missing and/or incomp...
Joost Peters