aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/map
Commit message (Collapse)AuthorAgeLines
* Cache pops by type per state and provincestate_cache_owners wvpm4 days-31/+103
|
* Merge pull request #222 from OpenVicProject/defines-variables Hop3116 days-4/+6
|\ | | | | Load defines directly into named and typed variables rather than using an IdentifierRegistry
| * Load defines directly into named and typed variables rather than using an ↵defines-variables hop3116 days-4/+6
| | | | | | | | IdentifierRegistry
* | Merge pull request #218 from OpenVicProject/condition-scripts-prep-work Hop3116 days-1/+3
|\ \ | |/ |/| Condition scripts prep work
| * Rename `scope_t` enum to `scope_type_t` hop3118 days-1/+3
| |
* | Implement rgo for new gameprepare_for_rgo wvpm7 days-16/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Map province history rgo to production type for province instance output_goods back to ZERO_OR_ONE Link trade_goods in history to RGO instance for province. Other producer types as structs instead of classes Convert pops to equivalents & calculate rgo size Also convert pops when changing rgo Clean up Refactored RGO into part of ProvinceInstance ProductionType const& output_good Remove unused imports Clean up unused imports Restore constructor for ResourceGatheringOperation to initialise from savegame Move rgo size calculation to rgo Use terrain modifiers to calculate rgo size (placeholder code) Clean up Basic production & sales for rgo when initialising new game Use mutable pops Paychecks for owners, workers and slaves Clean up Simplify rgo instantiation Co-authored-by: Hop311 <Hop3114@gmail.com> Simplify good_to_rgo_production_type assignment Co-authored-by: Hop311 <Hop3114@gmail.com> Fix import Co-authored-by: Hop311 <Hop3114@gmail.com> min(3, great_powers.size()) Co-authored-by: Hop311 <Hop3114@gmail.com> Fix import Co-authored-by: Hop311 <Hop3114@gmail.com> Apply comments Log errors and return result when applying history Cleanup
* | Always apply pop historyalways_apply_pop_history wvpm7 days-6/+9
|/
* Provinces contribute modifiers to controller, not ownerprovinces_contribute_to_controller_not_owner wvpm9 days-2/+2
|
* contextual modifier parsingcontextual_modifier_parsing wvpm11 days-26/+62
|
* Require modifier type when parsing ModifierValues hop3112024-10-19-4/+25
|
* Switch to excluding given modifier effect targets rather than using a ↵ hop3112024-10-19-2/+2
| | | | positive filter
* Move ModifierManager to its own files hop3112024-10-19-0/+6
|
* Add alternative modifier calculation (keeping country modifiers out of their ↵ hop3112024-10-06-3/+73
| | | | owned provinces' modifier sums)
* Calculate country and province resultant modifier sums hop3112024-10-05-0/+81
|
* Optimisationrivers BrickPi2024-09-21-14/+31
|
* Simulation Side Rivers BrickPi2024-09-21-9/+220
|
* Add modifier type enummodifier-types hop3112024-09-20-10/+44
|
* Rearrange modifier files hop3112024-09-20-3/+3
|
* CountryInstance unlock tech, invention, crime, building, unit, gas etc. hop3112024-09-12-1/+1
|
* Calculate country military power (still needs modifiers + soldier pop ↵ranking hop3112024-09-09-11/+38
| | | | supported regiment count)
* Calculate country industrial power (states still need factory data) hop3112024-09-08-29/+51
|
* Remove unnecessary asserts + make `vec2_t(T val)` constructor explicitremove-asserts hop3112024-08-29-13/+23
|
* Fleshing out Country, State and Province instances + historycountry-instance hop3112024-07-22-76/+226
|
* Merge pull request #176 from OpenVicProject/format-cleanup Hop3112024-07-19-6/+8
|\ | | | | Cleanup: inheritance, const movable variables, code formatting
| * Cleanup: inheritance, const movable variables, code formattingformat-cleanup hop3112024-07-19-6/+8
| |
* | Unit position/country/leader handling + more use of unit branch templatesunit-work hop3112024-07-19-46/+22
|/
* Add IndexedMap and use in low key count, high value density casesindexed-map hop3112024-07-17-36/+36
|
* Unit and leader rework (branch based templates and colony containers)unit-colonies hop3112024-07-14-3/+33
|
* Use minimal PopBase for pop historypop-base hop3112024-06-27-7/+7
|
* Renamed Country to CountryDefinitioncountry-definition hop3112024-06-20-20/+20
|
* Separated GameManager into Definition and Instance Managersinstance-definition-managers hop3112024-06-13-31/+23
|
* Add GoodInstancegood-instance hop3112024-06-08-11/+31
|
* Separated MapDefinition and MapInstancemap-instance hop3112024-06-07-244/+306
|
* Separated out MapmodeManager hop3112024-06-06-106/+342
|
* Province const/mutable separation + State cleanupconst-mutable hop3112024-06-06-695/+924
|
* Province text info functionsprovince-text hop3112024-04-24-6/+22
|
* Menu reqs: country index, flag type set, province set total populationmenu-reqs hop3112024-04-19-8/+13
|
* Province port adjacency calculationprovince-positions hop3112024-04-15-4/+32
|
* Rework province position loading and map dims hop3112024-04-15-57/+106
|
* Generate starting unit instancesunits hop3112024-04-15-2/+45
|
* Add Pop attributes + generate test valuespop-menu hop3112024-03-20-5/+38
|
* Regions are now coloured from colors.txtregion-colours Arturo2024-02-22-7/+20
|
* Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string hop3112024-02-04-1/+1
|
* Added StringMapCase and case insensitive expect_dictionary_keyscase-rework hop3112024-01-25-3/+3
|
* Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-71/+89
|
* Added map_callback and expect_item_dictionary_reserve_length hop3112024-01-08-5/+5
|
* Merge pull request #111 from OpenVicProject/conditions-checking zaaarf2024-01-07-1/+1
|\ | | | | Condition definition checking/loading
| * feat: condition loading and parsing zaaarf2024-01-07-1/+1
| | | | | | | | Co-authored-by: Hop311 <Hop3114@gmail.com>
* | More impassable adjacencies + WVPM mod fixes hop3112024-01-07-54/+54
|/
* Mutually exclusive rule groups + modded building rules hop3112024-01-03-1/+1
|