summaryrefslogtreecommitdiff
path: root/src/music
AgeCommit message (Expand)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-16(svn r18520) -Fix [FS#3272]: allegro doesn't like to work with extmidi; it ca...rubidium
2009-10-25(svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro ...smatz
2009-10-17(svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could...rubidium
2009-10-17(svn r17787) -Codechange: be a bit more verbose about while allegro failed wi...rubidium
2009-10-04(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.michi_cc
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-09-05(svn r17428) -Codechange: add a function to get the name of a driverrubidium
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-14(svn r16827) -Codechange: make OSX specific files include stdafx.h always as ...rubidium
2009-06-30(svn r16700) -Fix: if allegro fails to start or fails open a window or sound ...rubidium
2009-05-30(svn r16464) -Codechange (r16422): Added a missing const_cast<>alberth
2009-05-03(svn r16221) -Change: support building 64 bits OSX binaries and add optional ...rubidium
2009-04-10(svn r16024) -Codechange: harden string copying on places where it's possiblerubidium
2009-04-10(svn r16012) -Codechange: Code style clean up.peter1138
2009-03-29(svn r15886) -Fix [FS#2770]: libtimidity cannot handle frees of NULL (in cont...rubidium
2009-03-15(svn r15726) -Codechange: unify coding style for const pointerssmatz
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-08(svn r14909) -Codechange: Remove global option for the extmidi driver and mak...peter1138
2009-01-08(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selec...peter1138
2008-11-25(svn r14632) -Add: support Allegro as midi backend.rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-28(svn r14542) -Codechange: replace some sprintf with s[en]printf to make sure ...rubidium
2008-09-29(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...rubidium
2008-05-16(svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much s...glx
2008-05-06(svn r12972) -Fix (r12971): forgot to close a commentglx
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-03-15(svn r12373) -Fix [FS#1849]: win32 music driver fails if path is too long (12...glx
2008-03-15(svn r12372) -Fix: win32 music driver fails if path contains non-latin charsglx
2008-03-14(svn r12366) -Codechange: use MAX_PATH instead hardcoded valueglx
2008-01-13(svn r11842) -Fix: libtimidity.cpp did not compile anymore.rubidium
2008-01-13(svn r11839) -Codechange: move some variables from variables.h to a more logi...rubidium
2008-01-13(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed ...glx
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-11-25(svn r11521) -Codechange: [OSX] Check what the running os version is in a cle...egladil
2007-11-07(svn r11389) -Fix [FS#1386]: Replace calls to deprecated API with newer ones ...egladil
2007-10-21(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached cond...bjarni
2007-09-24(svn r11154) -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME.rubidium
2007-08-31(svn r11029) -Fix [FS#1164]: win32 midi doesn't stop when closing openttdglx
2007-07-07(svn r10472) -Fix (r10741): typos prevented compilationpeter1138
2007-07-07(svn r10471) -Codechange: implement driver probing priority so that 'preferre...peter1138
2007-07-05(svn r10446) -Codechange: Move extmidi's global data into its class.peter1138
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8860) -Cleanup: some style changes, proper #endif comments, variable in...Darkvater