Tue, 07 Nov 2006 23:25:27 +0000(svn r7108) -Fix (r7106): signed/unsigned comparison warning
Darkvater [Tue, 07 Nov 2006 23:25:27 +0000] rev 5055
(svn r7108) -Fix (r7106): signed/unsigned comparison warning

Tue, 07 Nov 2006 22:34:59 +0000(svn r7106) -Feature: Allow over-building of compatible railtypes, i.e. normal and
peter1138 [Tue, 07 Nov 2006 22:34:59 +0000] rev 5054
(svn r7106) -Feature: Allow over-building of compatible railtypes, i.e. normal and
electrified rail. If building electrified rail, normal rail is upgraded
for you (for the normal cost).

Tue, 07 Nov 2006 18:42:31 +0000(svn r7104) WebTranslator2 update to 2006-11-07 19:41:56
miham [Tue, 07 Nov 2006 18:42:31 +0000] rev 5053
(svn r7104) WebTranslator2 update to 2006-11-07 19:41:56
german - 1 changed by Neonox (1)
portuguese - 5 fixed by izhirahider (5)
turkish - 8 fixed, 4 changed by jnmbk (12)

Tue, 07 Nov 2006 16:07:31 +0000(svn r7102) -Codechange: Remove and hardcode unnecessary patch setting progress_update_interval
peter1138 [Tue, 07 Nov 2006 16:07:31 +0000] rev 5052
(svn r7102) -Codechange: Remove and hardcode unnecessary patch setting progress_update_interval

Tue, 07 Nov 2006 15:58:54 +0000(svn r7101) Evaluate the necessary flags for libpng once per make run, not every time the CFLAGS/LIBS variables are used
tron [Tue, 07 Nov 2006 15:58:54 +0000] rev 5051
(svn r7101) Evaluate the necessary flags for libpng once per make run, not every time the CFLAGS/LIBS variables are used

Tue, 07 Nov 2006 15:53:20 +0000(svn r7100) Evaluate the necessary flags for SDL once per make run, not every time the CFLAGS/LIBS variables are used
tron [Tue, 07 Nov 2006 15:53:20 +0000] rev 5050
(svn r7100) Evaluate the necessary flags for SDL once per make run, not every time the CFLAGS/LIBS variables are used

Tue, 07 Nov 2006 15:25:07 +0000(svn r7099) -Fix (r4768): When changing the selected newstation type, ensure the station size chosen is permitted. If not, pick the first valid sizes.
peter1138 [Tue, 07 Nov 2006 15:25:07 +0000] rev 5049
(svn r7099) -Fix (r4768): When changing the selected newstation type, ensure the station size chosen is permitted. If not, pick the first valid sizes.

Tue, 07 Nov 2006 14:41:53 +0000(svn r7098) -Regression (r7094): Zoom buttons were not properly updated with a new/loaded game. The
Darkvater [Tue, 07 Nov 2006 14:41:53 +0000] rev 5048
(svn r7098) -Regression (r7094): Zoom buttons were not properly updated with a new/loaded game. The
good thing is, we got rid of even more magic code (tm)

Tue, 07 Nov 2006 13:09:44 +0000(svn r7096) -Fix (r6995 (sort-of)): Don't set bit 6 when convert grf ver 6 language ids to use ver 7 format
peter1138 [Tue, 07 Nov 2006 13:09:44 +0000] rev 5047
(svn r7096) -Fix (r6995 (sort-of)): Don't set bit 6 when convert grf ver 6 language ids to use ver 7 format

Tue, 07 Nov 2006 13:08:42 +0000(svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it to MaxZoomInOut
Darkvater [Tue, 07 Nov 2006 13:08:42 +0000] rev 5046
(svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it to MaxZoomInOut
with a zoom parameter and a pointer to the window which's viewport we want to zoom.