sound.c
Fri, 22 Jun 2007 20:06:59 +0000 rubidium (svn r10277) [0.5] -Backport from trunk (10116, r10128, r10130, r10131, r10137, r10138): 0.5
Sun, 19 Nov 2006 22:24:18 +0000 Darkvater (svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron
Sat, 18 Nov 2006 16:47:02 +0000 Darkvater (svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed with the actual window
Sun, 05 Nov 2006 08:24:52 +0000 tron (svn r7065) Use simple assignment instead of memcpy()
Wed, 27 Sep 2006 18:17:01 +0000 peter1138 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Wed, 26 Jul 2006 03:33:12 +0000 belugas (svn r5609) CodeChange : Apply coding style
Thu, 25 May 2006 09:57:27 +0000 peter1138 (svn r4975) - Codechange: increase the number of file handles from 32 to 64 (arbitrary powers of 2!) to allow more GRF files to be loaded.
Tue, 02 May 2006 13:35:23 +0000 peter1138 (svn r4674) - Codechange: use correct parameter order for allocating sound file memory
Sun, 23 Apr 2006 19:35:36 +0000 tron (svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}
Mon, 03 Apr 2006 05:32:11 +0000 celestar (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE
Mon, 06 Feb 2006 09:18:04 +0000 tron (svn r3564) Several smaller changes:
Sun, 05 Feb 2006 09:56:04 +0000 tron (svn r3552) Remove the global variable _mixer
Fri, 04 Nov 2005 10:02:50 +0000 peter1138 (svn r3131) Enable panning of audio relative to screen position.
Sun, 28 Aug 2005 10:59:34 +0000 tron (svn r2898) Fix typo in r2897
Sat, 27 Aug 2005 20:54:48 +0000 tron (svn r2897) Check the return values of [cm]alloc and the length of an array, plus some smaller changes
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Sat, 12 Mar 2005 09:46:07 +0000 tron (svn r2002) Rename MxActivate to MxActivateChannel, which is more appropriate
Sat, 12 Mar 2005 09:38:03 +0000 tron (svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch])
Mon, 24 Jan 2005 11:32:47 +0000 darkvater (svn r1637) -Fix: VS6 warning
Fri, 07 Jan 2005 17:02:43 +0000 tron (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN