belugas [Sat, 06 Oct 2007 00:23:30 +0000] rev 8181
(svn r11216) -Codechange: Protect the callback who would access var 45 against a randomness that could eventually cause desynchs. Instead, use a controlled random value.
rubidium [Fri, 05 Oct 2007 22:39:15 +0000] rev 8180
(svn r11215) -Codechange: replace magic constants with less magic symbols. Patch by skidd13.
glx [Fri, 05 Oct 2007 22:13:35 +0000] rev 8179
(svn r11214) -Fix [FS#1296]: planes can't use heliports so refuse these orders
rubidium [Fri, 05 Oct 2007 22:10:15 +0000] rev 8178
(svn r11213) -Fix [FS#1298]: confusing messages when trying to build a bridge.
rubidium [Fri, 05 Oct 2007 21:49:15 +0000] rev 8177
(svn r11212) -Codechange: add support for drawing parts of sprites. Patch by frosch.
rubidium [Fri, 05 Oct 2007 21:31:59 +0000] rev 8176
(svn r11211) -Fix [FS#1302]: NewGRF GUI scrollbar does funny things when being resized.
rubidium [Fri, 05 Oct 2007 19:57:20 +0000] rev 8175
(svn r11210) -Codechange: unify the way that selection sprites are drawn. Patch by frosch.
rubidium [Fri, 05 Oct 2007 19:36:13 +0000] rev 8174
(svn r11209) -Codechange: remove some magic numbers and bit magic with appropriate enums and functions. Patch by frosch.
rubidium [Fri, 05 Oct 2007 17:55:12 +0000] rev 8173
(svn r11208) -Fix [FS#1300]: tunnel excavation could disown somebody elses owned land. Patch by frosch.
glx [Fri, 05 Oct 2007 17:53:45 +0000] rev 8172
(svn r11207) -Fix [FS#1301]: don't use smooth_economy for industries using production callbacks as they may have no production for more than a month
rubidium [Fri, 05 Oct 2007 17:53:01 +0000] rev 8171
(svn r11206) -Fix [FS#1299]: half tram bits could be removed in some cases. Based on patches by frosch and skidd13.
rubidium [Fri, 05 Oct 2007 17:50:17 +0000] rev 8170
(svn r11205) -Codechange: remove some, now obsolete, checks.
belugas [Fri, 05 Oct 2007 02:21:40 +0000] rev 8169
(svn r11204) -Feature: [NewGRF] Add support for Action 00 for Industries and IndustryTiles.
Thanks to :Csaboka for original concept, specs & help. Dalestan for technical explanations.
Pikkabird & Georges for detailled comments on their grf works. The Alpha testers (You know who you are).
And finally (but not least) Maedhros (newhouses), peter1138(newgrf) Rubidium and glx (numerous and welcome patches)
Remember: it certainly can be buggy. But be sure that behaviour has been tested in TTDP (if you can) before raising a flag.
belugas [Fri, 05 Oct 2007 02:06:29 +0000] rev 8168
(svn r11203) -Codechange: Raise the TTDPatch version a little higher, as some new features will be shortly exploitable
belugas [Fri, 05 Oct 2007 01:46:49 +0000] rev 8167
(svn r11202) -Feature: [NewGRF] Add support for var 45 for Industries.
rubidium [Thu, 04 Oct 2007 20:20:23 +0000] rev 8166
(svn r11201) -Fix [FS#1283]: minor issue with building one way roads one tile long. Patch by SmatZ.
rubidium [Thu, 04 Oct 2007 20:16:35 +0000] rev 8165
(svn r11200) -Fix [FS#1291]: road vehicles could not overtake on one way roads going to the east.
rubidium [Thu, 04 Oct 2007 07:09:05 +0000] rev 8164
(svn r11199) -Fix: variable 67 and 68 not working correctly.
-Refactor: some code so there is less code duplication.
belugas [Thu, 04 Oct 2007 00:59:52 +0000] rev 8163
(svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override
belugas [Wed, 03 Oct 2007 00:57:54 +0000] rev 8162
(svn r11197) -Fix: It is not useful to reset the override of an entity every time a new grf file is been submitted.
Since newhouses showed the way to newindustries(meaning I copied/adapted a lot of code and processes from it), the behaviour was there for newhouses too.
glx [Tue, 02 Oct 2007 20:20:14 +0000] rev 8161
(svn r11196) -Fix (r11191): _cur_stage was incorrect for GLS_ACTIVATION stage
rubidium [Tue, 02 Oct 2007 18:43:17 +0000] rev 8160
(svn r11195) -Fix: creation chances for industries during gameplay and during map generation were swapped.
rubidium [Tue, 02 Oct 2007 17:48:17 +0000] rev 8159
(svn r11194) -Fix: industries with not all tiles custom slope checked (but at least one) would be build on wrongly sloped tiles.
rubidium [Tue, 02 Oct 2007 16:56:45 +0000] rev 8158
(svn r11193) -Fix: be more compliant with the specifications of callback #2F (and undocumented side effects in TTDP in corner cases).
belugas [Tue, 02 Oct 2007 01:12:06 +0000] rev 8157
(svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf
glx [Mon, 01 Oct 2007 18:59:25 +0000] rev 8156
(svn r11191) -Fix [FS#1227]: GLS_ACTIVATION stage must be done immediatly after GLS_RESERVE stage, before the GLS_RESERVE stage for the next newgrf.
rubidium [Sun, 30 Sep 2007 19:33:40 +0000] rev 8155
(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.
rubidium [Sun, 30 Sep 2007 18:53:59 +0000] rev 8154
(svn r11189) -Fix: if the location check callback results in something invalid (i.e. not a callback result), the industry should be allowed to be build as that's how TTDP does it.
rubidium [Sun, 30 Sep 2007 17:38:42 +0000] rev 8153
(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
rubidium [Sun, 30 Sep 2007 15:37:24 +0000] rev 8152
(svn r11187) -Fix: what holds for houses in r11149 also holds for industries.