log

age author description
Sat, 06 Oct 2007 22:08:04 +0000 truelight (svn r11220) -Fix r11217: not all gmakes allow "" in ifeq (go figure) draft
Sat, 06 Oct 2007 13:20:27 +0000 glx (svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help draft
Sat, 06 Oct 2007 13:18:43 +0000 rubidium (svn r11217) -Update: the readme as some things weren't quite right anymore. draft
Sat, 06 Oct 2007 00:23:30 +0000 belugas (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. draft
Fri, 05 Oct 2007 22:39:15 +0000 rubidium (svn r11215) -Codechange: replace magic constants with less magic symbols. Patch by skidd13. draft
Fri, 05 Oct 2007 22:13:35 +0000 glx (svn r11214) -Fix [FS#1296]: planes can't use heliports so refuse these orders draft
Fri, 05 Oct 2007 22:10:15 +0000 rubidium (svn r11213) -Fix [FS#1298]: confusing messages when trying to build a bridge. draft
Fri, 05 Oct 2007 21:49:15 +0000 rubidium (svn r11212) -Codechange: add support for drawing parts of sprites. Patch by frosch. draft
Fri, 05 Oct 2007 21:31:59 +0000 rubidium (svn r11211) -Fix [FS#1302]: NewGRF GUI scrollbar does funny things when being resized. draft
Fri, 05 Oct 2007 19:57:20 +0000 rubidium (svn r11210) -Codechange: unify the way that selection sprites are drawn. Patch by frosch. draft
Fri, 05 Oct 2007 19:36:13 +0000 rubidium (svn r11209) -Codechange: remove some magic numbers and bit magic with appropriate enums and functions. Patch by frosch. draft
Fri, 05 Oct 2007 17:55:12 +0000 rubidium (svn r11208) -Fix [FS#1300]: tunnel excavation could disown somebody elses owned land. Patch by frosch. draft
Fri, 05 Oct 2007 17:53:45 +0000 glx (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 draft
Fri, 05 Oct 2007 17:53:01 +0000 rubidium (svn r11206) -Fix [FS#1299]: half tram bits could be removed in some cases. Based on patches by frosch and skidd13. draft
Fri, 05 Oct 2007 17:50:17 +0000 rubidium (svn r11205) -Codechange: remove some, now obsolete, checks. draft
Fri, 05 Oct 2007 02:21:40 +0000 belugas (svn r11204) -Feature: [NewGRF] Add support for Action 00 for Industries and IndustryTiles. draft
Fri, 05 Oct 2007 02:06:29 +0000 belugas (svn r11203) -Codechange: Raise the TTDPatch version a little higher, as some new features will be shortly exploitable draft
Fri, 05 Oct 2007 01:46:49 +0000 belugas (svn r11202) -Feature: [NewGRF] Add support for var 45 for Industries. draft
Thu, 04 Oct 2007 20:20:23 +0000 rubidium (svn r11201) -Fix [FS#1283]: minor issue with building one way roads one tile long. Patch by SmatZ. draft
Thu, 04 Oct 2007 20:16:35 +0000 rubidium (svn r11200) -Fix [FS#1291]: road vehicles could not overtake on one way roads going to the east. draft
Thu, 04 Oct 2007 07:09:05 +0000 rubidium (svn r11199) -Fix: variable 67 and 68 not working correctly. draft
Thu, 04 Oct 2007 00:59:52 +0000 belugas (svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override draft
Wed, 03 Oct 2007 00:57:54 +0000 belugas (svn r11197) -Fix: It is not useful to reset the override of an entity every time a new grf file is been submitted. draft
Tue, 02 Oct 2007 20:20:14 +0000 glx (svn r11196) -Fix (r11191): _cur_stage was incorrect for GLS_ACTIVATION stage draft
Tue, 02 Oct 2007 18:43:17 +0000 rubidium (svn r11195) -Fix: creation chances for industries during gameplay and during map generation were swapped. draft
Tue, 02 Oct 2007 17:48:17 +0000 rubidium (svn r11194) -Fix: industries with not all tiles custom slope checked (but at least one) would be build on wrongly sloped tiles. draft
Tue, 02 Oct 2007 16:56:45 +0000 rubidium (svn r11193) -Fix: be more compliant with the specifications of callback #2F (and undocumented side effects in TTDP in corner cases). draft
Tue, 02 Oct 2007 01:12:06 +0000 belugas (svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf draft
Mon, 01 Oct 2007 18:59:25 +0000 glx (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. draft
Sun, 30 Sep 2007 19:33:40 +0000 rubidium (svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent. draft
Sun, 30 Sep 2007 18:53:59 +0000 rubidium (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. draft
Sun, 30 Sep 2007 17:38:42 +0000 rubidium (svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic). draft
Sun, 30 Sep 2007 15:37:24 +0000 rubidium (svn r11187) -Fix: what holds for houses in r11149 also holds for industries. draft
Sun, 30 Sep 2007 14:29:45 +0000 rubidium (svn r11186) -Fix: only fill the accepted cargo fields once, not multiple times. draft
Fri, 28 Sep 2007 21:24:25 +0000 rubidium (svn r11185) -Codechange: prepare some more code for the introduction of NewIndustries. Patch by Belugas. draft
Fri, 28 Sep 2007 21:15:45 +0000 rubidium (svn r11184) -Codechange: cleanup the code related to backup orders. draft
Fri, 28 Sep 2007 19:24:52 +0000 rubidium (svn r11183) -Fix [FS#1249]: airports do not need to care about overflying aircraf when removing them, because if they were not in the "flying" state it can't be removed anyway. draft
Fri, 28 Sep 2007 19:17:33 +0000 rubidium (svn r11182) -Fix [FS#1261] (r11174): bounding boxes caused crashes when zoomed out. Patch by SmatZ. draft
Fri, 28 Sep 2007 17:09:50 +0000 glx (svn r11181) -Codechange: add support for newgrf callback 14A (Belugas) draft
Fri, 28 Sep 2007 17:04:52 +0000 rubidium (svn r11180) -Fix (r11175): crash on load when you don't have any NewGRFs. More interesting is: who plays without them ;) draft
Fri, 28 Sep 2007 16:05:40 +0000 glx (svn r11179) -Fix [FS#1262] (r11175): compilation with MSVC was broken draft
Fri, 28 Sep 2007 00:34:10 +0000 glx (svn r11178) -Fix: don't check newgrf callback 22 in scenario editor draft
Thu, 27 Sep 2007 21:47:38 +0000 glx (svn r11177) -Codechange: add support for newgrf callbacks 14B and 14C draft
Thu, 27 Sep 2007 21:39:13 +0000 glx (svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C draft
Thu, 27 Sep 2007 20:39:46 +0000 rubidium (svn r11175) -Codechange: sort the NewGRFs by name, making searching a specific NewGRF a lot easier. draft
Wed, 26 Sep 2007 19:27:29 +0000 rubidium (svn r11174) -Codechange: add possibility to show the bounding boxes of sprites using CTRL-B so one can get a better understanding of the used bounding boxes to fix the glitches that still exist. Patch by frosch. draft
Wed, 26 Sep 2007 17:33:32 +0000 rubidium (svn r11173) -Codechange: rename some callback enums so they are more uniform. draft
Wed, 26 Sep 2007 16:12:43 +0000 rubidium (svn r11172) -Codechange: rewrite of town road building and addition of the possibility to clean up unconnected road bits during the local road reconstructions. Based on a patch by skidd13. draft
Wed, 26 Sep 2007 14:32:06 +0000 rubidium (svn r11171) -Fix [FS#1257]: disable autoslope for automatically changed stuff (like towns and industries) and enable it in the scenario editor. Patch by frosch. draft
Wed, 26 Sep 2007 14:21:23 +0000 rubidium (svn r11170) -Fix (r11152): a variable's type was too small for the data that is going to put into it when NewIndustries are finally activated. For now it just removes a warning and doesn't really fix anything. draft
Wed, 26 Sep 2007 14:17:26 +0000 rubidium (svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch. draft
Wed, 26 Sep 2007 14:14:51 +0000 rubidium (svn r11168) -Fix [FS#1256]: assert on terraforming of industries. Patch by frosch. draft
Wed, 26 Sep 2007 14:05:09 +0000 rubidium (svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail. Patch by smatz. draft
Wed, 26 Sep 2007 02:45:13 +0000 glx (svn r11166) -Fix (r11165): forgot one project file draft
Wed, 26 Sep 2007 02:29:34 +0000 belugas (svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list draft
Wed, 26 Sep 2007 02:20:58 +0000 belugas (svn r11164) -Fix(r11161): a rogue space roaming in the night... removed draft
Wed, 26 Sep 2007 02:15:00 +0000 belugas (svn r11163) -Codechange: Verify that the IndustryTileOverrideManager skip the magic value of 0xFF when assigning a new tileID. This is really important, since the value is reserved for water checking. draft
Wed, 26 Sep 2007 02:11:30 +0000 belugas (svn r11162) -Fix: Acceptance is not a cargo, but rather a level of... acceptance :) So don't need to get cargo name out of it (glx) draft
Wed, 26 Sep 2007 01:27:51 +0000 belugas (svn r11161) -Fix: Allow to transform coordinates in negative ones when gfx of 0xFF allows it draft
Wed, 26 Sep 2007 01:24:12 +0000 belugas (svn r11160) -Fix: A gfx of 0xFF does not count when it's time to establish the size of the industry. draft