Index of /openttd/patches

Icon  Name                        Last modified      Size  Description
[DIR] Parent Directory - [TXT] 03_midi_mode_patch.patch 04-Apr-2005 00:44 5.7K [TXT] bug1175973_crashfix.patch 04-Apr-2005 16:12 479 [TXT] drivers_fix_non-fatal.patch 13-Apr-2005 22:33 1.5K [TXT] makefile.diff 10-Apr-2005 15:12 559 [TXT] readme.txt 18-Jan-2008 00:38 1.2K [TXT] sdlmidi_v2.patch 24-Jul-2005 21:57 9.3K [TXT] sdlmidi_v3.patch 18-Jan-2008 00:32 6.0K
Various unsorted OpenTTD Patches

03_midi_mode_patch: (Patch against SVN r2040)
Add FM (Frequency Modulation) MIDI Support.
Normally provides a much better MIDI Music Quality ingame.
See also [ 1169940 ] FM Midi (Better Midi Music Quality)
http://sourceforge.net/tracker/index.php?func=detail&aid=1169940&group_id=103924&atid=636367

---

sdlmidi_v3.patch: (Patch against SVN r11909)
Working Implementation of SDL_Mixer support.
This addresses several problems with the Linux MIDI support:

- No external dependency needed anymore (Timidity)
- Problems with mixing fixed (On some soundcards you could only choose between sound or music, not both at the same time)
- Reported to be faster than old MIDI support

[NOT SUBMITTED]
[TESTED AND WORKING / USE AT YOUR OWN RISK!]
[KNOWN BUGS] Only works with SDL sound driver

---

sdlmidi_v2.patch: (Patch against SVN r2702)
Working Implementation of SDL_Mixer support.
This addresses several problems with the Linux MIDI support:

- No external dependency needed (Timidity)
- Problems with mixing fixed (On some soundcards you could only choose between sound or music, not both at the same time)
- Reported to be faster than old MIDI support

[NOT SUBMITTED]
[TESTED AND WORKING / USE AT YOUR OWN RISK!]
[KNOWN BUGS] None