summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Expand)Author
2007-07-07(svn r10460) -Codechange: add some more variables needed for newindustries re...rubidium
2007-07-06(svn r10459) -Codechange: add helper functions to determine whether an indust...rubidium
2007-07-06(svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an ...rubidium
2007-07-05(svn r10442) -Codechange: implement the industry production callback.rubidium
2007-07-04(svn r10439) -Codechange: initial steps for customized industry productions.rubidium
2007-07-04(svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. ...belugas
2007-07-03(svn r10419) -Fix (r10418): do not compare bitmasks with HASBIT. Thanks to Ma...rubidium
2007-07-03(svn r10418) -Codechange: implement/resurrect the industry production flags.rubidium
2007-07-01(svn r10406) -Fix [FS#968]: only industries in the temperate climate should b...rubidium
2007-06-26(svn r10348) -Fix (r10347): compile errors; do not think it compiles fine whe...rubidium
2007-06-26(svn r10347) -Fix [FS#948]: industries with a very low production could never...rubidium
2007-06-26(svn r10340) -Fix: make sure no industry production can ever hit < 32 with sm...truelight
2007-06-24(svn r10299) -Codechange [FS#931]: industry foundations should be drawn as al...rubidium
2007-06-22(svn r10290) -Fix: with smooth_economy, when industry production hit 32, it s...truelight
2007-06-20(svn r10232) -Fix(r1): _numof_industry_table never was composed of 12 entries...belugas
2007-06-19(svn r10226) -Codechange: Add support for newindustry tiles drawing.belugas
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-06-15(svn r10163) -Fix(r8128): Industries had lost their random recoloring. A tes...belugas
2007-06-13(svn r10140) -Fix [FS#867]: an industry could overbuild a bridge.rubidium
2007-06-11(svn r10099) -Fix(r9867, FS860): Use the specs of the to-be-created industry ...belugas
2007-06-10(svn r10078) -Codechange: Centralize all industry counts data and accessbelugas
2007-06-08(svn r10063) -Codechange: Change VARDEF for externbelugas
2007-06-07(svn r10058) -Codechange: give some industry variable sensible names (like no...rubidium
2007-06-07(svn r10054) -Codechange: make the industries cost modifier look more like th...rubidium
2007-05-30(svn r9993) -Fix (r9992): smallish typos resulting in compile time errors.rubidium
2007-05-30(svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.belugas
2007-05-30(svn r9984) -Codechange: Remove an obsolete structure and a now meaningless e...belugas
2007-05-30(svn r9983) -Codechange: Use the "enabled" property of the industry spec.belugas
2007-05-29(svn r9976) -Codechange: Declare a writable array of specs for industry and i...belugas
2007-05-29(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-ru...belugas
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-05-20(svn r9887) -Fix (r9867): Industry production statistics messed up...peter1138
2007-05-20(svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds ...belugas
2007-05-18(svn r9870) -Codechange: Silence two compiler warnings and give proper type t...belugas
2007-05-18(svn r9867) -Codechange: Remove data duplication. The exact same values can ...belugas
2007-05-01(svn r9762) -Feature: Two new difficulty settings : Very low number of towns ...belugas
2007-04-21(svn r9705) -Codechange: Merge some data arrays together, making a bit more l...belugas
2007-04-19(svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END.belugas
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-16(svn r9644) -Codechange: if else cascade into a switch casebelugas
2007-04-16(svn r9643) -Codechange: Simplify a test.belugas
2007-04-09(svn r9579) -Codechange: Cleanup of industry_cmd (Step-11). Use industry's sp...belugas
2007-04-08(svn r9574) -Fix(r9520, FS#721): Oil Rig ( or industry with behaviour INDUSTR...belugas
2007-04-06(svn r9569) -Fix(r9567): testing mode leftover...belugas
2007-04-06(svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an in...belugas
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-04-04(svn r9555) -Codechange: Cleanup of industry_cmd (Step-9). Use in-game appea...belugas
2007-03-28(svn r9520) -Codechange: Add the notion of Industry behaviour. It means what...belugas
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas