aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
...
* Merge pull request #173 from OpenVicProject/unit-colonies Hop3112024-07-14-385/+643
|\ | | | | Unit and leader rework (branch based templates and colony containers)
| * Unit and leader rework (branch based templates and colony containers)unit-colonies hop3112024-07-14-385/+643
|/
* Merge pull request #170 from OpenVicProject/add/colony Hop3112024-07-14-1/+12
|\ | | | | Add mattreecebentley/plf_colony
| * Add mattreecebentley/plf_colonyadd/colony Spartan3222024-07-06-1/+12
| | | | | | | | Resolves #141
* | Update openvic-dataloader to OpenVicProject/OpenVic-Dataloader@cd781ff hop3112024-07-10-0/+0
| | | | | | | | | | Update lexy-vdf to OpenVicProject/lexy-vdf@ae12b7a Update scripts to OpenVicProject/scripts@77fc5f9
* | Merge pull request #169 from OpenVicProject/dryad George L. Albany2024-07-07-81/+259
|\ \ | |/ |/| Update OpenVicProject/OpenVic-Dataloader@4a49007
| * Update OpenVicProject/OpenVic-Dataloader@4a49007dryad zaaarf2024-07-07-81/+259
|/ | | | | Update .clang-format categories Move type_name and SelfType functioanlity to utility/Getters
* Merge pull request #167 from OpenVicProject/country-definition Hop3112024-07-04-356/+413
|\ | | | | Renamed Country to CountryDefinition
| * Merge pull request #168 from OpenVicProject/pop-base Hop3112024-07-04-53/+58
| |\ | | | | | | Use minimal PopBase for pop history
| | * Use minimal PopBase for pop historypop-base hop3112024-06-27-53/+58
| |/
| * Renamed Country to CountryDefinitioncountry-definition hop3112024-06-20-303/+355
|/
* Merge pull request #165 from OpenVicProject/instance-definition-managers Hop3112024-06-13-706/+881
|\ | | | | Separated GameManager into Definition and Instance Managers
| * Separated GameManager into Definition and Instance Managersinstance-definition-managers hop3112024-06-13-706/+881
| |
* | Merge pull request #163 from OpenVicProject/good-instance Hop3112024-06-13-254/+409
|\| | | | | Add GoodInstance
| * Add GoodInstancegood-instance hop3112024-06-08-254/+409
| |
* | Merge pull request #162 from OpenVicProject/map-instance Hop3112024-06-13-605/+706
|\| | | | | Map instance
| * Separated MapDefinition and MapInstancemap-instance hop3112024-06-07-305/+383
| |
| * Separated out MapmodeManager hop3112024-06-06-325/+348
|/
* Merge pull request #161 from OpenVicProject/const-mutable Hop3112024-06-06-916/+1312
|\ | | | | Province const/mutable separation + State cleanup
| * Province const/mutable separation + State cleanupconst-mutable hop3112024-06-06-916/+1312
|/
* Merge pull request #160 from OpenVicProject/province-text Hop3112024-04-24-6/+22
|\ | | | | Province text info functions
| * Province text info functionsprovince-text hop3112024-04-24-6/+22
|/
* Merge pull request #159 from OpenVicProject/menu-reqs Hop3112024-04-19-19/+26
|\ | | | | Menu reqs: country index, flag type set, province set total population
| * Menu reqs: country index, flag type set, province set total populationmenu-reqs hop3112024-04-19-19/+26
|/
* Merge pull request #158 from OpenVicProject/building-type Hop3112024-04-15-77/+87
|\ | | | | Clean up BuildingType loading
| * Clean up BuildingType loadingbuilding-type hop3112024-04-15-77/+87
| |
* | Merge pull request #157 from OpenVicProject/pointer-opt Hop3112024-04-15-13/+21
|\ \ | | | | | | Add std::optional assign pointer callback with overwrite control
| * | Add std::optional assign pointer callback with overwrite controlpointer-opt hop3112024-04-15-13/+21
| |/
* | Merge pull request #156 from OpenVicProject/gfx-actor Hop3112024-04-15-79/+157
|\ \ | | | | | | GFX::Actor rework + default GraphicalCultureType + default unit colours
| * | Add default country unit coloursgfx-actor hop3112024-04-15-9/+9
| | |
| * | Dynamically load default GraphicalCultureType hop3112024-04-15-16/+21
| | |
| * | Rework GFX::Actor Attachments and Animations hop3112024-04-15-54/+127
| | |
* | | Merge pull request #155 from OpenVicProject/province-positions Hop3112024-04-15-71/+194
|\| | | | | | | | Province positions
| * | Province port adjacency calculationprovince-positions hop3112024-04-15-4/+36
| | |
| * | Rework province position loading and map dims hop3112024-04-15-67/+158
| | |
* | | Merge pull request #154 from OpenVicProject/units Hop3112024-04-15-78/+528
|\| | | |/ |/| Generate starting unit instances
| * Generate starting unit instancesunits hop3112024-04-15-78/+528
|/
* Merge pull request #153 from OpenVicProject/gfx-object Hop3112024-03-28-4/+253
|\ | | | | GFX objectTypes loading framework + Actor loading
| * GFX objectTypes loading framework + Actor loadinggfx-object hop3112024-03-23-4/+253
|/
* Merge pull request #152 from OpenVicProject/pop-menu Hop3112024-03-21-71/+412
|\ | | | | GUI and Pop attribute work for Population Menu
| * Add Pop attributes + generate test valuespop-menu hop3112024-03-20-7/+146
| |
| * Add fixed_point_map_t operators and helper functions hop3112024-03-20-3/+129
| |
| * Add Issue/Reform/Party colours + improve loading hop3112024-03-20-58/+133
| |
| * Add GUI Text border_size hop3112024-03-20-3/+4
|/
* Merge pull request #147 from OpenVicProject/military-units Hop3112024-03-20-253/+400
|\ | | | | Military unit instance
| * feat: unit instance type definition, renamed existing structs for consistencymilitary-units zaaarf2024-03-16-253/+400
|/
* Merge pull request #151 from OpenVicProject/tech-improvements Conor2024-03-02-37/+106
|\ | | | | Cleaned up tech loading and added tech lists for areas
| * Cleaned up tech loading and added tech lists for areastech-improvements hop3112024-03-02-37/+106
|/
* Merge pull request #150 from OpenVicProject/identifier-name-fix Hop3112024-03-01-1/+9
|\ | | | | Identifier string_view invalidation fix
| * Identifier string_view invalidation fix hop3112024-03-01-1/+9
|/