aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/politics/Ideology.cpp
Commit message (Collapse)AuthorAgeLines
* Separated GameManager into Definition and Instance Managersinstance-definition-managers hop3112024-06-13-9/+9
|
* Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-2/+3
|
* feat: condition loading and parsing zaaarf2024-01-07-2/+6
| | | | Co-authored-by: Hop311 <Hop3114@gmail.com>
* Added framework for loading all Conditions and Effects hop3112024-01-02-11/+49
|
* Change colour_t to be a strongly typed structure Spartan3222023-12-24-7/+4
| | | | | | | Make RGB default of `colour_t` Distinguish RGB and ARGB colors by type and colour_traits Add `_colour` and `_argb` colour user-defined literals Add `OpenVic::utility::unreachable`
* feat: improved identifier registry macro zaaarf2023-12-10-2/+0
|
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-16/+0
|
* History loading changes + PROPERTY macro hop3112023-11-07-1/+1
|
* Stop passing Dates by reference hop3112023-11-07-1/+1
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-38/+35
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-4/+7
|
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-4/+4
|
* Various fixes, refactors and general cleanup Hop3112023-09-23-15/+20
|
* feat: merged PartyIssue and PoliticalReform into single Issue structure zaaarf2023-09-20-0/+4
|
* feat: ideology loading zaaarf2023-09-20-1/+49
|
* feat: added PartyIssue and PoliticalReform structs zaaarf2023-09-19-1/+1
|
* feat: added Ideology and IdeologyGroup data structures zaaarf2023-09-19-0/+48