aboutsummaryrefslogtreecommitdiff
path: root/sky/music/adlibmusic.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-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵Max Horn
because we already have many classes with that name) svn-id: r18039
2005-01-28Use class Mutex instead of MutexRefMax Horn
svn-id: r16679
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-11-27Use modern form of setupPremixMax Horn
svn-id: r15916
2004-10-17Use new setupPremix variant (incomplete)Max Horn
svn-id: r15596
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
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-12-19unregister the premix proc when you go awayMax Horn
svn-id: r11755
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-18changed & documented the premixer semanticsMax Horn
svn-id: r10294
2003-08-06get rid of some g_system usageMax Horn
svn-id: r9529
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-12Didn't helpTravis Howell
svn-id: r8950
2003-07-12A few mino changes for pc gamer demoTravis Howell
svn-id: r8949
2003-07-11Post FMOPL-reversion cleanup.Jamieson Christian
svn-id: r8906
2003-07-11Reverted to "old" YM3812 (FMOPL) emulator code.Jamieson Christian
Until specific information regarding the benefits of migrating to the new emulator can be made available, the "old" code will remain in effect for the benefit of slower hardware platforms such as some WinCE-based devices. svn-id: r8903
2003-07-09SoundMixer::setMusicVolume() doesn't seem to do anything, so set music ↵Robert Göffringmann
volume manually.... svn-id: r8882
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-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