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
/
newgrf_sound.cpp
Age
Commit message (
Expand
)
Author
2011-11-01
(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V...
frosch
2011-07-02
(svn r22615) -Codechange: The return value of PlayTileSound() has no purpose....
frosch
2011-07-02
(svn r22614) -Fix [FS#4656]: If callback 33 returns a value out of range, no ...
frosch
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2010-04-20
(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect pr...
yexo
2010-02-03
(svn r18993) -Codechange: allow allocating multiple items in a SmallVector wi...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-14
(svn r17534) -Codechange: unify the naming of callback masks/flags
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-24
(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to pre...
yexo
2009-05-28
(svn r16455) -Fix: don't crash when a newgrf has sounds in an unsupported sou...
yexo
2009-05-17
(svn r16345) -Codechange: replace the Sound(Entry) pool with a simple vector ...
rubidium
2009-05-17
(svn r16344) -Codechange: s/FileEntry/SoundEntry/
rubidium
2009-05-17
(svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of ...
rubidium
2009-05-17
(svn r16337) -Codechange: remove pointless variable + wrapper function; havin...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-29
(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...
peter1138
2008-04-21
(svn r12817) -Feature: the ability to play NewGRF sounds for industries and s...
rubidium
2008-03-31
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...
rubidium
2007-12-29
(svn r11719) -Codechange: split sound.h in a header with types and one with f...
rubidium
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-09-26
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
rubidium
2007-08-03
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and ...
rubidium
2007-03-21
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
belugas
2007-03-19
(svn r9315) -Merge: The newhouses branch. With this merge comes almost comple...
maedhros
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 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