Mon, 03 Jan 2005 19:09:45 +0000(svn r1346) -Fix: fix signed/unsigned warnings
darkvater [Mon, 03 Jan 2005 19:09:45 +0000] rev 865
(svn r1346) -Fix: fix signed/unsigned warnings
-Fix: latent removal of 2 lines from ttd.c which I forgot because the file was not saved :O

Mon, 03 Jan 2005 19:06:16 +0000(svn r1345) Only copy the lowest two bits (amount of snow/desert) from map5 to map2 when placing trees, before this happened implicitly because map2 was just 8 bits wide
tron [Mon, 03 Jan 2005 19:06:16 +0000] rev 864
(svn r1345) Only copy the lowest two bits (amount of snow/desert) from map5 to map2 when placing trees, before this happened implicitly because map2 was just 8 bits wide

Mon, 03 Jan 2005 18:59:58 +0000(svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) instead of TILES_[XY]
tron [Mon, 03 Jan 2005 18:59:58 +0000] rev 863
(svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) instead of TILES_[XY]

Mon, 03 Jan 2005 18:49:45 +0000(svn r1343) -Fix: [Graphic] Autorail icon is now correct (Darkvater)
truelight [Mon, 03 Jan 2005 18:49:45 +0000] rev 862
(svn r1343) -Fix: [Graphic] Autorail icon is now correct (Darkvater)
-Fix: [Graphic] Added resize icon (tnx tokai)

Mon, 03 Jan 2005 18:40:41 +0000(svn r1342) -Fix: [1094596] Problem with ship depot; upon load it is also given owner OWNER_WATER
darkvater [Mon, 03 Jan 2005 18:40:41 +0000] rev 861
(svn r1342) -Fix: [1094596] Problem with ship depot; upon load it is also given owner OWNER_WATER

Mon, 03 Jan 2005 17:55:25 +0000(svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)
darkvater [Mon, 03 Jan 2005 17:55:25 +0000] rev 860
(svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)
-Copyright notice is now 2002-2005 for all languages

Mon, 03 Jan 2005 16:45:42 +0000(svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them.
darkvater [Mon, 03 Jan 2005 16:45:42 +0000] rev 859
(svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them.

Mon, 03 Jan 2005 14:33:59 +0000(svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).
darkvater [Mon, 03 Jan 2005 14:33:59 +0000] rev 858
(svn r1339) -Fix: compilation with networking works on MinGW32 again (thx orudge).

Mon, 03 Jan 2005 14:07:49 +0000(svn r1338) -Fix: fix signed/unsigned warnings introduced when ditching the macros for map querying.
darkvater [Mon, 03 Jan 2005 14:07:49 +0000] rev 857
(svn r1338) -Fix: fix signed/unsigned warnings introduced when ditching the macros for map querying.

Mon, 03 Jan 2005 12:56:22 +0000(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY]
tron [Mon, 03 Jan 2005 12:56:22 +0000] rev 856
(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY]
While here replace one erroneous TILE_MAX_X with MapMaxY()