index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sound
/
cocoa_s.cpp
Age
Commit message (
Expand
)
Author
2020-05-21
Codechange: Use std::string in the driver and blitter selection code.
Michael Lutz
2020-04-12
Remove: [OSX] Support for the pre-10.5 audio/music APIs.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-04-10
Codechange: [OSX] Use 10.6+ APIs to initialise audio when available.
Michael Lutz
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-08-10
(svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0
fonsinchen
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-09
(svn r17140) -Change: allow higher sample rate and higher quality samples. Ba...
rubidium
2009-07-14
(svn r16827) -Codechange: make OSX specific files include stdafx.h always as ...
rubidium
2009-07-10
(svn r16784) -Fix: Audio playback rate was fixed at 11025Hz regardless of the...
peter1138
2008-06-17
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD...
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2007-12-25
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
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-07-05
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...
peter1138
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr