summaryrefslogtreecommitdiff
path: root/src/industry.h
AgeCommit message (Expand)Author
2007-11-27(svn r11534) -Feature(newgrf): Implement property 23h for Industries.belugas
2007-11-11(svn r11410) -Codechange: implement random triggers for industries.rubidium
2007-10-19(svn r11302) -Fix (r9520): typoglx
2007-09-28(svn r11185) -Codechange: prepare some more code for the introduction of NewI...rubidium
2007-09-27(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14Cglx
2007-09-26(svn r11170) -Fix (r11152): a variable's type was too small for the data that...rubidium
2007-09-22(svn r11143) -Fix: the random bits were not set for the production callback w...rubidium
2007-09-22(svn r11139) -Codechange: add support for persistent storage for NewGRFs.rubidium
2007-09-22(svn r11137) -Feature: [NewGRF] Add support for bit 17 of property 1A for Ind...belugas
2007-08-30(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with temp...rubidium
2007-08-26(svn r10980) -Fix [FS#1158] : This will hopefully fix the case of an assert t...belugas
2007-08-24(svn r10972) -Codechange: Implement the counterpart(GetTranslatedIndustryTile...belugas
2007-08-22(svn r10963) -Revert(10700): Although the idea was good, it was more prone of...belugas
2007-08-22(svn r10961) -Codechange: Flag default substitutes of industry/tiles with a v...belugas
2007-08-15(svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Ac...belugas
2007-08-02(svn r10759) -Codechange: make the industry struct use the pool item class as...rubidium
2007-07-27(svn r10700) -Codechange: Enable to jump (by default) to the overriding indus...belugas
2007-07-24(svn r10675) -Codechange: unhardcode the industry types used in several locat...rubidium
2007-07-20(svn r10639) -Codechange: Give meaninfull name to a magic numberbelugas
2007-07-15(svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_...belugas
2007-07-11(svn r10508) -Codechange: allow customizable animation schemes for industries.rubidium
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 r10447) -Codechange: Don't need to specify values on an enum when those ...belugas
2007-07-04(svn r10439) -Codechange: initial steps for customized industry productions.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-28(svn r10379) -Codechange: silence a compiler warning (which was right) about ...belugas
2007-06-10(svn r10088) -Codechange: A typo and a code-stylebelugas
2007-06-10(svn r10078) -Codechange: Centralize all industry counts data and accessbelugas
2007-06-08(svn r10064) -Fix(r10063): compile again, when changing stuff. DOn't trust f...belugas
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-31(svn r10001) -Codechange: Add support for removing dynamically allocated newg...belugas
2007-05-29(svn r9976) -Codechange: Declare a writable array of specs for industry and i...belugas
2007-05-29(svn r9974) -Codechange: Remove the enabled member of GRFFileProps, since it'...belugas
2007-05-29(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-ru...belugas
2007-05-24(svn r9906) -Codechange: Add common properties for both industry and industry...belugas
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 r9868) -Codechange: bring external declaration of functions togueter and...belugas
2007-05-18(svn r9867) -Codechange: Remove data duplication. The exact same values can ...belugas
2007-05-17(svn r9866) -Codechange: remove the technical one-input-cargo-creates-one-out...rubidium
2007-04-26(svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dyn...belugas
2007-04-19(svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END.belugas
2007-04-09(svn r9577) -Codechange: Add notion and data for industry map colour, used in...belugas
2007-04-03(svn r9550) -Codechange: Add notion and data of industry appearing chances, b...belugas
2007-03-28(svn r9520) -Codechange: Add the notion of Industry behaviour. It means what...belugas