summaryrefslogtreecommitdiff
path: root/src/sound.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-12Codechange: use IterateFromBack/Front only if the order is important.frosch
2021-05-08Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO...Rubidium
2021-04-29Codechange: Replace window related FOR_ALL with range-based for loopsglx22
2021-04-05Fix: Apply master effect volume during mixing instead of sound start. (#8945)PeterN
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-07-27Codechange: Spell 'Viewport' consistentlyTechGeekNZ
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-03-19(svn r24052) -Fix (r23883) [FS#5107]: Imported GRF sounds were inserted into ...frosch
2012-02-04(svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first u...michi_cc
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-14(svn r23214) -Codechange: for base media sets pass the "search in tars" param...rubidium
2011-11-04(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-09-02(svn r22874) -Fix [FS#4747]: Check size of various buffers before allocation....michi_cc
2011-08-24(svn r22825) -Codechange: pass subdir to FioOpenFilerubidium
2011-03-05(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the clie...rubidium
2011-01-02(svn r21698) -Fix: incorrectly named global variablerubidium
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
2010-03-06(svn r19332) -Codechange: Simplify sound panning by using float data, and swi...peter1138
2010-02-22(svn r19211) -Change: allow sound sets without a sample.cat file (blathijs)yexo
2010-02-22(svn r19206) -Add: concept of fallback base sets, i.e. do not automatically l...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-22(svn r18608) -Change: add the concept of music setsrubidium
2009-10-04(svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds fro...frosch
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17241) -Change: make a distinction between missing and corrupted data f...rubidium
2009-08-10(svn r17146) -Codechange: improve the sample rate conversion a bitrubidium
2009-08-10(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuffrubidium
2009-08-09(svn r17140) -Change: allow higher sample rate and higher quality samples. Ba...rubidium
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-07-13(svn r16805) -Codechange: Remove 'unused' mixer channel flags, which always h...peter1138
2009-05-17(svn r16344) -Codechange: s/FileEntry/SoundEntry/rubidium
2009-05-17(svn r16341) -Codechange: just use a static array instead of a never freed ma...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-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-11(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,...rubidium
2009-02-24(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating failssmatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-06(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (f...rubidium
2008-10-25(svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/...rubidium
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium