From 5718730d685c3057afba777521b8953c5c3fc528 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 14 Mar 2023 17:57:30 +0000 Subject: [PATCH] VarAction2: Add support for more varaction2 types Add CB failure and deterministic relative types --- docs/newgrf-additions-nml.html | 16 +++++ docs/newgrf-additions.html | 54 +++++++++++++++ src/newgrf.cpp | 120 ++++++++++++++++++++++++++++++--- src/newgrf_airport.cpp | 2 +- src/newgrf_airporttiles.h | 2 +- src/newgrf_canal.cpp | 2 +- src/newgrf_engine.cpp | 19 +++--- src/newgrf_engine.h | 4 +- src/newgrf_extension.cpp | 1 + src/newgrf_extension.h | 1 + src/newgrf_generic.cpp | 2 +- src/newgrf_house.h | 4 +- src/newgrf_industries.h | 2 +- src/newgrf_industrytiles.h | 2 +- src/newgrf_newlandscape.h | 2 +- src/newgrf_newsignals.h | 2 +- src/newgrf_object.h | 2 +- src/newgrf_railtype.h | 2 +- src/newgrf_roadstop.h | 2 +- src/newgrf_roadtype.h | 2 +- src/newgrf_spritegroup.cpp | 64 +++++++++++++++--- src/newgrf_spritegroup.h | 21 +++++- src/newgrf_station.h | 2 +- src/newgrf_town.h | 2 +- 24 files changed, 282 insertions(+), 50 deletions(-) diff --git a/docs/newgrf-additions-nml.html b/docs/newgrf-additions-nml.html index 581990b10e..93f5e4d315 100644 --- a/docs/newgrf-additions-nml.html +++ b/docs/newgrf-additions-nml.html @@ -36,6 +36,7 @@

Sections