summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Expand)Author
2008-01-22(svn r11952) -Fix (r11926): Prevent industries from being built on rivers, un...peter1138
2008-01-19(svn r11925) -Fix (r122, r9867): loading old, pre savegame version 2, savegames.rubidium
2008-01-16(svn r11876) -Fix: Start industry tile animation also for overridden industry...frosch
2008-01-15(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-09(svn r11798) -Codechange: add comments and give a more representative functio...belugas
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-09(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...rubidium
2008-01-06(svn r11766) -Codechange: Last fine tunings on smooth economy, by Sirkoz.belugas
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-28(svn r11716) -Fix [FS#1561]: don't put more than one Random() in function cal...glx
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-10(svn r11615) -Fix (r11609): temperate banks can only be built in towns (over ...glx
2007-12-09(svn r11609) -Fix [FS#1524]: wrong error messages were shown when trying to b...rubidium
2007-12-07(svn r11590) -Fix (r11193): IsSlopeRefused() result was half wrongglx
2007-12-01(svn r11545) -Revert(r11543): The result is not what was expected. Looks lik...belugas
2007-12-01(svn r11543) -Codechange: Give a more adequate message when trying to place a...belugas
2007-11-27(svn r11534) -Feature(newgrf): Implement property 23h for Industries.belugas
2007-11-27(svn r11532) -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) producti...belugas
2007-11-26(svn r11528) -Fix (r11500): With smooth economy enabled, industries that shou...maedhros
2007-11-26(svn r11526) -Codechange: Rename the function delta fitting to the naming styleskidd13
2007-11-25(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp caus...skidd13
2007-11-24(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-c...rubidium
2007-11-23(svn r11502) -Fix (r11144): don't do standard production change if callbacks ...glx
2007-11-23(svn r11500) -Codechange: Smooth economy fine-tuning, making industries more ...belugas
2007-11-23(svn r11499) -Fix (r11144): mul/div factor were wrong (off by two)glx
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-15(svn r11442) -Feature: make news messages related to the industry (production...rubidium
2007-11-12(svn r11420) -Fix [FS#1006]: industry closure news not properly shown when th...rubidium
2007-11-11(svn r11412) -Fix (r11403): animation was not turned on properly.rubidium
2007-11-11(svn r11410) -Codechange: implement random triggers for industries.rubidium
2007-11-11(svn r11403) -Fix: NewIndustries GRF assume that tiles are already animated d...rubidium
2007-11-11(svn r11402) -Fix [FS#1382]: incorrect handling of industry behaviour 'must b...glx
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-11-03(svn r11373) -Fix [FS#1398]: do not even think about building disabled indust...rubidium
2007-11-03(svn r11371) -Fix [FS#1396]: the industry protection only kicked in when it s...rubidium
2007-10-29(svn r11356) -Fix (r11305): funding industries in MP game was causing desyncglx
2007-10-27(svn r11349) -Fix [FS#1372]: crash when moving "invalid" cargo to a station.rubidium
2007-10-20(svn r11305) -Codechange: randomise layout when building an industry ingameglx
2007-10-19(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used...rubidium
2007-10-19(svn r11302) -Fix (r9520): typoglx
2007-10-19(svn r11301) -Fix: water check when building industries didn't workglx