src/industry_cmd.cpp
Mon, 11 Jun 2007 14:25:38 +0000 belugas (svn r10099) -Fix(r9867, FS860): Use the specs of the to-be-created industry instead of the scanned industry
Sun, 10 Jun 2007 01:25:21 +0000 belugas (svn r10078) -Codechange: Centralize all industry counts data and access
Fri, 08 Jun 2007 15:48:48 +0000 belugas (svn r10063) -Codechange: Change VARDEF for extern
Thu, 07 Jun 2007 14:38:45 +0000 rubidium (svn r10058) -Codechange: give some industry variable sensible names (like not telling "last_mo_production" when it is the production of the current month).
Thu, 07 Jun 2007 09:20:04 +0000 rubidium (svn r10054) -Codechange: make the industries cost modifier look more like the original one, so it's much easier to support industries that use this original format.
Wed, 30 May 2007 20:34:16 +0000 rubidium (svn r9993) -Fix (r9992): smallish typos resulting in compile time errors.
Wed, 30 May 2007 20:20:58 +0000 belugas (svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.
Wed, 30 May 2007 02:08:18 +0000 belugas (svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing"
Wed, 30 May 2007 01:55:11 +0000 belugas (svn r9983) -Codechange: Use the "enabled" property of the industry spec.
Tue, 29 May 2007 17:41:59 +0000 belugas (svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
Tue, 29 May 2007 00:15:34 +0000 belugas (svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile
Thu, 24 May 2007 22:41:50 +0000 rubidium (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
Sun, 20 May 2007 05:53:19 +0000 peter1138 (svn r9887) -Fix (r9867): Industry production statistics messed up...
Sun, 20 May 2007 00:50:06 +0000 belugas (svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds table into the industry's spec.
Fri, 18 May 2007 17:55:07 +0000 belugas (svn r9870) -Codechange: Silence two compiler warnings and give proper type to the "type" member of industry struct
Fri, 18 May 2007 00:33:47 +0000 belugas (svn r9867) -Codechange: Remove data duplication. The exact same values can be found in the industry spec, so take it from there instead.
Tue, 01 May 2007 17:16:51 +0000 belugas (svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries
Sat, 21 Apr 2007 02:47:33 +0000 belugas (svn r9705) -Codechange: Merge some data arrays together, making a bit more logical units.
Thu, 19 Apr 2007 14:50:01 +0000 belugas (svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.
Mon, 16 Apr 2007 02:56:48 +0000 belugas (svn r9644) -Codechange: if else cascade into a switch case
Mon, 16 Apr 2007 02:53:55 +0000 belugas (svn r9643) -Codechange: Simplify a test.
Mon, 09 Apr 2007 01:43:29 +0000 belugas (svn r9579) -Codechange: Cleanup of industry_cmd (Step-11). Use industry's spec appear_creation during random map creation.
Sun, 08 Apr 2007 00:29:12 +0000 belugas (svn r9574) -Fix(r9520, FS#721): Oil Rig ( or industry with behaviour INDUSTRYBEH_BUILT_ONWATER) should check all tiles before leaving the test. A tile in water does not ensure that all required tiles will necessary be on water.
Fri, 06 Apr 2007 12:57:15 +0000 belugas (svn r9569) -Fix(r9567): testing mode leftover...
Fri, 06 Apr 2007 02:12:15 +0000 belugas (svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an index in a out of phase array. Now, ensure that the ID will really be an IndustryType
Thu, 05 Apr 2007 07:49:04 +0000 peter1138 (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
Wed, 04 Apr 2007 00:32:40 +0000 belugas (svn r9555) -Codechange: Cleanup of industry_cmd (Step-9). Use in-game appearing chances for industry creation.
Wed, 28 Mar 2007 20:06:28 +0000 belugas (svn r9520) -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc...
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Tue, 20 Mar 2007 13:47:00 +0000 maedhros (svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied
Thu, 15 Mar 2007 01:17:20 +0000 belugas (svn r9190) -Fix: Little typo in an enum.
Wed, 14 Mar 2007 02:52:50 +0000 belugas (svn r9162) -Codechange: Cleanup of industry_cmd (Step-8). Gather tile animation data into IndustryTileSpec array
Sat, 10 Mar 2007 12:10:00 +0000 truelight (svn r9097) -Fix [FS#525]: open and close messages now have their own setting, so you can hide economy changes, but do show open/close of industries
Fri, 09 Mar 2007 02:04:07 +0000 belugas (svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sat, 03 Mar 2007 04:04:22 +0000 belugas (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
Wed, 21 Feb 2007 02:22:43 +0000 belugas (svn r8827) -Codechange: Cleanup of industry_cmd (Step-6). Implementation of IndustryTileSPec, the alter ego of IndustrySpec.
Tue, 20 Feb 2007 22:09:21 +0000 peter1138 (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
Fri, 02 Feb 2007 15:14:28 +0000 belugas (svn r8535) -Feature: Allow lumbermill to cut trees only when they are full grown.
Wed, 31 Jan 2007 10:50:12 +0000 tron (svn r8485) -Fix
Mon, 15 Jan 2007 16:31:46 +0000 belugas (svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producing cargo, like its counterpart in temperate climate.
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)