aboutsummaryrefslogtreecommitdiff
path: root/sky/music/mt32music.cpp
AgeCommit message (Collapse)Author
2004-10-22changed timing code.Robert Göffringmann
svn-id: r15639
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
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-12Fix for Bug [817286] MT-32 execution checksum errorsJamieson Christian
logicdeluxe's patch to avoid MT-32 processing overflows when sending large amounts of SysEx data. svn-id: r10755
2003-10-07Corrected MT-32 master volume SysExJamieson Christian
svn-id: r10671
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-03Fix OOB SysEx checksumsJamieson Christian
svn-id: r10572
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10154
2003-09-10Fxo sky module compileTravis Howell
svn-id: r10153
2003-07-13debug/warning/error all automatically output a newlineMax Horn
svn-id: r8991
2003-07-12fixed mt32 key velocitiesRobert Göffringmann
svn-id: r8931
2003-07-01fixed race condition when loading different sectionsRobert Göffringmann
svn-id: r8681
2003-06-22another warningMax Horn
svn-id: r8637
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-29fixed wrong pathRobert Göffringmann
svn-id: r8075
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