Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-23 | Cleanup | Torbjörn Andersson | |
svn-id: r15662 | |||
2004-10-23 | Cleaned up axtoi() | Torbjörn Andersson | |
svn-id: r15661 | |||
2004-10-22 | ScummVM style (partial) | Torbjörn Andersson | |
svn-id: r15653 | |||
2004-10-22 | cleanup | Max Horn | |
svn-id: r15652 | |||
2004-10-22 | ScummVM style. | Torbjörn Andersson | |
svn-id: r15651 | |||
2004-10-22 | Replaced the Bit* data types with ScummVM's int* and uint* types. The | Torbjörn Andersson | |
64-bit type has been renamed int64 and uint64. As a consequence, bug #1051999 (the MinGW compilation problems) is now fixed. svn-id: r15650 | |||
2004-10-22 | Indentation | Torbjörn Andersson | |
svn-id: r15646 | |||
2004-10-22 | Fixed warning. Hopefully without breaking anything. | Torbjörn Andersson | |
The __int64 problem remains, though. svn-id: r15645 | |||
2004-10-22 | Correction for mingw compile | Travis Howell | |
svn-id: r15644 | |||
2004-10-21 | Fix sign warnings | Max Horn | |
svn-id: r15638 | |||
2004-10-21 | Patch #1048326 Better MT-32 support | Eugene Sandulenko | |
svn-id: r15635 | |||
2004-10-19 | Fix for bug #1049937 (FOA: Regression in Adlib music) | Max Horn | |
svn-id: r15618 | |||
2004-10-19 | Made the calculation of _samples_per_tick a bit less prone to arithmetic | Torbjörn Andersson | |
overflow. It failed if the output rate was 44100 Hz. (It didn't use to, but somewhere along the line an unsigned value was changed to a signed. This seemed like a better fix, though.) svn-id: r15610 | |||
2004-10-17 | Fix warning | Max Horn | |
svn-id: r15593 | |||
2004-10-17 | added MidiDriver_Emulated base class used by the adlib & ym2612 midi 'drivers' | Max Horn | |
svn-id: r15589 | |||
2004-10-17 | Cleanup | Max Horn | |
svn-id: r15588 | |||
2004-10-11 | Make use of the new setupPremix variant (i.e. use an AudioStream subclass ↵ | Max Horn | |
instead of a premix proc) svn-id: r15523 | |||
2004-10-06 | Use common PI value instead | Chris Apers | |
svn-id: r15435 | |||
2004-09-12 | Zodiac midi driver | Chris Apers | |
svn-id: r15028 | |||
2004-08-22 | cleanup of TimerProc mess | Max Horn | |
svn-id: r14683 | |||
2004-07-27 | Add passthrough ability. Patch by Christian Schoenebeck with slight ↵ | Jonathan Gray | |
modifications svn-id: r14354 | |||
2004-03-19 | Reverted to the old random_nr() function. This appears to have been the | Torbjörn Andersson | |
cause of bug #916886: Calling getRandomNumber(-1) causes ScummVM to crash, while calling random_nr(-1) doesn't. We may still want to replace it with getRandomNumber() later, of course. svn-id: r13341 | |||
2004-03-13 | Patch #902111: Change remaining random function calls to use RandomSource | Max Horn | |
svn-id: r13262 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-05 | Prepare Zodiac MIDI support | Chris Apers | |
svn-id: r12734 | |||
2004-01-20 | Handle command 0xD0 (queen uses this) - thanks aholler. | Joost Peters | |
svn-id: r12533 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-25 | disable the reverb hack for now; at hacked in sound font support (specify ↵ | Max Horn | |
'soundfont' config option with path to a .SF2 file); simplify code a bit by using OpenDefaultComponent; allow usage of any music device, not just the DLSSynth (this may or may not help people with real MIDI devices) svn-id: r11918 | |||
2003-12-24 | fix various buglets (like, only 15 of the 16 channels were being inited; ↵ | Max Horn | |
also, the 'All note off' code caused odd problems, not yet sure why. I am disabling it for now) svn-id: r11884 | |||
2003-12-24 | fix drum channel | Max Horn | |
svn-id: r11883 | |||
2003-12-11 | add config file parameter to specify the desired port when using the ALSA ↵ | Jonathan Gray | |
music driver svn-id: r11583 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11220 | |||
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt | |
svn-id: r11117 | |||
2003-10-18 | cleanup | Max Horn | |
svn-id: r10894 | |||
2003-10-17 | Make PalmOS port happy | Chris Apers | |
svn-id: r10843 | |||
2003-10-07 | More Euphony/YM2612 instrument layering and polyphony | Jamieson Christian | |
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672 | |||
2003-10-07 | Remove my trace output. :P | Jamieson Christian | |
svn-id: r10669 | |||
2003-10-07 | More polyphony tweaks. Sounding a bit better. | Jamieson Christian | |
svn-id: r10668 | |||
2003-10-06 | fixed warnings | Max Horn | |
svn-id: r10646 | |||
2003-10-06 | removed unused 'rate' param from nextTick; another tiny tweak to ↵ | Max Horn | |
Operator2612::nextTick (avoids one memory store over here, woohoo <g>) svn-id: r10644 | |||
2003-10-06 | remove <string> include so we don't depend on stdlib stuff (not used anyway) ↵ | Jonathan Gray | |
this also stops compile problems arising from our overloaded memory operators here svn-id: r10643 | |||
2003-10-06 | malloc/new optimizations | Max Horn | |
svn-id: r10642 | |||
2003-10-06 | Per-channel polyphony now > 1 | Jamieson Christian | |
svn-id: r10641 | |||
2003-10-06 | even more optimizations | Max Horn | |
svn-id: r10639 | |||
2003-10-06 | some more tweaks | Max Horn | |
svn-id: r10637 | |||
2003-10-06 | some incremental changes (more will follow, this is step-by-step ↵ | Max Horn | |
optimzation, watch it happen in pseudo-real-time and color. icecream is sold at the entrance, please stop smoking svn-id: r10636 | |||
2003-10-06 | More performance optimizations | Jamieson Christian | |
svn-id: r10629 | |||
2003-10-06 | oops - that happesn if you incorrectly re-apply a broken patch =) | Max Horn | |
svn-id: r10628 | |||
2003-10-06 | more optimizations | Max Horn | |
svn-id: r10627 | |||
2003-10-06 | Fix compiler warnings | Jamieson Christian | |
svn-id: r10626 |