Patric Stout
|
17bd580630
|
Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703)
Given any speed issue cannot be attributed to checking for _debug_NNN_level, removing this is a safe action
This fixes #6652.
|
2018-04-11 22:07:21 +02:00 |
|
frosch
|
b4b98e5165
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00:00 |
|
peter1138
|
a9a7abf26c
|
(svn r27834) -Change: Parse extmidi command string for parameters to pass on.
|
2017-03-29 17:36:46 +00:00 |
|
michi_cc
|
94b3965989
|
(svn r27675) -Fix [FS#6502]: [OSX] Building with 10.11 or 10.12 SDKs.
|
2016-10-31 19:29:01 +00:00 |
|
michi_cc
|
c83306391e
|
(svn r27673) -Add: [Win32] Thread names for windows debuggers.
|
2016-10-30 18:22:55 +00:00 |
|
michi_cc
|
35b77450f8
|
(svn r27380) -Fix: [Win32] Compilation with MSVC2015.
|
2015-08-10 20:21:29 +00:00 |
|
rubidium
|
d2357ec435
|
(svn r26556) -Codechange: use sources.list to tell a file shouldn't be built for a particular platform
|
2014-05-03 20:21:01 +00:00 |
|
rubidium
|
b476086c39
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
defda16eb6
|
(svn r26108) -Codechange: some coding style (whitespace)
|
2013-11-25 14:30:22 +00:00 |
|
rubidium
|
6996b441d9
|
(svn r26107) -Codechange/cleanup: remove some coding bloat and simplify the driver factory instatiations
|
2013-11-25 14:26:46 +00:00 |
|
michi_cc
|
23a5c6a8c8
|
(svn r25269) -Feature [FS#5552]: [Win32] Driver param for the DirectMusic driver to specify the ouput port to use. (Based on patch by gulikoza)
|
2013-05-20 13:35:41 +00:00 |
|
michi_cc
|
a959f0c23e
|
(svn r25268) -Codechange: [Win32] Simplify resource deallocation in case initializing the DirectMusic driver fails.
|
2013-05-20 13:35:38 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
truebrain
|
e1f04b89c3
|
(svn r23648) -Revert (r23646): partial revert; nobody has to know about my local changes and attempts
|
2011-12-21 12:28:02 +00:00 |
|
truebrain
|
da8777d4e5
|
(svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one.
|
2011-12-21 12:25:10 +00:00 |
|
rubidium
|
4d5dbf5170
|
(svn r22410) -Document: some more bits ;)
|
2011-05-02 16:14:23 +00:00 |
|
rubidium
|
21e4e7ce06
|
(svn r20427) -Revert (r20105): even though MCI has less problems with wrongly pitched songs than dmusic, it crashed instead.
|
2010-08-09 18:29:13 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
terkhen
|
88ca183191
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
d4da257ff9
|
(svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, although working, causes a temporary freeze of OpenTTD. As MCI behaves better than DirectMusic that has become the default music driver; small delay between songs beats wrongly pitched/bad sounding songs
|
2010-07-09 22:25:25 +00:00 |
|
michi_cc
|
58f1470129
|
(svn r20104) -Fix: [Win32] The win32 MIDI driver might clip the start of a song.
|
2010-07-09 20:50:28 +00:00 |
|
rubidium
|
24fe1f41a5
|
(svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. Likely because the instruments weren't reset properly
|
2010-07-09 17:47:52 +00:00 |
|
michi_cc
|
b3a707ae4b
|
(svn r20024) -Codechange: Remove the need to link with dxguid.lib for windows.
|
2010-06-27 00:19:28 +00:00 |
|
glx
|
895e3c312a
|
(svn r19822) -Fix (r19814): missing semicolon
|
2010-05-14 20:29:26 +00:00 |
|
rubidium
|
062dd0e24c
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
9c6512ef9e
|
(svn r19168) -Fix: under some circumstances timidity (via extmidi) would not shut down properly causing all kinds of trouble (e.g. blocked audio output). Try harder to shut down timidity and first shut down the music so shut down order is the inverse of initialisation order. Based on a patch by Jindřich Makovička.
|
2010-02-20 17:30:22 +00:00 |
|
rubidium
|
1217bb9411
|
(svn r19097) -Fix [FS#3610] (r10444): compilation error in the BeMidi driver (jrepan)
|
2010-02-11 17:13:57 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
b0f1fcbead
|
(svn r18520) -Fix [FS#3272]: allegro doesn't like to work with extmidi; it causes 'random' (looks like a racing condition in allegro) crashes when songs are stopped.
|
2009-12-16 23:49:21 +00:00 |
|
smatz
|
d63e729cf1
|
(svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver
|
2009-10-25 21:47:32 +00:00 |
|
rubidium
|
d0d4cd7b8a
|
(svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver
|
2009-10-17 15:15:00 +00:00 |
|
rubidium
|
c37029d5e1
|
(svn r17787) -Codechange: be a bit more verbose about while allegro failed with some actions.
|
2009-10-17 14:39:43 +00:00 |
|
michi_cc
|
dffd1be12d
|
(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.
|
2009-10-04 21:24:09 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
bc5241600a
|
(svn r17428) -Codechange: add a function to get the name of a driver
|
2009-09-05 21:26:51 +00:00 |
|
rubidium
|
bc8e66c202
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
e3c7a77b40
|
(svn r16827) -Codechange: make OSX specific files include stdafx.h always as the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
2009-07-14 16:43:45 +00:00 |
|
rubidium
|
c29afac0a7
|
(svn r16700) -Fix: if allegro fails to start or fails open a window or sound card fall back to another driver
|
2009-06-30 12:38:18 +00:00 |
|
alberth
|
2a2a9a27ba
|
(svn r16464) -Codechange (r16422): Added a missing const_cast<>
|
2009-05-30 11:24:06 +00:00 |
|
rubidium
|
5f4eeee5f0
|
(svn r16221) -Change: support building 64 bits OSX binaries and add optional support for 64 bits binaries in OSX universal binaries. However, do not default to adding 64 bits binaries because benchmarking has shown that they are slower than the 32 bits binaries.
|
2009-05-03 15:46:36 +00:00 |
|
rubidium
|
bee930f9b3
|
(svn r16024) -Codechange: harden string copying on places where it's possible
|
2009-04-10 20:37:05 +00:00 |
|
peter1138
|
6bf1a49475
|
(svn r16012) -Codechange: Code style clean up.
|
2009-04-10 11:03:48 +00:00 |
|
rubidium
|
a4139d5693
|
(svn r15886) -Fix [FS#2770]: libtimidity cannot handle frees of NULL (in contrast of most other frees)
|
2009-03-29 10:52:54 +00:00 |
|
smatz
|
8585aa71ed
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|