Tue, 23 Nov 2004 17:16:41 +0000(svn r778) -Fix: [ 1064742 ] 
matthijs [Tue, 23 Nov 2004 17:16:41 +0000] rev 492
(svn r778) -Fix: [ 1064742 ] 

Mon, 22 Nov 2004 23:05:34 +0000(svn r773) When refitting a train engine, refit also all the attached wagons which can be refitted (applicable to DBSetXL, as shown in http://pasky.or.cz/~pasky/dev/openttd/screenshots/wagrefit.png). This is how TTDPatch does it, pointed out by Bjarni.
pasky [Mon, 22 Nov 2004 23:05:34 +0000] rev 491
(svn r773) When refitting a train engine, refit also all the attached wagons which can be refitted (applicable to DBSetXL, as shown in http://pasky.or.cz/~pasky/dev/openttd/screenshots/wagrefit.png). This is how TTDPatch does it, pointed out by Bjarni.

Mon, 22 Nov 2004 22:52:01 +0000(svn r772) Whoops, I know. Do not consider pointer to be a boolean value. Sorry 'bout that, sirs.
pasky [Mon, 22 Nov 2004 22:52:01 +0000] rev 490
(svn r772) Whoops, I know. Do not consider pointer to be a boolean value. Sorry 'bout that, sirs.

Mon, 22 Nov 2004 22:51:19 +0000(svn r771) Do not give a file new {struct GRFFile} if it was already loaded once. Eliminates those double entries in the newgrf manager and also some possible memory leaks.
pasky [Mon, 22 Nov 2004 22:51:19 +0000] rev 489
(svn r771) Do not give a file new {struct GRFFile} if it was already loaded once. Eliminates those double entries in the newgrf manager and also some possible memory leaks.

Mon, 22 Nov 2004 22:22:03 +0000(svn r770) Daily langfile updates (automatic)
miham [Mon, 22 Nov 2004 22:22:03 +0000] rev 488
(svn r770) Daily langfile updates (automatic)

Mon, 22 Nov 2004 21:53:19 +0000(svn r769) Fixed a tiny mistake in the _userstring boundary check. Let's hope I got it right this time.
pasky [Mon, 22 Nov 2004 21:53:19 +0000] rev 487
(svn r769) Fixed a tiny mistake in the _userstring boundary check. Let's hope I got it right this time.

Mon, 22 Nov 2004 21:48:40 +0000(svn r768) In the NewGRF manager, show GRF ids as 8-digit hex numbers (that's how they are supposed to look).
pasky [Mon, 22 Nov 2004 21:48:40 +0000] rev 486
(svn r768) In the NewGRF manager, show GRF ids as 8-digit hex numbers (that's how they are supposed to look).

Mon, 22 Nov 2004 21:41:25 +0000(svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overflow it anywhere (as long as we keep USERSTRING_LEN above 7 or so).
pasky [Mon, 22 Nov 2004 21:41:25 +0000] rev 485
(svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overflow it anywhere (as long as we keep USERSTRING_LEN above 7 or so).

Mon, 22 Nov 2004 20:49:42 +0000(svn r766) -Fix: compilation problems on windows
darkvater [Mon, 22 Nov 2004 20:49:42 +0000] rev 484
(svn r766) -Fix: compilation problems on windows
-There is nothing wrong with uses spacebars in the code; they are not a luxury item
-Please use standard rowsizes of 14px and less magic numbers (highlighted items drawn in white as all other windows do)
-TYPEDEF structs (this goes to pasky!!)

Mon, 22 Nov 2004 18:42:03 +0000(svn r764) Enumerate the houses only one per town can exist and use the enums instead of magic numbers to check for these
tron [Mon, 22 Nov 2004 18:42:03 +0000] rev 483
(svn r764) Enumerate the houses only one per town can exist and use the enums instead of magic numbers to check for these