Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-08-24 | synced with scummvm | Paweł Kołodziejski | |
svn-id: r4821 | |||
2002-08-22 | Changed MorphOS MIDI code so that data sent from different threads are no ↵ | Ruediger Hanke | |
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801 | |||
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn | |
svn-id: r4758 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4475 | |||
2002-05-18 | The second part of armisme fix is here... | Nicolas Noble | |
<Arisme> but on the bright side, now ScummVM will be #1 on Sourceforge :D Oh well.... svn-id: r4353 | |||
2002-05-18 | And now commiting the *REAL* arisme patch... | Nicolas Noble | |
svn-id: r4352 | |||
2002-05-18 | Next time, I'll have to kill you Arisme ok? ;-) | Nicolas Noble | |
svn-id: r4351 | |||
2002-05-18 | Oops | Nicolas Bacca | |
svn-id: r4350 | |||
2002-05-18 | Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu ↵ | Nicolas Bacca | |
driver, and add streaming (ahah) emulation - someone please fix this as soon as possible :) svn-id: r4349 | |||
2002-05-18 | Fixing ALSA driver to not segfault when launching simon. It still isn't | Nicolas Noble | |
supported but it's better signaled now. BTW I think there is a bug somewhere since the close() method were called without beeing open()'d. Oh well... svn-id: r4347 | |||
2002-05-17 | fixed shadow var warnings | Max Horn | |
svn-id: r4345 | |||
2002-05-16 | Cleaning up a little the ALSA driver, and removed the 'old beast': the old ↵ | Nicolas Noble | |
TiMidity code. svn-id: r4344 | |||
2002-05-16 | Added an ALSA sequencer support. Updated readme.txt to explain it, and | Nicolas Noble | |
Makefile to allow the user to enable it. I also reorganised the Makefile a bit, since there is now one more optionnal library. BBrox, I also merged your Makefile.x11 in it, just take a look at it! svn-id: r4341 | |||
2002-05-12 | Fix crash if envvar not set. | James Brown | |
svn-id: r4286 | |||
2002-05-12 | Add new MIDIPORT parameter to solve Linux sequencer issues. | James Brown | |
svn-id: r4285 | |||
2002-05-08 | Remove 373 type conversion warnings | James Brown | |
svn-id: r4247 | |||
2002-05-08 | Hacked away some code from Timidity to support 'Pitch wheel'. The DOTT | Lionel Ulmer | |
intro now sounds a bit better than before using the 'midiemu' driver. svn-id: r4246 | |||
2002-05-08 | Remove the setting of 'adlib_mode' to _RYTHM value (did for testing). | Lionel Ulmer | |
svn-id: r4241 | |||
2002-05-08 | Fixed the 'myinsbank' init (to not read memory that it should | Lionel Ulmer | |
not). Change the 'write_adlib' function to be more in line to what AdPlug does. svn-id: r4240 | |||
2002-05-08 | Fix compile warnings. | James Brown | |
svn-id: r4237 | |||
2002-05-08 | Add possible code for Modulation/Sustain to Emulated Midi Driver | James Brown | |
svn-id: r4236 | |||
2002-05-07 | First commit of the OPL2 MIDI driver (to have MIDI music without | Lionel Ulmer | |
requiring any OS-level MIDI support). This was taken from AdPlug. This is *very* buggy for now (well, it works, but it sounds just plain ugly :-) ). svn-id: r4232 | |||
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 and QuickTime | Enrico Rolfi | |
svn-id: r4211 | |||
2002-05-02 | Change default tempos. | James Brown | |
svn-id: r4172 | |||
2002-04-28 | cleanup; implemented close() for CoreAudio driver | Max Horn | |
svn-id: r4120 | |||
2002-04-27 | fixed midi instrument ids in QuickTime driver | Max Horn | |
svn-id: r4109 | |||
2002-04-27 | Add autosave support, fix sm and max midi. | James Brown | |
svn-id: r4099 | |||
2002-04-26 | removed the unused destroy() methods; using 'delete this' issn't nice anyway <g> | Max Horn | |
svn-id: r4097 | |||
2002-04-26 | added new style midi drivers using QuickTime (MacOS 9 & X) and CoreAudio ↵ | Max Horn | |
(MacOS X) svn-id: r4086 | |||
2002-04-22 | BeOS compilation fix | James Brown | |
svn-id: r4047 | |||
2002-04-21 | BEOS midi compile fix. Take 1. | James Brown | |
svn-id: r4031 | |||
2002-04-21 | Fix midi compilation - in more ways than one :P | James Brown | |
svn-id: r4030 | |||
2002-04-20 | Warning fix. | James Brown | |
svn-id: r4029 | |||
2002-04-20 | Committed Florian Schmitt (fatpenguin)'s Linux MIDI patch. Reported as ↵ | Lionel Ulmer | |
working by urs and khalek on IRC :-) svn-id: r4028 | |||
2002-04-20 | Commit of the X11 driver using the new OSystem interface. Plus some warning ↵ | Lionel Ulmer | |
fixes and gameDetector hacks. svn-id: r4024 | |||
2002-04-18 | Reenable MorphOS Midi driver, small updates to CD open code (only when CD ↵ | Ruediger Hanke | |
audio is requested) and start options svn-id: r3997 | |||
2002-04-17 | Minor WinCE changes | Nicolas Bacca | |
svn-id: r3980 | |||
2002-04-16 | Added missing newline at end of file. | Marcus Comstedt | |
svn-id: r3967 | |||
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 | new midi driver API, | Ludvig Strigeus | |
no more USE_ADLIB, a couple of sdl graphics driver fixes. svn-id: r3925 |