summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Expand)Author
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
2007-03-20(svn r9371) -Feature: Add support for variable snow lines in the arctic clima...maedhros
2007-03-15(svn r9190) -Fix: Little typo in an enum.belugas
2007-03-14(svn r9162) -Codechange: Cleanup of industry_cmd (Step-8). Gather tile anima...belugas
2007-03-10(svn r9097) -Fix [FS#525]: open and close messages now have their own setting...truelight
2007-03-09(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that i...belugas
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-03(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t...belugas
2007-02-21(svn r8827) -Codechange: Cleanup of industry_cmd (Step-6). Implementation of ...belugas
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-02(svn r8535) -Feature: Allow lumbermill to cut trees only when they are full g...belugas
2007-01-31(svn r8485) -Fixtron
2007-01-15(svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producin...belugas
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr