subsidy.cpp File Reference

Handling of subsidies. More...

#include "stdafx.h"
#include "company_func.h"
#include "industry.h"
#include "town.h"
#include "news_func.h"
#include "ai/ai.hpp"
#include "station_base.h"
#include "cargotype.h"
#include "strings_func.h"
#include "window_func.h"
#include "subsidy_base.h"
#include "subsidy_func.h"
#include "core/pool_func.hpp"
#include "core/random_func.hpp"
#include "table/strings.h"

Go to the source code of this file.

Functions

Pair SetupSubsidyDecodeParam (const Subsidy *s, bool mode)
static void SetPartOfSubsidyFlag (SourceType type, SourceID index, PartOfSubsidy flag)
 Sets a flag indicating that given town/industry is part of subsidised route.
void RebuildSubsidisedSourceAndDestinationCache ()
void DeleteSubsidyWith (SourceType type, SourceID index)
static bool CheckSubsidyDuplicate (CargoID cargo, SourceType src_type, SourceID src, SourceType dst_type, SourceID dst)
static SubsidyFindSubsidyPassengerRoute ()
static SubsidyFindSubsidyCargoRoute ()
void SubsidyMonthlyLoop ()
bool CheckSubsidised (CargoID cargo_type, CompanyID company, SourceType src_type, SourceID src, const Station *st)
 Tests whether given delivery is subsidised and possibly awards the subsidy to delivering company.

Variables

SubsidyPool _subsidy_pool ("Subsidy")

Detailed Description

Handling of subsidies.

Definition in file subsidy.cpp.


Function Documentation

bool CheckSubsidised ( CargoID  cargo_type,
CompanyID  company,
SourceType  src_type,
SourceID  src,
const Station st 
)
static void SetPartOfSubsidyFlag ( SourceType  type,
SourceID  index,
PartOfSubsidy  flag 
) [inline, static]

Sets a flag indicating that given town/industry is part of subsidised route.

Parameters:
type is it a town or an industry?
index index of town/industry
flag flag to set

Definition at line 112 of file subsidy.cpp.

References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_town_pool >::Get(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), ST_INDUSTRY, and ST_TOWN.


Generated on Sun Jun 5 04:20:21 2011 for OpenTTD by  doxygen 1.6.1