Darkvater [Tue, 13 Jun 2006 14:04:12 +0000] rev 4018
(svn r5248) - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used
peter1138 [Mon, 12 Jun 2006 11:38:07 +0000] rev 4017
(svn r5240) - NewGRF: when there is more than one engine in a consist, base livery overrides and powered wagon weight/power on the last engine before the wagon.
glx [Sun, 11 Jun 2006 21:38:35 +0000] rev 4016
(svn r5229) Remove a write-only variable
KUDr [Sun, 11 Jun 2006 21:19:51 +0000] rev 4015
(svn r5228) Suppress MSVC warnings about signed/unsigned comparison
miham [Sun, 11 Jun 2006 19:23:39 +0000] rev 4014
(svn r5227) WebTranslator2 update to 2006-06-11 21:23:24
lithuanian - 16 fixed, 3 changed by Plyta (19)
polish - 4 changed by meush (4)
spanish - 31 fixed by eusebio (31)
tron [Sun, 11 Jun 2006 16:00:56 +0000] rev 4013
(svn r5226) Reduce the mess that sending chat messages is
This also fixes a bug:
-Fix: It was possible to rename a signs or waypoints with the chat box
tron [Sun, 11 Jun 2006 14:56:21 +0000] rev 4012
(svn r5225) Some windows periodically check if their parent exists - if not they close themselves
This is unnecessary, because their parents already close them when they get closed
Therefore remove the code for the periodic checks
tron [Sun, 11 Jun 2006 07:17:43 +0000] rev 4011
(svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums
tron [Sat, 10 Jun 2006 21:06:29 +0000] rev 4010
(svn r5221) Make the assertion in SetTileType() more strict: "lower edge of map <=> VOID" instead of just "lower edge of map => VOID"
This works since the hack abusing SetTileType() in openttd.c is gone (r5171)
tron [Sat, 10 Jun 2006 20:11:02 +0000] rev 4009
(svn r5220) Testing for existence AND using rm -f is tautologous