belugas [Thu, 29 Jun 2006 17:39:14 +0000] rev 4099
(svn r5431) Language : Remove some unused airport related strings
miham [Thu, 29 Jun 2006 16:59:20 +0000] rev 4098
(svn r5430) WebTranslator2 update to 2006-06-29 18:59:04
afrikaans - 128 fixed, 128 changed by TrueTenacity (256)
spanish - 15 fixed by eusebio (15)
miham [Thu, 29 Jun 2006 10:31:08 +0000] rev 4097
(svn r5429) WebTranslator2 update to 2006-06-29 12:30:54
afrikaans - 127 fixed, 36 changed by TrueTenacity (163)
turkish - 1 fixed by jnmbk (1)
bjarni [Thu, 29 Jun 2006 09:05:30 +0000] rev 4096
(svn r5428) -Fix: [vehicles] sovled crash when trying to build a vehicle type, that is set to max 0 (spotted by roboman)
somebody might add a better string than "too many vehicles in game" since none are allowed, but at least it will not crash anymore
peter1138 [Thu, 29 Jun 2006 08:58:08 +0000] rev 4095
(svn r5427) - Codechange: testing for "== true" is redundant.
peter1138 [Thu, 29 Jun 2006 07:19:24 +0000] rev 4094
(svn r5426) - Makefile: Make the configure script work properly for setting target compilers; Set CC_TARGET / CXX_TARGET
up the same way as CC_HOST / CXX_HOST, and add or fix their options within the configure script. In the
Makefile, instead of overriding CC / CXX with the target compilers if they are set, set the target compilers
with the default compilers if none are set (bit of a mouthful), and use the target compilers explicitly.
peter1138 [Thu, 29 Jun 2006 05:55:27 +0000] rev 4093
(svn r5425) - Forword-port r5424 from the 0.4 branch to trunk
Darkvater [Wed, 28 Jun 2006 23:05:00 +0000] rev 4092
(svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
peter1138 [Wed, 28 Jun 2006 20:27:31 +0000] rev 4091
(svn r5409) - Regression [r5391]: WE_CLICK event of SelectScenarioWndProc() cascaded to WE_RESIZE handler, causing the Save and Map toolbar widgets to be altered. Fix by putting the break; back.
peter1138 [Wed, 28 Jun 2006 18:37:53 +0000] rev 4090
(svn r5406) - Regression [r5403]: Fix assertion in TileLoop_Water() caused by oil rigs also using it...