log src/newgrf_sound.h @ 20729:ea20edff1862 draft default tip master

age author description
Mon, 19 Mar 2012 22:55:29 +0000 frosch (svn r24052) -Fix (r23883) [FS#5107]: Imported GRF sounds were inserted into the wrong slots. draft
Sat, 04 Feb 2012 13:28:44 +0000 michi_cc (svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first usage. draft
Sat, 02 Jul 2011 11:28:22 +0000 frosch (svn r22615) -Codechange: The return value of PlayTileSound() has no purpose. Remove it and document the rest. draft
Thu, 18 Nov 2010 14:01:20 +0000 rubidium (svn r21231) -Codechange: Generalize the naming of some settings and variables related to visual effects (Hirundo) draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Sun, 17 May 2009 19:27:50 +0000 rubidium (svn r16344) -Codechange: s/FileEntry/SoundEntry/ draft
Sun, 17 May 2009 17:17:48 +0000 rubidium (svn r16340) -Codechange: introduce SoundID (uint16) and use that instead of SoundFX, which was used as a byte and uint16 at different places, when the uint16 sound ID is meant. draft
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. draft
Mon, 21 Apr 2008 11:29:01 +0000 rubidium (svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations. draft
Mon, 31 Mar 2008 06:42:26 +0000 rubidium (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). draft
Sat, 29 Dec 2007 09:24:26 +0000 rubidium (svn r11719) -Codechange: split sound.h in a header with types and one with functions. draft
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. draft
Mon, 19 Mar 2007 11:27:30 +0000 maedhros (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for draft
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; draft
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo() draft
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: draft