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

Mon, 22 Nov 2004 11:01:30 +0000(svn r760) Replace some bit-juggling with bit fields
tron [Mon, 22 Nov 2004 11:01:30 +0000] rev 482
(svn r760) Replace some bit-juggling with bit fields

Mon, 22 Nov 2004 10:26:59 +0000(svn r757) Repair the damage inflicted on english.txt in revision 745
tron [Mon, 22 Nov 2004 10:26:59 +0000] rev 481
(svn r757) Repair the damage inflicted on english.txt in revision 745