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
/
music
/
win32_m.cpp
Age
Commit message (
Expand
)
Author
2008-09-29
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...
rubidium
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 chars
glx
2008-03-14
(svn r12366) -Codechange: use MAX_PATH instead hardcoded value
glx
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 openttd
glx
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-23
(svn r8860) -Cleanup: some style changes, proper #endif comments, variable in...
Darkvater
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr