aboutsummaryrefslogtreecommitdiff
path: root/sound/gmidi.cpp
AgeCommit message (Collapse)Author
2002-04-12new video engine (expect broken non-sdl builds),Ludvig Strigeus
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912
2002-04-11Large pointless reindentation of all the code. Also fixed a few mistakesJames Brown
in the object flags code cleanup. Flags used: indent *.cpp -br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip -ts2 -ncs -nbs -npcs -nbap -Tbyte -Tuint32 -Tuint8 -Tuint16 -TArrayHeader -TMemBlkHeader -TVerbSlot -TObjectData -Tvoid -TImageHeader -TRoomHeader -TCodeHeader -TResHdr -TBompHeader -TMidiChannelAdl -TGui -TScumm -TSoundEngine -TPart -TPlayer svn-id: r3908
2002-03-21Move some box stuff from scumm.h to new boxes.hJames Brown
Also move some sound-related items from scumm.h to sound.h svn-id: r3797
2002-03-20I know it probably doesn't look like much, but this is a start to the reorg ↵James Brown
- basically I've shuffled the Scumm struct around, and turned it into a Class - labeling and grouping functions that are related. svn-id: r3792
2002-03-16MorphOS port (sdl version) + endian fixes for big endian machines.James Brown
svn-id: r3771
2002-03-14should be "#if !defined", instead of "#if !define" :)Mutwin Kraus
svn-id: r3747
2002-03-14Fix some possible problems with new gmidi.cpp compiling on Mac Carbon..James Brown
svn-id: r3746
2002-03-14Rewire the MIDI subsystem to use drivers selecting from the commandline.James Brown
No -DTIMIDITY, etc! Yippie!. Also updated readme. svn-id: r3743
2002-03-14Add missing file. Oops.James Brown
svn-id: r3742
2002-03-14Added some new midi drivers - QuickTime Music and RawMidi.James Brown
-DUSE_RAWMIDI and -DUSE_QTMUSIC respectivly. I assume these will compile - if not file a bug/patch. Also added a "-r" commandline parameter to turn on MT32 emulation... the patch conversion set isn't quite right, still.. svn-id: r3741
2002-02-02Added newline at end of file to fix gcc warnings.Marcus Comstedt
svn-id: r3552
2001-12-01fixed to compile on unixLudvig Strigeus
svn-id: r3512
2001-12-01adlib sound support, use USE_ADLIBLudvig Strigeus
svn-id: r3510