Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-30 | Added fixme comment about a bug that happens (at least) in the Wyrmkeep | Torbjörn Andersson | |
re-release of ITE, and how to work around it. svn-id: r13685 | |||
2004-04-30 | Changed printf() to warning() | Torbjörn Andersson | |
svn-id: r13684 | |||
2004-04-30 | Fix cut'n'paste bug. It broke queen building with kyra disabled | Eugene Sandulenko | |
svn-id: r13683 | |||
2004-04-30 | Very experimental support for the separate MIDI files used by the Wyrmkeep | Torbjö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-29 | Fix warning | Max Horn | |
svn-id: r13681 | |||
2004-04-29 | Added signed read/write methods to the Stream classes | Max Horn | |
svn-id: r13680 | |||
2004-04-29 | use timer rate from driver, makes midi a bit more audible | Jonathan Gray | |
svn-id: r13679 | |||
2004-04-29 | Quick-and-dirty music fix. I can hear music in the ITE intro now. I haven't | Torbjörn Andersson | |
tried IHNM yet. svn-id: r13678 | |||
2004-04-29 | Changed printf() to warning(). (Even in the case where the message used to | Torbjörn Andersson | |
say "ERROR".) svn-id: r13677 | |||
2004-04-29 | Changed printf() to warning(), plus some formatting changes. | Torbjörn Andersson | |
svn-id: r13676 | |||
2004-04-29 | fix another unitialised var use | Jonathan Gray | |
svn-id: r13675 | |||
2004-04-29 | init some things to fix segfaults | Jonathan Gray | |
svn-id: r13674 | |||
2004-04-29 | Now it produces sound, but it's clear that XMIDI parsing is wrong | Eugene Sandulenko | |
svn-id: r13673 | |||
2004-04-29 | Make MIDI driver run, though no sound yet. | Eugene Sandulenko | |
svn-id: r13672 | |||
2004-04-29 | Forgot to commit header file | Eugene Sandulenko | |
svn-id: r13671 | |||
2004-04-29 | Music.cpp objectizing. | Eugene Sandulenko | |
Initial MIDI checkin, doesn't work svn-id: r13670 | |||
2004-04-29 | Rename sysmusic.cpp to music.cpp | Eugene Sandulenko | |
svn-id: r13669 | |||
2004-04-29 | Voices are played | Eugene Sandulenko | |
svn-id: r13668 | |||
2004-04-28 | Objectizing sound.cpp | Eugene Sandulenko | |
svn-id: r13667 | |||
2004-04-28 | Rename syssound.cpp to sound.cpp | Eugene Sandulenko | |
svn-id: r13666 | |||
2004-04-28 | Rename Snd object to SndRes | Eugene Sandulenko | |
svn-id: r13665 | |||
2004-04-28 | Objectize sndres.cpp | Eugene Sandulenko | |
svn-id: r13664 | |||
2004-04-28 | code formatting insanity | Eugene Sandulenko | |
svn-id: r13663 | |||
2004-04-28 | Small potential TODO | Max Horn | |
svn-id: r13662 | |||
2004-04-28 | Cleanup. I plan to take a closer look at the sound effects handling later. | Torbjörn Andersson | |
svn-id: r13661 | |||
2004-04-28 | update | Paweł Kołodziejski | |
svn-id: r13660 | |||
2004-04-28 | cleanup | Paweł Kołodziejski | |
svn-id: r13659 | |||
2004-04-28 | Fixed crash. Original clip routine was more sane. | Eugene Sandulenko | |
Some code formatting. svn-id: r13658 | |||
2004-04-28 | Removing 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-27 | that is not need anymore | Paweł Kołodziejski | |
svn-id: r13656 | |||
2004-04-27 | more dead code gone | Max Horn | |
svn-id: r13655 | |||
2004-04-27 | Remove yet another file | Max Horn | |
svn-id: r13654 | |||
2004-04-27 | Remove some more unused code | Max Horn | |
svn-id: r13653 | |||
2004-04-27 | cleanup | Max Horn | |
svn-id: r13652 | |||
2004-04-27 | Fixed warnings. At the time of writing, only xmidi.cpp causes warnings for | Torbjörn Andersson | |
me now, but I'm not sure how to fix those. svn-id: r13651 | |||
2004-04-27 | Fixed warning by removing unused variable. | Torbjörn Andersson | |
svn-id: r13650 | |||
2004-04-27 | Cleanup | Torbjörn Andersson | |
svn-id: r13649 | |||
2004-04-27 | Don't use uninitialized variable, lang_path, in debugging messages. It | Torbjörn Andersson | |
caused ScummVM to hang on my Linux box. Fixed - correctly, I hope - compiler warning. svn-id: r13648 | |||
2004-04-26 | imuse audio stream are use dynamic append size now | Paweł Kołodziejski | |
svn-id: r13647 | |||
2004-04-26 | synced code free space with buffer changes | Paweł Kołodziejski | |
svn-id: r13646 | |||
2004-04-26 | MIDI 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-26 | Tweaked a few things to accommodate | Jamieson Christian | |
MSVC6's idiosyncracies. svn-id: r13644 | |||
2004-04-26 | Cleaned up and updated MSVC6 projects. | Jamieson Christian | |
svn-id: r13643 | |||
2004-04-26 | MSVC6 projects for the new engines | Jamieson Christian | |
svn-id: r13642 | |||
2004-04-26 | fixed logic code bug. it should not try start sound if not free slot | Paweł Kołodziejski | |
svn-id: r13641 | |||
2004-04-26 | locking resource sounds while using them to prevent expire | Paweł Kołodziejski | |
svn-id: r13640 | |||
2004-04-26 | added mutex into smush player | Paweł Kołodziejski | |
svn-id: r13639 | |||
2004-04-26 | rename | Paweł Kołodziejski | |
svn-id: r13638 | |||
2004-04-26 | forgot it | Paweł Kołodziejski | |
svn-id: r13637 | |||
2004-04-26 | mixer buffer size depend on format of sound, it's 1 second timed buffer | Paweł Kołodziejski | |
svn-id: r13636 |