summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
AgeCommit message (Expand)Author
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-29Codechange: Set VehicleType's base type to byte instead of using VehicleTypeByteCharles Pigott
2019-04-20Fix: Bounds check access to railtype_map. (#7529)PeterN
2019-04-13Cleanup: Fix alignment after NULL -> nullptr change.peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-30Fix #7447, 3357cac847: Action 4 has feature 48 'original strings'. (#7449)frosch
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() with std::find()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + nHenry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-21Fix: Bounds check NewGRF feature.Peter Nelson
2019-03-21Codechange: NewGRF features are documented in hex, so display as hex.Peter Nelson
2019-03-15Fix e66cec8f86: Permit loading of industry production callback with invalid c...peter1138
2019-02-28Cleanup: spurious TODOs in newgrf.cpp (#7297)Eddi-z
2019-02-01Fix: Don't consider engines not in the current climate towards used livery cl...Peter Nelson
2019-01-21Add: Houses can accept up to 16 different cargo types via NewGRF.Niels Martin Hansen
2018-11-03Add: NewGRF support for 16-in-16-out industriesNiels Martin Hansen
2018-10-31Fix: Remove various dead or unnecessary assignmentsCharles Pigott
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-09-02Feature: [NewGRF] Increase size of persistent storage to 256.Michael Lutz
2018-09-02Fix: Variable 0x85 had no bounds checks.frosch
2018-06-15Codechange: Address some MSVC compiler warningsNiels Martin Hansen
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2018-04-16Codechange #6729: mute bogus GCC 7 warning (#6733)Patric Stout
2018-03-11(svn r27989) -Fix (r27985): VA2 optimisation failed in various special cases:frosch
2018-03-11(svn r27985) -Codechange: Convert VA2 switches into ones with non-overlapping...frosch
2018-03-06(svn r27974) -Fix (r27907) [FS#6627]: free() called on static airport rotatio...peter1138
2017-08-31(svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sur...adf88
2017-08-31(svn r27907) -Fix: AirportSpec::rotation was memleakingadf88
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-03-05(svn r27769) -Change: [NewGRF] Extend the DCxx range to D800-DFFF.frosch
2017-03-05(svn r27768) -Codechange: Use if and IsInsideMM instead of switch-case sequen...frosch
2017-03-05(svn r27767) -Codechange: Industries and houses should just use the default-c...frosch
2017-03-05(svn r27766) -Fix: Obiwan opposed translations for text id D3FF and DCFF in A...frosch
2017-01-14(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a...frosch
2017-01-14(svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grffrosch
2017-01-14(svn r27729) -Codechange: Do not count static NewGRF when checking for the ma...frosch
2017-01-07(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG ins...frosch
2017-01-07(svn r27722) -Fix (r7490): GCF_SYSTEM was never set correctly.frosch
2016-11-05(svn r27676) -Codechange: Rename catenary functions, so that they refer unamb...frosch
2016-05-11(svn r27560) -Fix: typos in comments and stringmatthijs
2016-02-08(svn r27507) -Add: [NewGRF] Allow custom sound IDs in RV property 0x12, ship ...frosch
2016-01-13(svn r27497) -Change: [NewGRF] Allow static NewGRF to enable the second rocky...frosch
2015-02-06(svn r27138) -Fix: [NewGRF] Negative positions in industry layouts were inter...frosch
2015-01-17(svn r27119) -Fix: Action 7/9 condition 0A failed for present, but disabled, ...frosch