rubidium [Tue, 03 Jul 2007 19:16:34 +0000] rev 7144
(svn r10418) -Codechange: implement/resurrect the industry production flags.
glx [Tue, 03 Jul 2007 17:34:43 +0000] rev 7143
(svn r10417) -Fix: r10416 partly reverted r10415
miham [Tue, 03 Jul 2007 17:21:10 +0000] rev 7142
(svn r10416) -Update: WebTranslator2 update to 2007-07-03 19:20:58
norwegian_nynorsk - 3 fixed by pollux (3)
slovak - 3 fixed by lengyel (3)
traditional_chinese - 6 fixed by xbddc (6)
glx [Tue, 03 Jul 2007 17:20:17 +0000] rev 7141
(svn r10415) -Revert (r10403), Fix (r10323): 'message from company' test must use {STRING1}, so pass it the correct params
rubidium [Tue, 03 Jul 2007 16:14:29 +0000] rev 7140
(svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too.
glx [Tue, 03 Jul 2007 15:24:50 +0000] rev 7139
(svn r10413) -Fix r10211: t->townnamegrfid was not cleared when renaming a town
peter1138 [Tue, 03 Jul 2007 11:31:38 +0000] rev 7138
(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one)
miham [Mon, 02 Jul 2007 17:23:51 +0000] rev 7137
(svn r10411) -Update: WebTranslator2 update to 2007-07-02 19:21:47
dutch - 2 fixed by webfreakz (2)
polish - 4 fixed, 7 changed by meush (11)
portuguese - 9 fixed, 2 changed by devilRed (11)
simplified_chinese - 30 fixed by Fishingsnow (30)
slovenian - 2 fixed by Necrolyte (2)
ukrainian - 2 fixed by mad (2)
bjarni [Mon, 02 Jul 2007 16:37:12 +0000] rev 7136
(svn r10410) -Fix [FS458]: [OSX] if the resolution is changed to something that's too high for the monitor, then it's reduced to fit the monitor size (PinguTux)
This solves a possible crash
This also solves a graphical glitch where the titlebar can be drawn on top of the game area
Those issues only aplied to window mode
rubidium [Sun, 01 Jul 2007 19:24:54 +0000] rev 7135
(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class.