src/newgrf_industries.cpp
Sun, 23 Sep 2007 19:55:42 +0000 rubidium (svn r11152) -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ID would be needed. Fix by Belugas.
Sun, 23 Sep 2007 19:27:35 +0000 rubidium (svn r11151) -Codechange: add (partial) support for randomizing industry triggers (part of the backend for it). Furthermore update the documentation of the map's bits wrt to industries.
Sat, 22 Sep 2007 23:14:32 +0000 rubidium (svn r11143) -Fix: the random bits were not set for the production callback when the NewGRF asked for it.
Sat, 22 Sep 2007 13:56:38 +0000 rubidium (svn r11139) -Codechange: add support for persistent storage for NewGRFs.
Wed, 19 Sep 2007 18:39:14 +0000 rubidium (svn r11131) -Fix (r11126): forgot to commit the changes that performed the actual fix.
Tue, 18 Sep 2007 18:55:25 +0000 rubidium (svn r11126) -Fix: the algorithm to determine the closest water/land was flawed.
Wed, 22 Aug 2007 01:16:08 +0000 belugas (svn r10963) -Revert(10700): Although the idea was good, it was more prone of errors than usefull.
Fri, 17 Aug 2007 00:23:33 +0000 belugas (svn r10926) -Feature: [NewGRF] Add support for variable 67(for real this time) and 68 of Variational Action 2 for Industries
Wed, 15 Aug 2007 00:49:34 +0000 belugas (svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Action 2 for Industries
Fri, 27 Jul 2007 02:41:29 +0000 belugas (svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried.
Wed, 25 Jul 2007 19:06:29 +0000 rubidium (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.
Tue, 24 Jul 2007 01:26:57 +0000 belugas (svn r10669) -Codechange: Removed redundant comment
Sun, 15 Jul 2007 00:19:40 +0000 belugas (svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries
Thu, 12 Jul 2007 07:57:08 +0000 rubidium (svn r10518) -Fix: use the location of the industry and not INVALID_TILE for production callbacks; makes looking at the environment of an industry a lot more useful.
Thu, 12 Jul 2007 07:55:35 +0000 rubidium (svn r10517) -Fix: the "closest distance to water/land" calculation gave the distance to the north-eastern border instead of the closest water/land.
Wed, 11 Jul 2007 23:10:22 +0000 rubidium (svn r10515) -Codechange: allow getting some more data about the environment of an industry.
Wed, 11 Jul 2007 22:57:47 +0000 rubidium (svn r10514) -Codechange: add support for getting the nearest industry with a given type.
Mon, 09 Jul 2007 16:24:00 +0000 rubidium (svn r10487) -Fix: forgot some breaks in a switch statement.
Mon, 09 Jul 2007 13:21:49 +0000 rubidium (svn r10485) -Codechange: add a callback mechanism to determine whether building an industry is allowed at a given location.
Sun, 08 Jul 2007 00:25:05 +0000 rubidium (svn r10473) -Codechange: make the industry "window", the one that shows when you click on an industry, more flexible to allow easier integration with newindustries.
Sat, 07 Jul 2007 17:36:01 +0000 rubidium (svn r10466) -Fix: the minimum amount of waiting cargo shouldn't be 65535; that should be the maximum amount of waiting cargo.
Sat, 07 Jul 2007 08:53:19 +0000 rubidium (svn r10460) -Codechange: add some more variables needed for newindustries regarding to the creation of the industries.
Thu, 05 Jul 2007 05:41:56 +0000 rubidium (svn r10442) -Codechange: implement the industry production callback.
Wed, 04 Jul 2007 22:18:33 +0000 rubidium (svn r10440) -Fix: CBM_IND defines bits to be set, not bitsets.
Wed, 04 Jul 2007 18:27:21 +0000 rubidium (svn r10439) -Codechange: initial steps for customized industry productions.
Thu, 28 Jun 2007 02:14:40 +0000 belugas (svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function.
Thu, 21 Jun 2007 17:09:10 +0000 belugas (svn r10256) -Add: Addition of IndustryTileOverrideManager
Wed, 13 Jun 2007 02:29:08 +0000 belugas (svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
Tue, 12 Jun 2007 00:49:50 +0000 belugas (svn r10108) -Codechange: implement variable 0x60 (Get industry tile ID at offset) for industries.
Sat, 09 Jun 2007 02:05:51 +0000 belugas (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries
Mon, 10 Mar 2008 15:26:39 +0000 richk (svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350. NewGRF_ports
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Mon, 16 Jul 2007 21:22:24 +0000 richk (svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports