Thu, 23 Nov 2006 21:19:43 +0000(svn r7242) -Fix: Don't load 1-byte pseudo sprites, as used in some NewGRF sets. If the sprite is ever drawn this will result in a "missing sprite" error instead of undefined misbehaviour leading to segmentation faults...
peter1138 [Thu, 23 Nov 2006 21:19:43 +0000] rev 5150
(svn r7242) -Fix: Don't load 1-byte pseudo sprites, as used in some NewGRF sets. If the sprite is ever drawn this will result in a "missing sprite" error instead of undefined misbehaviour leading to segmentation faults...

Wed, 22 Nov 2006 23:25:31 +0000(svn r7241) -Fix: czech town name generator now uses proper diacritics (Hadez)
KUDr [Wed, 22 Nov 2006 23:25:31 +0000] rev 5149
(svn r7241) -Fix: czech town name generator now uses proper diacritics (Hadez)

Wed, 22 Nov 2006 18:16:50 +0000(svn r7240) -Fix: Always display the excavation of roadworks even when fully zoomed out (they are quite noticable) or "full details" are off (they are part of the game mechanics)
tron [Wed, 22 Nov 2006 18:16:50 +0000] rev 5148
(svn r7240) -Fix: Always display the excavation of roadworks even when fully zoomed out (they are quite noticable) or "full details" are off (they are part of the game mechanics)

Wed, 22 Nov 2006 16:08:01 +0000(svn r7239) Enumerate the widgets in the airport, dock, rail and road toolbars
tron [Wed, 22 Nov 2006 16:08:01 +0000] rev 5147
(svn r7239) Enumerate the widgets in the airport, dock, rail and road toolbars

Wed, 22 Nov 2006 14:21:01 +0000(svn r7238) Remove two unused strings
tron [Wed, 22 Nov 2006 14:21:01 +0000] rev 5146
(svn r7238) Remove two unused strings

Wed, 22 Nov 2006 14:14:02 +0000(svn r7237) -Fix: TGP landscape generation could leak memory if aborted during the generation of the heightmap.
rubidium [Wed, 22 Nov 2006 14:14:02 +0000] rev 5145
(svn r7237) -Fix: TGP landscape generation could leak memory if aborted during the generation of the heightmap.

Wed, 22 Nov 2006 08:49:40 +0000(svn r7236) -Codechange: remove unused global array _newgrf_files
peter1138 [Wed, 22 Nov 2006 08:49:40 +0000] rev 5144
(svn r7236) -Codechange: remove unused global array _newgrf_files

Tue, 21 Nov 2006 22:10:52 +0000(svn r7233) -Codechange: get rid of three console.c globals
Darkvater [Tue, 21 Nov 2006 22:10:52 +0000] rev 5143
(svn r7233) -Codechange: get rid of three console.c globals

Tue, 21 Nov 2006 20:23:57 +0000(svn r7232) -Codechange: Also allow for the save/load of non pre-allocated strings inside structs.
Darkvater [Tue, 21 Nov 2006 20:23:57 +0000] rev 5142
(svn r7232) -Codechange: Also allow for the save/load of non pre-allocated strings inside structs.

Tue, 21 Nov 2006 20:20:30 +0000(svn r7231) -Codechange: rename ini_get_variable to GetVariableAddress for use both in settings.c
Darkvater [Tue, 21 Nov 2006 20:20:30 +0000] rev 5141
(svn r7231) -Codechange: rename ini_get_variable to GetVariableAddress for use both in settings.c
and saveload.c