OpenTTD Source  1.11.2
currency.cpp File Reference
#include "stdafx.h"
#include "core/bitmath_func.hpp"
#include "currency.h"
#include "news_func.h"
#include "settings_type.h"
#include "date_func.h"
#include "string_type.h"
#include "table/strings.h"
#include "safeguards.h"

Go to the source code of this file.

Functions

byte GetNewgrfCurrencyIdConverted (byte grfcurr_id)
 Will return the ottd's index correspondence to the ttdpatch's id. More...
 
uint64 GetMaskOfAllowedCurrencies ()
 get a mask of the allowed currencies depending on the year More...
 
void CheckSwitchToEuro ()
 Verify if the currency chosen by the user is about to be converted to Euro.
 
void ResetCurrencies (bool preserve_custom)
 Will fill _currency_specs array with default values from origin_currency_specs Called only from newgrf.cpp and settings.cpp. More...
 
StringIDBuildCurrencyDropdown ()
 Build a list of currency names StringIDs to use in a dropdown list. More...
 

Variables

static const CurrencySpec origin_currency_specs [CURRENCY_END]
 The original currency specifications.
 
CurrencySpec _currency_specs [CURRENCY_END]
 Array of currencies used by the system.
 
const byte TTDPatch_To_OTTDIndex []
 This array represent the position of OpenTTD's currencies, compared to TTDPatch's ones. More...
 

Detailed Description

Support for different currencies.

Definition in file currency.cpp.

Function Documentation

◆ BuildCurrencyDropdown()

StringID* BuildCurrencyDropdown ( )

Build a list of currency names StringIDs to use in a dropdown list.

Returns
Pointer to a (static) array of StringIDs

Definition at line 169 of file currency.cpp.

References _currency_specs, CURRENCY_END, and INVALID_STRING_ID.

Referenced by GameOptionsWindow::BuildDropDownList().

◆ GetMaskOfAllowedCurrencies()

uint64 GetMaskOfAllowedCurrencies ( )

get a mask of the allowed currencies depending on the year

Returns
mask of currencies

Definition at line 122 of file currency.cpp.

References _cur_year, _currency_specs, CF_ISEURO, CF_NOEURO, CURRENCY_CUSTOM, CURRENCY_END, SetBit(), and CurrencySpec::to_euro.

◆ GetNewgrfCurrencyIdConverted()

byte GetNewgrfCurrencyIdConverted ( byte  grfcurr_id)

Will return the ottd's index correspondence to the ttdpatch's id.

If the id is bigger than the array, it is a grf written for ottd, thus returning the same id. Only called from newgrf.cpp

Parameters
grfcurr_idcurrency id coming from newgrf
Returns
the corrected index

Definition at line 113 of file currency.cpp.

References lengthof, and TTDPatch_To_OTTDIndex.

◆ ResetCurrencies()

void ResetCurrencies ( bool  preserve_custom)

Will fill _currency_specs array with default values from origin_currency_specs Called only from newgrf.cpp and settings.cpp.

Parameters
preserve_customwill not reset custom currency

Definition at line 157 of file currency.cpp.

References _currency_specs, CURRENCY_CUSTOM, CURRENCY_END, and origin_currency_specs.

Variable Documentation

◆ TTDPatch_To_OTTDIndex

const byte TTDPatch_To_OTTDIndex[]
Initial value:

This array represent the position of OpenTTD's currencies, compared to TTDPatch's ones.

When a grf sends currencies, they are based on the order defined by TTDPatch. So, we must reindex them to our own order.

Definition at line 82 of file currency.cpp.

Referenced by GetNewgrfCurrencyIdConverted().

CURRENCY_DEM
@ CURRENCY_DEM
Deutsche Mark.
Definition: currency.h:34
CURRENCY_HUF
@ CURRENCY_HUF
Hungarian Forint.
Definition: currency.h:40
CURRENCY_RUR
@ CURRENCY_RUR
Russian Rouble.
Definition: currency.h:47
CURRENCY_PLN
@ CURRENCY_PLN
Polish Zloty.
Definition: currency.h:45
CURRENCY_BEF
@ CURRENCY_BEF
Belgian Franc.
Definition: currency.h:31
CURRENCY_GBP
@ CURRENCY_GBP
British Pound.
Definition: currency.h:26
CURRENCY_CHF
@ CURRENCY_CHF
Swiss Franc.
Definition: currency.h:32
CURRENCY_USD
@ CURRENCY_USD
US Dollar.
Definition: currency.h:27
CURRENCY_DKK
@ CURRENCY_DKK
Danish Krona.
Definition: currency.h:35
CURRENCY_FIM
@ CURRENCY_FIM
Finish Markka.
Definition: currency.h:37
CURRENCY_ESP
@ CURRENCY_ESP
Spanish Peseta.
Definition: currency.h:36
CURRENCY_SEK
@ CURRENCY_SEK
Swedish Krona.
Definition: currency.h:49
CURRENCY_GRD
@ CURRENCY_GRD
Greek Drachma.
Definition: currency.h:39
CURRENCY_ITL
@ CURRENCY_ITL
Italian Lira.
Definition: currency.h:42
CURRENCY_NLG
@ CURRENCY_NLG
Dutch Gulden.
Definition: currency.h:43
CURRENCY_JPY
@ CURRENCY_JPY
Japanese Yen.
Definition: currency.h:29
CURRENCY_EUR
@ CURRENCY_EUR
Euro.
Definition: currency.h:28
CURRENCY_FRF
@ CURRENCY_FRF
French Franc.
Definition: currency.h:38
CURRENCY_ATS
@ CURRENCY_ATS
Austrian Schilling.
Definition: currency.h:30