Sat, 15 Apr 2006 18:57:58 +0000(svn r4432) Make use of map access functions
tron [Sat, 15 Apr 2006 18:57:58 +0000] rev 3558
(svn r4432) Make use of map access functions

Sat, 15 Apr 2006 16:40:54 +0000(svn r4431) - NewGRF: rename nfo_line to _nfo_line, to avoid confusing Darkvater ;)
peter1138 [Sat, 15 Apr 2006 16:40:54 +0000] rev 3557
(svn r4431) - NewGRF: rename nfo_line to _nfo_line, to avoid confusing Darkvater ;)

Sat, 15 Apr 2006 16:07:00 +0000(svn r4430) - NewGRF: Use the bridge's sprite layout for drawing high pillars. This fixes newgrf's high-bridge pillars drawing. Also remove the now obsolete _bridge_poles_table which was already integrated into the bridge sprite tables
Darkvater [Sat, 15 Apr 2006 16:07:00 +0000] rev 3556
(svn r4430) - NewGRF: Use the bridge's sprite layout for drawing high pillars. This fixes newgrf's high-bridge pillars drawing. Also remove the now obsolete _bridge_poles_table which was already integrated into the bridge sprite tables

Sat, 15 Apr 2006 16:03:45 +0000(svn r4429) - CodeChange[newgrf]: Action0, prop 0x0D. use calloc to allocate memory and zero it out and change the loop a little
Darkvater [Sat, 15 Apr 2006 16:03:45 +0000] rev 3555
(svn r4429) - CodeChange[newgrf]: Action0, prop 0x0D. use calloc to allocate memory and zero it out and change the loop a little

Sat, 15 Apr 2006 03:08:14 +0000(svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comments, aligning arrays etc...
belugas [Sat, 15 Apr 2006 03:08:14 +0000] rev 3554
(svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comments, aligning arrays etc...

Sat, 15 Apr 2006 01:06:53 +0000(svn r4425) Fix bug introduced in r4411 : while IS_BYTE_INSIDE, max value is STRICKLY LESS THEN. This caused airports animations to stay unanimated. Industries were similarly affected.
belugas [Sat, 15 Apr 2006 01:06:53 +0000] rev 3553
(svn r4425) Fix bug introduced in r4411 : while IS_BYTE_INSIDE, max value is STRICKLY LESS THEN. This caused airports animations to stay unanimated. Industries were similarly affected.
Thanks to Richk67 for finding it.
Also, more Gfx define and use.

Fri, 14 Apr 2006 22:29:34 +0000(svn r4424) fixed up polish.txt
miham [Fri, 14 Apr 2006 22:29:34 +0000] rev 3552
(svn r4424) fixed up polish.txt

Fri, 14 Apr 2006 21:30:15 +0000(svn r4420) [WebTranslator2 manual commit (commitscript is under development)]
miham [Fri, 14 Apr 2006 21:30:15 +0000] rev 3551
(svn r4420) [WebTranslator2 manual commit (commitscript is under development)]
polish: massive changes by MeusH

Fri, 14 Apr 2006 18:52:08 +0000(svn r4416) Remove a pointless buffer copy and use strlcpy() instead of snprintf("%s")
tron [Fri, 14 Apr 2006 18:52:08 +0000] rev 3550
(svn r4416) Remove a pointless buffer copy and use strlcpy() instead of snprintf("%s")

Fri, 14 Apr 2006 16:28:24 +0000(svn r4415) Fix bug introduced in r4384 where drawing a default waypoint for the GUI
peter1138 [Fri, 14 Apr 2006 16:28:24 +0000] rev 3549
(svn r4415) Fix bug introduced in r4384 where drawing a default waypoint for the GUI
caused a game crash. This only manifested with some newstations loaded.
Thanks to Richk67 for finding this.