belugas [Mon, 16 Apr 2007 19:44:22 +0000] rev 6971
(svn r9651) -Codechange: make legend system of smallmap a little bit less magic with the help of a struct and not an array of bytes
belugas [Mon, 16 Apr 2007 19:26:01 +0000] rev 6970
(svn r9650) -Documentation: Finalize doxygen comments for town_land.h
miham [Mon, 16 Apr 2007 16:56:04 +0000] rev 6969
(svn r9649) -Update: WebTranslator2 update to 2007-04-16 18:55:24
brazilian_portuguese - 8 fixed by fukumori (8)
dutch - 8 fixed by habell (8)
estonian - 11 fixed by kristjans (11)
italian - 25 changed by lorenzodv (25)
maedhros [Mon, 16 Apr 2007 10:59:35 +0000] rev 6968
(svn r9648) -Codechange: Use HASBIT directly rather than shifting and then using it on the first bit.
maedhros [Mon, 16 Apr 2007 10:30:31 +0000] rev 6967
(svn r9647) -Fix (r6631) [FS#733]: Select "Custom" in the difficulty settings gui when changing a setting. (Frostregen)
peter1138 [Mon, 16 Apr 2007 08:31:00 +0000] rev 6966
(svn r9646) -Fix (r9645): incorrect count in error message for airport graphics
peter1138 [Mon, 16 Apr 2007 06:35:10 +0000] rev 6965
(svn r9645) -Feature: Add NewGRF Action 5 (Sprite Replacement) support for 2cc colour maps, airport, and road stop sprites.
belugas [Mon, 16 Apr 2007 02:56:48 +0000] rev 6964
(svn r9644) -Codechange: if else cascade into a switch case
belugas [Mon, 16 Apr 2007 02:53:55 +0000] rev 6963
(svn r9643) -Codechange: Simplify a test.
belugas [Mon, 16 Apr 2007 02:47:01 +0000] rev 6962
(svn r9642) -Documentation: Having a different macro name for _original_house_specs (MS) than for _town_tile_data (M) might teach doxygen that we are dealing with two entities...