Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... | Paweł Kołodziejski | |
svn-id: r6720 | |||
2003-01-03 | Add olki's patch for sound effects in simon1dos | Travis Howell | |
Plus hack to allow choice between midi music and sound effects via 's' key svn-id: r6326 | |||
2003-01-03 | Remove sion 1 music warning | Travis Howell | |
Change warning about missing vga file to error svn-id: r6323 | |||
2002-12-21 | MidiStreamer no longer derives from MidiDriver. | Jamieson Christian | |
Removed MidiStreamer methods that weren't actually needed. That's one layer of indirection removed from Simon music. svn-id: r6050 | |||
2002-12-12 | Changed handling of malformed pitchbend events. | Jamieson Christian | |
Added related warning output for future reference. svn-id: r5909 | |||
2002-12-11 | ripped out obsolete midi streaming code from backends (this may break ↵ | Max Horn | |
Alsa/SEQ/Windows/Morphos compile, I tried my best, but you'll have to clean up after me) svn-id: r5905 | |||
2002-11-24 | Disable/remove some warnings | Travis Howell | |
Enable more debugging svn-id: r5709 | |||
2002-11-21 | Broke MidiStreamer into .h and .cpp components. | Jamieson Christian | |
svn-id: r5682 | |||
2002-11-18 | Added support for volume and pause control to Simon music. | Jamieson Christian | |
Note that MidiStreamer is now used as a streaming wrapper for ALL MidiDriver types, even those that natively support streaming. This is because MidiStreamer supports a hybrid of streamed and non-streamed MIDI, which is necessary to support interactive events. svn-id: r5596 | |||
2002-11-17 | added structures for midi pause/volume | Oliver Kiehl | |
svn-id: r5591 | |||
2002-11-13 | changed warning to error | Oliver Kiehl | |
svn-id: r5539 | |||
2002-11-13 | Change last ugly hack to make it a little better | Travis Howell | |
svn-id: r5526 | |||
2002-11-13 | An ugly hack to allow music looping in simon1talkie | Travis Howell | |
Most likely better wat to do this... svn-id: r5525 | |||
2002-11-13 | Add midi streaming support from Jamieson630 | Travis Howell | |
svn-id: r5522 | |||
2002-11-10 | if possible, always #include headers in the source files, not in other headers | Max Horn | |
svn-id: r5495 | |||
2002-10-24 | Add simon1demo | Travis Howell | |
svn-id: r5300 | |||
2002-10-21 | oops | Max Horn | |
svn-id: r5224 | |||
2002-10-21 | fixed simon2win midi (I hope), bug #595813 | Max Horn | |
svn-id: r5222 | |||
2002-10-21 | The terms Word and DWord are somewhat Windows centric; in fact there are ↵ | Max Horn | |
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216 | |||
2002-10-21 | clean up of the Simon MidiPlayer class | Max Horn | |
svn-id: r5214 | |||
2002-09-16 | simon also use class File | Paweł Kołodziejski | |
svn-id: r4948 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4476 | |||
2002-05-05 | cleaning up the mess drigo left... <sigh> | Max Horn | |
svn-id: r4215 | |||
2002-05-05 | Fixed some things to support MacOS port | Enrico Rolfi | |
svn-id: r4210 | |||
2002-04-19 | Use relative include paths to easy some ports. | James Brown | |
svn-id: r4005 | |||
2002-04-14 | wrote new mixer class, | Ludvig Strigeus | |
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937 | |||
2002-04-13 | made more endian safe | Ludvig Strigeus | |
svn-id: r3929 | |||
2002-04-13 | removed anonymous struct | Ludvig Strigeus | |
svn-id: r3926 | |||
2002-04-13 | new midi driver API, | Ludvig Strigeus | |
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925 | |||
2002-04-13 | possibly fix of compile on unix | Ludvig Strigeus | |
svn-id: r3918 | |||
2002-04-13 | Fix various warnings, and things preventing non-win32 platforms from compiling. | James Brown | |
svn-id: r3916 | |||
2002-04-12 | new video engine (expect broken non-sdl builds), | Ludvig Strigeus | |
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912 |