aboutsummaryrefslogtreecommitdiff
path: root/queen/music.cpp
AgeCommit message (Expand)Author
2005-01-10Fix alignment problemNicolas Bacca
2005-01-06Change warning to debugJoost Peters
2005-01-01Updated copyrightMax Horn
2004-12-31added some comments and re-indented some parts of codeGregory Montoir
2004-12-23songs > 1000 are special commands which shouldn't be ignored. fixes a rather ...Joost Peters
2004-12-21Change order of close()'ing and delete'ing _driver and _parser; fixes bug #10...Joost Peters
2004-12-20Added check to prevent queueing invalid songs, and thus reading OOB...Gregory Montoir
2004-11-23cleanup, follow code conventionsGregory Montoir
2004-11-10fix potiential memory leakGregory Montoir
2004-10-22Support MT-32 emu.Eugene Sandulenko
2004-08-06cleanup and simplify Resource class a bit moreGregory Montoir
2004-03-28Fix bug #925059Nicolas Bacca
2004-03-09Respond to volume-altering songsJoost Peters
2004-03-09Enable music volume slider in JournalJoost Peters
2004-02-27Handle "compressed" songsJoost Peters
2004-02-14fix yet another piece of broken musicJoost Peters
2004-01-27Allow using a real MT-32 (can someone with one please test this?)Joost Peters
2004-01-27minor cleanupJoost Peters
2004-01-26Yet another stupid EVC fixNicolas Bacca
2004-01-25Check 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-20initialise _channel arrayJoost Peters
2004-01-19- Enable music queueing (I don't really like the levels of indirection, but i...Joost Peters
2004-01-19Added MusicPlayer class (MidiDriver derivate) for greater flexibilityJoost Peters
2004-01-06updated copyright noticeMax Horn
2003-12-29Demo uses different file for music (and disable it for now)Joost Peters
2003-12-28Need to call this as well to properly stop musicJoost Peters
2003-12-28Improved music code a bit. still has 'hanging notes' when stopping music, tho...Joost Peters
2003-12-28- added 'song' debugger commandJoost Peters
2003-12-14Initial (Roland) Music support; a lot of stuff is still missing and/or incomp...Joost Peters