aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/map
Commit message (Expand)AuthorAgeLines
* Merge pull request #222 from OpenVicProject/defines-variables Hop3115 days-4/+6
|\
| * Load defines directly into named and typed variables rather than using an Ide...defines-variables hop3115 days-4/+6
* | Merge pull request #218 from OpenVicProject/condition-scripts-prep-work Hop3115 days-1/+3
|\ \ | |/ |/|
| * Rename `scope_t` enum to `scope_type_t` hop3117 days-1/+3
* | Implement rgo for new gameprepare_for_rgo wvpm6 days-16/+89
* | 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 positiv... hop3112024-10-19-2/+2
* 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
* 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 support...ranking hop3112024-09-09-11/+38
* 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 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
|\
| * feat: condition loading and parsing zaaarf2024-01-07-1/+1
* | More impassable adjacencies + WVPM mod fixes hop3112024-01-07-54/+54
|/
* Mutually exclusive rule groups + modded building rules hop3112024-01-03-1/+1
* Merge pull request #114 from OpenVicProject/squared-roots zaaarf2024-01-02-164/+177
|\