summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Expand)Author
2008-05-01(svn r12933) -Fix: minor errors related to industries accepted/produced cargoglx
2008-04-23(svn r12855) -Codechange: do not use autoptr's for testing whether certain ob...rubidium
2008-04-23(svn r12844) -Fix: the industry tick trigger should only be triggered once ev...rubidium
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-20(svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo...rubidium
2008-04-20(svn r12800) -Codechange: move the animated tile related functions out of tex...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-04-07(svn r12617) -Codechange: add type safety to the Order's load and unload types.rubidium
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...smatz
2008-04-06(svn r12593) -Codechange: hide Order's flags in most of the code.rubidium
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-02-29(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other stri...peter1138
2008-02-20(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat...frosch
2008-02-18(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there...smatz
2008-02-09(svn r12092) -Fix(r11532)[FS#1755]: Make sure the production level will not g...belugas
2008-02-09(svn r12091) -Codechange : remove all production level magic numbers and repl...belugas
2008-02-02(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ...peter1138
2008-01-31(svn r12029) -Feature: Allow trees on shore.frosch
2008-01-29(svn r12006) -Fix: implement FS#1697 without the nasty side effects as specif...rubidium
2008-01-24(svn r11977) -Fix(r11976): not a typo, not a bug. Just a removal that should...belugas
2008-01-24(svn r11976) -Fix: It seems that industries using results 0D/0E on callback c...belugas
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