Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Implement rgo for new gameprepare_for_rgo | wvpm | 7 days | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
* | Move ModifierManager to its own files | hop311 | 2024-10-19 | -0/+2 |
| | ||||
* | Add alternative modifier calculation (keeping country modifiers out of their ↵ | hop311 | 2024-10-06 | -0/+5 |
| | | | | owned provinces' modifier sums) | |||
* | Add supply_consumption and mobilization_impact modifier effect check examples | hop311 | 2024-10-05 | -3/+12 |
| | ||||
* | Calculate country and province resultant modifier sums | hop311 | 2024-10-05 | -22/+32 |
| | ||||
* | Country reforms and rulescountry-unlock | hop311 | 2024-09-12 | -3/+11 |
| | ||||
* | CountryInstance unlock tech, invention, crime, building, unit, gas etc. | hop311 | 2024-09-12 | -9/+57 |
| | ||||
* | Calculate country military power (still needs modifiers + soldier pop ↵ranking | hop311 | 2024-09-09 | -6/+31 |
| | | | | supported regiment count) | |||
* | Calculate country industrial power (states still need factory data) | hop311 | 2024-09-08 | -3/+14 |
| | ||||
* | Add country ranking system + great/secondary powers | hop311 | 2024-09-08 | -8/+45 |
| | ||||
* | Load government flag overrides from history and apply themgov-flag-type | hop311 | 2024-08-30 | -2/+8 |
| | ||||
* | Fleshing out Country, State and Province instances + historycountry-instance | hop311 | 2024-07-22 | -34/+133 |
| | ||||
* | Unit position/country/leader handling + more use of unit branch templatesunit-work | hop311 | 2024-07-19 | -6/+13 |
| | ||||
* | Add IndexedMap and use in low key count, high value density casesindexed-map | hop311 | 2024-07-17 | -7/+20 |
| | ||||
* | Unit and leader rework (branch based templates and colony containers)unit-colonies | hop311 | 2024-07-14 | -0/+15 |
| | ||||
* | Renamed Country to CountryDefinitioncountry-definition | hop311 | 2024-06-20 | -6/+8 |
| | ||||
* | Separated MapDefinition and MapInstancemap-instance | hop311 | 2024-06-07 | -2/+3 |
| | ||||
* | Province const/mutable separation + State cleanupconst-mutable | hop311 | 2024-06-06 | -6/+23 |
| | ||||
* | Generate starting unit instancesunits | hop311 | 2024-04-15 | -1/+20 |
| | ||||
* | Misc changes | hop311 | 2023-11-16 | -28/+28 |
| | ||||
* | Striped mapmode and improved distributions | hop311 | 2023-11-15 | -1/+1 |
| | ||||
* | Added CountryInstance & Country History Apply Func | Joel Machens | 2023-11-13 | -0/+39 |