summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Collapse)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-11-03Fix #7820: Heap use after free when removing oil rigJonathan G Rennison
2019-10-26Fix 53f8d0b81: signed/unsigned warnings (#7803)glx22
2019-10-19Codechange: Use std::vector for industry tile layoutsNiels Martin Hansen
2019-10-12Fix #7703: Prevent sounds being produced by inactive industries (#7752)abmyii
2019-08-17Add: Scale oil refinery edge distance up by map sizeNiels Martin Hansen
Also scales oil rig distance up, since they use the same algorithm.
2019-06-30Feature: Multi-tile docks and docking points.peter1138
2019-04-29Codechange: Remove Company/OwnerByte typesCharles Pigott
2019-04-13Codechange: Replace duplicated code with TileArea::Expand() (#7467)PeterN
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-25Fix #7411: Use industry production callback (if used) on initial industry ↵PeterN
cargo generation. (#7412)
2019-03-09Feature: Non-rectangular sparse station catchment area.Peter Nelson
2019-03-09Codechange: Convert IndustryVector to a std::set.peter1138
2019-03-09Codechange: Convert StationList from SmallVector to std::set.peter1138
2019-03-08Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept ↵PeterN
cargo to/from their neutral station. (#7234) This change is a controlled by a game setting, located under Environment -> Industries which allows toggling the behaviour. It defaults to enabled. "Company stations can serve industries with attached neutral stations" When enabled, industries with attached neutral station (such as Oil Rigs) may also be served by company-owned stations built nearby. This is the traditional behaviour. When disabled, these industries may only be served by their neutral station. Any nearby company-owned stations won't be able to serve them, nor will the neutral station serve anything else other than the industry.
2018-11-03Add: NewGRF support for 16-in-16-out industriesNiels Martin Hansen
2018-11-03Add: Industries can produce and accept up to 16 different cargoesNiels Martin Hansen
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2017-11-25(svn r27932) -Fix (r0) [FS#6639]: Forest, candyfloss forest and battery farm ↵frosch
skipped the first animation frame.
2017-04-02(svn r27841) -Fix: Don't consider locks or ship depots as clear water when ↵peter1138
placing industries.
2014-09-21(svn r26879) -Codechange: remove most MayHaveBridgeAbove calls since the ↵rubidium
data is now always accessible
2014-08-13(svn r26729) -Feature: Warn about missing industries after generating a map.alberth
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-04-12(svn r26457) -Codechange: Remove unused parameter from SetIndustryCompletedplanetmaker
2014-02-10(svn r26328) -Fix: Warnings and compilation failures.frosch
2014-02-06(svn r26312) -Codechange: iterate the nearby tiles instead of the industry ↵rubidium
list for a conflicting industry when the number of industries is really large (MJP)
2014-02-06(svn r26308) -Fix-ish: do not try to build more towns/industries than the ↵rubidium
pool can hold (MJP)
2013-10-12(svn r25853) -Codechange: Simplify SetupFarmFieldFence by replacing the Axis ↵zuu
and north parameter with a direction parameter and taking adventage of the new unified SetFence function (cirdan, LordAro)
2013-10-12(svn r25852) -Codechange: Merge GetFenceXX/SetFenceXX into one common ↵zuu
GetFonce/SetFence for all directions that take an extra direction parameter (cirdan, LordAro)
2013-10-12(svn r25850) -Codechange: Merge IsBadFarmFieldTile and IsValidFarmFieldTile ↵zuu
into IsSuitableForFarmField (cirdan, LordAro)
2013-10-12(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope ↵zuu
information for situations when we only want to know if a tile is flat or not (cirdan, LordAro)
2013-05-12(svn r25238) -Feature: Display imminent closure of an industry in its view ↵alberth
window.
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
2012-12-23(svn r24846) -Add: Advanced settings to disable certain sound effects.frosch
2012-10-22(svn r24623) -Feature: Allow GameScripts to construct and prospect ↵zuu
industries without having a sponsor
2012-09-08(svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry.frosch
2012-05-26(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and ↵frosch
NewsFlag instead.
2012-05-26(svn r24283) -Codechange: Add AddTileNewsItem function to preemptively ↵frosch
deduplicate code.
2012-04-28(svn r24186) -Feature: [NewGRF] Callback to set industry production level on ↵frosch
construction. (andythenorth)
2012-04-28(svn r24185) -Codechange: Deduplicate some only partly deduplicated code.frosch
2012-04-25(svn r24179) -Codechange: move some variables of Town to TownCacherubidium
2012-04-09(svn r24107) -Fix [FS#5143] (r3181): Glass-sprite of bubble-generator was ↵frosch
not drawn anymore for completely constructed tiles.
2012-03-17(svn r24040) -Fix [FS#5095]: Improve error messages wrt. the placement ↵frosch
restrictions of banks, water towers and toy shops.
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-12-19(svn r23622) -Add: a set of events to trigger in a GameScripttruebrain
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-09(svn r23458) -Fix: don't assume all industries that cut trees have tile 0,0yexo
-Fix: wait until all tiles of an industry are completed before starting to cut trees