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
/
newgrf.cpp
Age
Commit message (
Expand
)
Author
2021-04-02
Fix: Memory leak of airport tile layout in AirportChangeInfo (prop 0A) (#8928)
Jonathan G Rennison
2021-03-26
Change: rename setting "max_heightlevel" to "map_height_limit"
Patric Stout
2021-02-21
Fix #8276: Crash when a NewGRF object's size was not set
Charles Pigott
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-27
Add: [NewGRF] Patch flag to test if inflation is on or off.
Michael Lutz
2020-12-15
Fix: [NewGRF] Action 7/9 conditions 0x0F to 0x12 failed, if 'param' was 0x88....
frosch
2020-12-15
Codechange: Make use of the improved C++17 emplace_back function.
Michael Lutz
2020-06-01
Codechange: remove has_newindustries global
Yexo
2020-06-01
Codechange: remove has_newhouses global
Yexo
2020-06-01
Fix #8166: don't crash on loading an invalid roadtype newgrf
Yexo
2020-05-21
Codechange: Use std::string for storing GRF error messages.
Michael Lutz
2020-05-21
Codechange: Use std::string when translating TTDP NewGRF string codes.
Michael Lutz
2020-05-21
Codechange: Replace custom linked list for GRF texts with STL vectors and str...
Michael Lutz
2020-05-21
Codechange: Replace SmallPair with std::pair.
Michael Lutz
2020-01-26
Feature: NewGRF callback profiling (#7868)
Niels Martin Hansen
2019-12-23
Fix: Action7/9 conditions 0F..12 reported roadtypes as valid tramtypes and vi...
frosch
2019-12-23
Cleanup: Properties 12 and 15 do not exist for road/tramtypes.
frosch
2019-12-21
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
glx
2019-11-23
Fix #7836: Check coherency of NewGRF parameter min/max (#7840)
glx22
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-10-19
Codechange: Use std::vector for industry tile layouts
Niels Martin Hansen
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-29
Codechange: Set VehicleType's base type to byte instead of using VehicleTypeByte
Charles Pigott
2019-04-20
Fix: Bounds check access to railtype_map. (#7529)
PeterN
2019-04-13
Cleanup: Fix alignment after NULL -> nullptr change.
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-30
Fix #7447, 3357cac847: Action 4 has feature 48 'original strings'. (#7449)
frosch
2019-03-28
Fix: MSVC warnings (#7423)
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::Find() with std::find()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-21
Fix: Bounds check NewGRF feature.
Peter Nelson
2019-03-21
Codechange: NewGRF features are documented in hex, so display as hex.
Peter Nelson
2019-03-15
Fix e66cec8f86: Permit loading of industry production callback with invalid c...
peter1138
2019-02-28
Cleanup: spurious TODOs in newgrf.cpp (#7297)
Eddi-z
2019-02-01
Fix: Don't consider engines not in the current climate towards used livery cl...
Peter Nelson
2019-01-21
Add: Houses can accept up to 16 different cargo types via NewGRF.
Niels Martin Hansen
2018-11-03
Add: NewGRF support for 16-in-16-out industries
Niels Martin Hansen
2018-10-31
Fix: Remove various dead or unnecessary assignments
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-09-02
Feature: [NewGRF] Increase size of persistent storage to 256.
Michael Lutz
2018-09-02
Fix: Variable 0x85 had no bounds checks.
frosch
2018-06-15
Codechange: Address some MSVC compiler warnings
Niels Martin Hansen
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
[next]