index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
economy.cpp
Age
Commit message (
Expand
)
Author
2021-01-22
Change: Apply some consistency to singleplayer related comments
glx22
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-25
Change: Always apply inflation from 1920 to 2090, no matter the game start ye...
Michael Lutz
2020-12-22
Feature: Set exclusive access to industry from GS (#8115)
Pavel Stupnikov
2020-12-16
Change: extend the allowed range for max loan setting (#8386)
Pavel Stupnikov
2020-01-28
Change: Algorithm for transfer feeder payments
Jonathan G Rennison
2019-12-23
Fix #7430: when train visits station, only reset time_since_pickup if has roo...
Mingwei Samuel
2019-12-21
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops
glx
2019-12-21
Codechange: Replace story related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_SIGNS with range-based for loops
glx
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_GROUPS with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_GOALS with range-based for loops
glx
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-10-19
Feature: Configure minimum share trading years
Jack Baron
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-11
Fix #7491: Send company update admin message when bankruptcy counter changes.
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-05
Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465)
glx22
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-17
Fix f58fa80e: Wrong company performance rating when money exceeds INT_MAX. (#...
stormcone
2019-03-09
Feature: Non-rectangular sparse station catchment area.
Peter Nelson
2019-03-09
Codechange: Convert IndustryVector to a std::set.
peter1138
2019-03-08
Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c...
PeterN
2019-03-02
Fix #6633: Cargo monitor industry delivery now accounts for which IndustryID ...
Samu
2019-02-21
Change: Owner of vehicle with exclusive transport rights may now load cargo f...
SamuXarick
2019-02-04
Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actions
glx
2019-01-29
Fix 11ab3c4ea2f: Vehicles could not be refitted to cargo IDs higher than 32.
Peter Nelson
2018-11-25
Fix #6498: Use int64 for all company rating calculations
Niels Martin Hansen
2018-11-03
Add: NewGRF support for 16-in-16-out industries
Niels Martin Hansen
2018-11-03
Add: Industries can produce and accept up to 16 different cargoes
Niels Martin Hansen
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-06-27
Codechange: Silence -Wclass-memaccess warnings with GCC8
Charles Pigott
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2018-03-11
(svn r27981) -Change [FS#6679]: Check companies for bankruptcy before subtrac...
frosch
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-13
(svn r27788) -Fix [FS#6536]: Get vehicle load amount after executing new carg...
peter1138
2016-05-29
(svn r27585) -Fix [FS#6437]: Enforce a non-zero load amount for all vehicles,...
frosch
2016-05-29
(svn r27584) -Codechange: Add some assertions about Vehicle::cargo_payment.
frosch
2015-05-11
(svn r27282) -Fix [FS#6254]: Enforce the company's default service intervals ...
frosch
[next]