belugas [Tue, 13 Nov 2007 15:41:09 +0000] rev 7877
(svn r11427) -Fix: Forgot to Truncate the string "Many Random Industries" in the funding industry window. In some languages, it gets drawn outside of the gui.
belugas [Tue, 13 Nov 2007 03:34:24 +0000] rev 7876
(svn r11426) -Codechange: Just one boolean inversion instead of two
glx [Mon, 12 Nov 2007 20:57:03 +0000] rev 7875
(svn r11425) -Fix [FS#1424]: overriden industries were ignored when mapping newgrf industry type to 'real' industry type
glx [Mon, 12 Nov 2007 20:42:35 +0000] rev 7874
(svn r11424) -Fix: an override can be set only once
glx [Mon, 12 Nov 2007 20:40:58 +0000] rev 7873
(svn r11423) -Codechange: store grfid when adding an override
rubidium [Mon, 12 Nov 2007 20:05:12 +0000] rev 7872
(svn r11422) -Fix [FS#1430]: properly support genders coming from newgrfs instead of crashing.
rubidium [Mon, 12 Nov 2007 19:21:33 +0000] rev 7871
(svn r11421) -Fix [FS#1431]: do not use a function that asserts when wrapping around the map's edge when you use the wrapping (and MP_VOID tiles) to determine whether the bridge can be build.
rubidium [Mon, 12 Nov 2007 18:32:04 +0000] rev 7870
(svn r11420) -Fix [FS#1006]: industry closure news not properly shown when the news item pops up after the industry has been removed from the map.
rubidium [Mon, 12 Nov 2007 18:28:55 +0000] rev 7869
(svn r11419) -Fix [FS#1388]: articulated vehicle breaking up when making a 90 degree turn immediately after a 180 degree turn.
glx [Mon, 12 Nov 2007 01:38:32 +0000] rev 7868
(svn r11418) -Fix (r11416): forgot an instance
belugas [Mon, 12 Nov 2007 01:12:32 +0000] rev 7867
(svn r11417) -Fix[FS#1421]: Let the main viewport stay where the vehicle was last seen while been center-followed
belugas [Mon, 12 Nov 2007 01:05:35 +0000] rev 7866
(svn r11416) -Fix(r11411): For once, the warnings of MSVC are not useless. Inversion of the two parameters of DoTriggerHouse cause a complain which was legit, in this case
rubidium [Sun, 11 Nov 2007 21:05:50 +0000] rev 7865
(svn r11415) -Fix [FS#1428]: do not ignore the autorenew settings for new games when creating a new game.
rubidium [Sun, 11 Nov 2007 20:24:32 +0000] rev 7864
(svn r11414) -Fix [FS#1387]: when building a station, even though we already 'know' it in memory, it should still be unknown in the realm of callbacks.
glx [Sun, 11 Nov 2007 18:32:01 +0000] rev 7863
(svn r11413) -Fix [FS#1405]: don't use cached override spriteset for callbacks
rubidium [Sun, 11 Nov 2007 18:22:06 +0000] rev 7862
(svn r11412) -Fix (r11403): animation was not turned on properly.
-Fix (r11410): wrong assumption about random reseeds made the whole thing reseed way too often, making the animation look very ugly.
rubidium [Sun, 11 Nov 2007 17:58:05 +0000] rev 7861
(svn r11411) -Codechange: implement random triggers for houses.
rubidium [Sun, 11 Nov 2007 17:56:37 +0000] rev 7860
(svn r11410) -Codechange: implement random triggers for industries.
truelight [Sun, 11 Nov 2007 14:32:18 +0000] rev 7859
(svn r11409) -Update: as of now, I am a retired Developer, so mark me as such
rubidium [Sun, 11 Nov 2007 13:04:51 +0000] rev 7858
(svn r11408) -Fix [FS#1422]: do not do a 270 degree turn when 90 degrees is enough on a commuter airport.
truelight [Sun, 11 Nov 2007 12:34:44 +0000] rev 7857
(svn r11407) -Fix: do not allow building of tram-tracks when they are not available (SmatZ)
rubidium [Sun, 11 Nov 2007 12:29:47 +0000] rev 7856
(svn r11406) -Fix: wrong triggers would be activated on callback 32 for vehicles.
truelight [Sun, 11 Nov 2007 12:26:44 +0000] rev 7855
(svn r11405) -Fix: in rare cases OpenTTD could segfault when resizing and scroll the main window (Rafal Rzepecki)
belugas [Sun, 11 Nov 2007 01:39:15 +0000] rev 7854
(svn r11404) -Codechange: remove 2 magical numbers
rubidium [Sun, 11 Nov 2007 00:53:59 +0000] rev 7853
(svn r11403) -Fix: NewIndustries GRF assume that tiles are already animated during construction.
glx [Sun, 11 Nov 2007 00:04:52 +0000] rev 7852
(svn r11402) -Fix [FS#1382]: incorrect handling of industry behaviour 'must be in town with population large than 1200'
rubidium [Sat, 10 Nov 2007 23:22:32 +0000] rev 7851
(svn r11401) -Fix [FS#1391]: make all min functions do exactly the same instead of branching on either < or <=.
rubidium [Sat, 10 Nov 2007 22:56:43 +0000] rev 7850
(svn r11400) -Fix [FS#1409]: assign orders during cloning after refitting as it needs the cargo types to be the same.
belugas [Sat, 10 Nov 2007 01:17:15 +0000] rev 7849
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
-Codechange: Wrap all transparency settings in accessors, hiding the implementation
-Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui.
Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant.
glx [Sat, 10 Nov 2007 00:42:25 +0000] rev 7848
(svn r11398) -Fix [FS#1414]: industry variables 67 and 68 return was incorrect