aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-29Changed printf() to warning(). (Even in the case where the message used toTorbjörn Andersson
say "ERROR".) svn-id: r13677
2004-04-29Changed printf() to warning(), plus some formatting changes.Torbjörn Andersson
svn-id: r13676
2004-04-29fix another unitialised var useJonathan Gray
svn-id: r13675
2004-04-29init some things to fix segfaultsJonathan Gray
svn-id: r13674
2004-04-29Now it produces sound, but it's clear that XMIDI parsing is wrongEugene Sandulenko
svn-id: r13673
2004-04-29Make MIDI driver run, though no sound yet.Eugene Sandulenko
svn-id: r13672
2004-04-29Forgot to commit header fileEugene Sandulenko
svn-id: r13671
2004-04-29Music.cpp objectizing.Eugene Sandulenko
Initial MIDI checkin, doesn't work svn-id: r13670
2004-04-29Rename sysmusic.cpp to music.cppEugene Sandulenko
svn-id: r13669
2004-04-29Voices are playedEugene Sandulenko
svn-id: r13668
2004-04-28Objectizing sound.cppEugene Sandulenko
svn-id: r13667
2004-04-28Rename syssound.cpp to sound.cppEugene Sandulenko
svn-id: r13666
2004-04-28Rename Snd object to SndResEugene Sandulenko
svn-id: r13665
2004-04-28Objectize sndres.cppEugene Sandulenko
svn-id: r13664
2004-04-28code formatting insanityEugene Sandulenko
svn-id: r13663
2004-04-28Small potential TODOMax Horn
svn-id: r13662
2004-04-28Cleanup. I plan to take a closer look at the sound effects handling later.Torbjörn Andersson
svn-id: r13661
2004-04-28updatePaweł Kołodziejski
svn-id: r13660
2004-04-28cleanupPaweł Kołodziejski
svn-id: r13659
2004-04-28Fixed crash. Original clip routine was more sane.Eugene Sandulenko
Some code formatting. svn-id: r13658
2004-04-28Removing more files from SAGA. Justification: we already have XMIDI/SMF ↵Max Horn
code; SDL already gets inited by OSystem (which this code should use, too, of course...); no need to have a simple poly hit test in a separate file svn-id: r13657
2004-04-27that is not need anymorePaweł Kołodziejski
svn-id: r13656
2004-04-27more dead code goneMax Horn
svn-id: r13655
2004-04-27Remove yet another fileMax Horn
svn-id: r13654
2004-04-27Remove some more unused codeMax Horn
svn-id: r13653
2004-04-27cleanupMax Horn
svn-id: r13652
2004-04-27Fixed warnings. At the time of writing, only xmidi.cpp causes warnings forTorbjörn Andersson
me now, but I'm not sure how to fix those. svn-id: r13651
2004-04-27Fixed warning by removing unused variable.Torbjörn Andersson
svn-id: r13650
2004-04-27CleanupTorbjörn Andersson
svn-id: r13649
2004-04-27Don't use uninitialized variable, lang_path, in debugging messages. ItTorbjörn Andersson
caused ScummVM to hang on my Linux box. Fixed - correctly, I hope - compiler warning. svn-id: r13648
2004-04-26imuse audio stream are use dynamic append size nowPaweł Kołodziejski
svn-id: r13647
2004-04-26synced code free space with buffer changesPaweł Kołodziejski
svn-id: r13646
2004-04-26MIDI control change 18 is no longer transmitted.Jamieson Christian
It is not a valid MIDI control change message. It is used internally in the SCUMM MIDI tracks to indicate part priority. The only MidiDriver that needs it is Adlib. It should be noted that the priority values are out of bounds for a regular MIDI message anyway. Valid control change values are 0-127, but the priority value ranges from 0-255. This fixes a crash with a certain software MT-32 emulator running under Linux. Thanks to olki for bringing up this issue. svn-id: r13645
2004-04-26Tweaked a few things to accommodateJamieson Christian
MSVC6's idiosyncracies. svn-id: r13644
2004-04-26Cleaned up and updated MSVC6 projects.Jamieson Christian
svn-id: r13643
2004-04-26MSVC6 projects for the new enginesJamieson Christian
svn-id: r13642
2004-04-26fixed logic code bug. it should not try start sound if not free slotPaweł Kołodziejski
svn-id: r13641
2004-04-26locking resource sounds while using them to prevent expirePaweł Kołodziejski
svn-id: r13640
2004-04-26added mutex into smush playerPaweł Kołodziejski
svn-id: r13639
2004-04-26renamePaweł Kołodziejski
svn-id: r13638
2004-04-26forgot itPaweł Kołodziejski
svn-id: r13637
2004-04-26mixer buffer size depend on format of sound, it's 1 second timed bufferPaweł Kołodziejski
svn-id: r13636
2004-04-26fixed stopping imuse soundsPaweł Kołodziejski
svn-id: r13635
2004-04-26Cleanup. Mostly removal of redundant comments.Torbjörn Andersson
I've also made the SaveGameHeader struct packed, which may break savegame compatibility on some architectures (though not on the Linux and Windows boxes I've tried it on). But I'm hoping it will guarantee, or at least make it more likely, that savegames will be portable across architectures. svn-id: r13634
2004-04-26fixed cue music in FTPaweł Kołodziejski
svn-id: r13633
2004-04-26added some indexed commentsPaweł Kołodziejski
svn-id: r13632
2004-04-25- added workaround for strange regions length in some FT voc samplesPaweł Kołodziejski
- increased regions up to 70 svn-id: r13631
2004-04-25Add FreeBSD plugins buildingEugene Sandulenko
svn-id: r13630
2004-04-25delete CustomProcInputStream and add getFreeSpace for appendable audiostreamPaweł Kołodziejski
svn-id: r13629
2004-04-25dropped pull method for imusePaweł Kołodziejski
svn-id: r13628