Home
last modified time | relevance | path

Searched refs:WC_TOWN_VIEW (Results 1 – 10 of 10) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwindow_type.h325 WC_TOWN_VIEW, enumerator
H A Dtown_cmd.cpp107 CloseWindowById(WC_TOWN_VIEW, this->index); in ~Town()
413 SetWindowDirty(WC_TOWN_VIEW, this->index); in UpdateVirtCoord()
2815 InvalidateWindowData(WC_TOWN_VIEW, index); in CmdTownCargoGoal()
2839 InvalidateWindowData(WC_TOWN_VIEW, p1); in CmdTownSetText()
2879 InvalidateWindowData(WC_TOWN_VIEW, p1); in CmdTownGrowthRate()
3213 SetWindowDirty(WC_TOWN_VIEW, t->index); in TownActionFundBuildings()
3486 SetWindowDirty(WC_TOWN_VIEW, t->index); in UpdateTownGrowthRate()
3498 SetWindowDirty(WC_TOWN_VIEW, t->index); in UpdateTownGrowth()
3521 SetWindowDirty(WC_TOWN_VIEW, t->index); in UpdateTownGrowth()
3528 SetWindowDirty(WC_TOWN_VIEW, t->index); in UpdateTownGrowth()
[all …]
H A Dsettings_table.cpp296 InvalidateWindowClassesData(WC_TOWN_VIEW, 0); in DifficultyNoiseChange()
H A Ddate.cpp263 SetWindowClassesDirty(WC_TOWN_VIEW); in OnNewDay()
H A Dtown_gui.cpp593 WC_TOWN_VIEW, WC_NONE,
624 WC_TOWN_VIEW, WC_NONE,
H A Dterraform_gui.cpp67 InvalidateWindowClassesData(WC_TOWN_VIEW, 0); in GenerateDesertArea()
H A Dviewport.cpp3527 …if (_viewport_highlight_town != nullptr) SetWindowDirty(WC_TOWN_VIEW, _viewport_highlight_town->in… in SetViewportCatchmentStation()
3548 …if (_viewport_highlight_town != nullptr) SetWindowDirty(WC_TOWN_VIEW, _viewport_highlight_town->in… in SetViewportCatchmentTown()
3558 …if (_viewport_highlight_town != nullptr) SetWindowDirty(WC_TOWN_VIEW, _viewport_highlight_town->in… in SetViewportCatchmentTown()
H A Dstation_cmd.cpp2362 SetWindowDirty(WC_TOWN_VIEW, nearest->index); in CmdBuildAirport()
2412 SetWindowDirty(WC_TOWN_VIEW, nearest->index); in RemoveAirport()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_window.hpp.in77 * which window it is. WC_TOWN_VIEW for example, is the view of a town.
79 * WindowClass. For example for WC_TOWN_VIEW it is the TownID. In general a
/dports/games/openttd/openttd-12.1/src/table/settings/
H A Deconomy_settings.ini105 post_cb = [](auto new_value) { InvalidateWindowClassesData(WC_TOWN_VIEW, new_value); }