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()

Mon, 03 Jan 2005 12:15:55 +0000(svn r1336) Fix: Correct landscaping buttons in monorail and maglev toolbars
dominik [Mon, 03 Jan 2005 12:15:55 +0000] rev 855
(svn r1336) Fix: Correct landscaping buttons in monorail and maglev toolbars

Mon, 03 Jan 2005 12:03:24 +0000(svn r1335) Removed wrongly renamed STR_TOWNNAME_ADDITIONAL_ENGLISH from all language files
dominik [Mon, 03 Jan 2005 12:03:24 +0000] rev 854
(svn r1335) Removed wrongly renamed STR_TOWNNAME_ADDITIONAL_ENGLISH from all language files

Mon, 03 Jan 2005 11:58:53 +0000(svn r1334) Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server
dominik [Mon, 03 Jan 2005 11:58:53 +0000] rev 853
(svn r1334) Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server

Mon, 03 Jan 2005 11:45:11 +0000(svn r1333) Fix: No crash when creating a game with American town names any more
dominik [Mon, 03 Jan 2005 11:45:11 +0000] rev 852
(svn r1333) Fix: No crash when creating a game with American town names any more

Mon, 03 Jan 2005 11:11:16 +0000(svn r1332) -Fix: Desert-landscape does no longer crash (protected GetMapExtraBits
truelight [Mon, 03 Jan 2005 11:11:16 +0000] rev 851
(svn r1332) -Fix: Desert-landscape does no longer crash (protected GetMapExtraBits
from overflowing)

Mon, 03 Jan 2005 09:14:31 +0000(svn r1331) Update map size before sending game info
tron [Mon, 03 Jan 2005 09:14:31 +0000] rev 850
(svn r1331) Update map size before sending game info

Mon, 03 Jan 2005 08:50:44 +0000(svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows
tron [Mon, 03 Jan 2005 08:50:44 +0000] rev 849
(svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows

Mon, 03 Jan 2005 08:34:54 +0000(svn r1329) Remove unused function declaration
tron [Mon, 03 Jan 2005 08:34:54 +0000] rev 848
(svn r1329) Remove unused function declaration

Mon, 03 Jan 2005 08:33:04 +0000(svn r1328) Turn loop with explicit terminator element into loop using endof()
tron [Mon, 03 Jan 2005 08:33:04 +0000] rev 847
(svn r1328) Turn loop with explicit terminator element into loop using endof()