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
/
win32_s.cpp
Age
Commit message (
Expand
)
Author
2021-02-23
Codechange: Switch to explicit wide strings
Niels Martin Hansen
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-05-21
Codechange: Use std::string in the driver and blitter selection code.
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
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2016-10-30
(svn r27673) -Add: [Win32] Thread names for windows debuggers.
michi_cc
2015-08-12
(svn r27383) -Fix: win32 sound driver would not catch the exception due to co...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2011-09-03
(svn r22877) -Fix (r22874): Fix broken compilation on MinGW.
terkhen
2011-09-02
(svn r22874) -Fix [FS#4747]: Check size of various buffers before allocation....
michi_cc
2010-03-02
(svn r19304) -Fix [FS#3652]: disable sound when a sound error happen instead ...
glx
2010-01-28
(svn r18934) -Fix (r18892, r18913): the deadlock should be definitively gone now
glx
2010-01-25
(svn r18913) -Fix (r18892): the deadlock was still possible
glx
2010-01-23
(svn r18892) -Fix: in some rare case a deadlock could happen when stopping so...
glx
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
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-10
(svn r16784) -Fix: Audio playback rate was fixed at 11025Hz regardless of the...
peter1138
2009-02-24
(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails
smatz
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2008-06-05
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...
glx
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-14
(svn r12708) -Fix (FS#1914): increase default sound buffer size only for vista
glx
2008-03-30
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
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-02-12
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files...
Darkvater
2007-01-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr