summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Expand)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-04(svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text ...rubidium
2010-01-04(svn r18718) -Codechange: make a wrapper macro for looping TileAreasrubidium
2010-01-04(svn r18717) -Codechange: use TileArea in industry instead of three separate ...rubidium
2010-01-04(svn r18716) -Codechange: pass a TileArea to FindStationsAroundTilesrubidium
2010-01-04(svn r18715) -Codechange: make StationFinder a subclass of TileArearubidium
2010-01-03(svn r18701) -Fix (r18700): always compile before making a commityexo
2010-01-03(svn r18700) -Fix: when deleting an industry on water (oil rigs) the tiles on...yexo
2009-12-19(svn r18554) -Change: Forbid industries to clear sea/river when leveling land.frosch
2009-11-24(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ...frosch
2009-11-24(svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier a...frosch
2009-11-15(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per ...smatz
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-10-02(svn r17682) -Codechange: remove erroneous space before some commasrubidium
2009-09-25(svn r17638) -Fix [FS#3235]: Crash when trying to build an industry that has ...rubidium
2009-09-25(svn r17633) -Fix [FS#3233]: [NewGRF] Crash when trying to build an industry ...rubidium
2009-09-21(svn r17601) -Fix (r17592): don't mark cargo as 'accepted' when accepted amou...smatz
2009-09-20(svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when indu...smatz
2009-09-20(svn r17589) -Codechange: rename town_acc to always_acceptedsmatz
2009-09-18(svn r17567) -Fix: some doxygen warningsrubidium
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-13(svn r17521) -Change: don't assume that there is always 'another' industry ti...rubidium
2009-09-08(svn r17472) -Fix [FS#3182]: industry list was rebuilt too early during indus...rubidium
2009-09-07(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses an...smatz
2009-09-04(svn r17414) -Codechange: only send/read the number of bits that can be actua...rubidium
2009-09-04(svn r17413) -Fix: assert when trying to build an invalid industry type it didrubidium
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-09(svn r17131) -Codechange: apply coding style to some switch statementssmatz
2009-08-08(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...smatz
2009-08-07(svn r17107) -Codechange: store type of subsidy source and destination in the...smatz
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-26(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TIL...rubidium
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string c...rubidium
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-01(svn r16717) -Codechange: make IsFrontEngine() member of Trainsmatz
2009-07-01(svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates...rubidium
2009-06-27(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...frosch
2009-06-27(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...frosch
2009-06-27(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and...smatz
2009-06-26(svn r16667) -Codechange: replace GetRandomTown() and GetRandomIndustry() by ...smatz
2009-06-25(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and...smatz
2009-06-25(svn r16654) -Codechange: cache industries in station's coverage area instead...smatz
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-26(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r...rubidium
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...frosch