aboutsummaryrefslogtreecommitdiff
path: root/sky/music/gmmusic.cpp
AgeCommit message (Collapse)Author
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20514
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-12-05some cleanup, engine returns to the launcher now instead of calling ↵Robert Göffringmann
OSystem::quit. I suppose it leaks memory though... svn-id: r19743
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-09-09Whitespace change.Torbjörn Andersson
svn-id: r18797
2005-04-03Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. ↵Jerome Fisher
This does the following: - Replaces multiple identical MT-32-to-General MIDI mapping tables with a common one in MidiDriver. - Changes Sky's GmChannel class to allow NULL instrument and velocity mapping tables, giving a 1-to-1 mapping without creating a dummy table. svn-id: r17361
2005-03-12Slighy modified patch #1161756 "Patch for external / non-volatile GMIDI ↵Eugene Sandulenko
synths". Thanks, __tom. svn-id: r17091
2005-01-28Use class Mutex instead of MutexRefMax Horn
svn-id: r16679
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-10-22changed timing code.Robert Göffringmann
svn-id: r15639
2004-02-11Fixed bug #870890.Torbjörn Andersson
svn-id: r12825
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵Max Horn
namespace 'Sky' now) svn-id: r12114
2004-01-03Introduce namespace 'Sky'Max Horn
svn-id: r12099
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11213
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵Max Horn
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622
2003-10-01Whitespace changesTorbjörn Andersson
svn-id: r10516
2003-09-24Fix for Bug [805923] BASS: Notes left on when quitting gameJamieson Christian
Explicitly send All Notes Off messages on every channel when shutting down music driver. This fixes hanging notes on exit when using external synths or some less intelligent internal synths. svn-id: r10398
2003-08-20copied some fixes which only were in 0.5.1 branch.Robert Göffringmann
svn-id: r9799
2003-07-13debug/warning/error all automatically output a newlineMax Horn
svn-id: r8991
2003-07-13music support for BASS floppy demo v.0.0109.Robert Göffringmann
adlib doesn't really work, but the rest of the game doesn't either... so who cares, anyway. svn-id: r8966
2003-07-12add newline at end of file to make gcc happyOliver Kiehl
svn-id: r8933
2003-07-12fixed mt32 key velocitiesRobert Göffringmann
svn-id: r8931
2003-07-11removed useless additional mapping tables and fixed crash in LINC sectionRobert Göffringmann
svn-id: r8914
2003-07-01fixed race condition when loading different sectionsRobert Göffringmann
svn-id: r8681
2003-06-22native mt32 support and basic control panel (incomplete)Robert Göffringmann
doesn't work with all versions, probably file numbers were changed svn-id: r8632
2003-06-01cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAGRobert Göffringmann
svn-id: r8253
2003-05-28Fix compileTravis Howell
svn-id: r8071
2003-05-28moved music drivers into seperated directory, added music support for ↵Robert Göffringmann
diskdemo's adlib driver version. (maybe other sky versions also have this older adlib driver?) svn-id: r8069