aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-01With Jamieson630's MIDI parser fix, all the ITE MIDIs should work.Torbjörn Andersson
svn-id: r13720
2004-05-01Doubled the buffer size to prevent crashes with the Inherit the EarthTorbjörn Andersson
MIDIs. This is a temporary fix - Jamieson630 said something about making a better fix later - but it will have to do for now. svn-id: r13719
2004-05-01updatePaweł Kołodziejski
svn-id: r13718
2004-05-01fix warningPaweł Kołodziejski
svn-id: r13717
2004-05-01indentPaweł Kołodziejski
svn-id: r13716
2004-05-01indentPaweł Kołodziejski
svn-id: r13715
2004-05-01Fix IHNM hangEugene Sandulenko
svn-id: r13714
2004-05-01indentPaweł Kołodziejski
svn-id: r13713
2004-05-01indentPaweł Kołodziejski
svn-id: r13712
2004-05-01unbreak change that prevented ite disk version from launching, add detection ↵Jonathan Gray
for win32 demo svn-id: r13711
2004-05-01indentPaweł Kołodziejski
svn-id: r13710
2004-05-01add some debug calls in the verify functionsJonathan Gray
svn-id: r13709
2004-05-01indentPaweł Kołodziejski
svn-id: r13708
2004-05-01Fix for [945497] Possible bug in midiparser_smf.cppJamieson Christian
Corrected Type 0 SMF compression to properly account for command lengths when Running Status is being used. Also increased buffer size for Type 0 output since Running Status can result in the Type 0 output being larger than the source data. Needs some more work, but at least the Wyrmkeep people can keep going in the meantime. svn-id: r13707
2004-05-01indentPaweł Kołodziejski
svn-id: r13706
2004-05-01Simplified the handling of sound effects. It's not necessary for the driverTorbjörn Andersson
to keep its own copy of the sound data. It could be even further simplified (I don't really see any reason for having two different sound queues), but I seem to have reached a point of stability here and I don't want to jinx it by making further changes yet. svn-id: r13705
2004-05-01Made the "debugoff" console command actually turn *off* the debug info.Torbjörn Andersson
svn-id: r13704
2004-05-01Remove scalers, 16bpp code, unused functions.Eugene Sandulenko
svn-id: r13703
2004-05-01Fixed warningTorbjörn Andersson
svn-id: r13702
2004-05-01indentPaweł Kołodziejski
svn-id: r13701
2004-05-01Fixed warningsTorbjörn Andersson
svn-id: r13700
2004-05-01Fixed warning. The R_GAMEDESC for the disk version of ITE didn't initialiseTorbjörn Andersson
the gd_suppoerted flag, so I set it to 0. svn-id: r13699
2004-05-01indentPaweł Kołodziejski
svn-id: r13698
2004-05-01indentPaweł Kołodziejski
svn-id: r13697
2004-05-01indentPaweł Kołodziejski
svn-id: r13696
2004-05-01indentPaweł Kołodziejski
svn-id: r13695
2004-05-01indentPaweł Kołodziejski
svn-id: r13694
2004-05-01indentPaweł Kołodziejski
svn-id: r13693
2004-05-01indentPaweł Kołodziejski
svn-id: r13692
2004-05-01indentPaweł Kołodziejski
svn-id: r13691
2004-05-01indentPaweł Kołodziejski
svn-id: r13690
2004-05-01Remove unneeded #definesEugene Sandulenko
svn-id: r13689
2004-05-01indentPaweł Kołodziejski
svn-id: r13688
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
svn-id: r13687
2004-04-30Indentation madnessEugene Sandulenko
svn-id: r13686
2004-04-30Added fixme comment about a bug that happens (at least) in the WyrmkeepTorbjörn Andersson
re-release of ITE, and how to work around it. svn-id: r13685
2004-04-30Changed printf() to warning()Torbjörn Andersson
svn-id: r13684
2004-04-30Fix cut'n'paste bug. It broke queen building with kyra disabledEugene Sandulenko
svn-id: r13683
2004-04-30Very experimental support for the separate MIDI files used by the WyrmkeepTorbjörn Andersson
re-release of ITE. Unfortunately I only know the mapping from resource number to file name for the two tunes in the intro, and the second one causes ScummVM to crash so I had to disable it. svn-id: r13682
2004-04-29Fix warningMax Horn
svn-id: r13681
2004-04-29Added signed read/write methods to the Stream classesMax Horn
svn-id: r13680
2004-04-29use timer rate from driver, makes midi a bit more audibleJonathan Gray
svn-id: r13679
2004-04-29Quick-and-dirty music fix. I can hear music in the ITE intro now. I haven'tTorbjörn Andersson
tried IHNM yet. svn-id: r13678
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