aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* 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
|/
* Merge pull request #148 from OpenVicProject/region-colours Arturo2024-02-22-11/+38
|\ | | | | Regions are now coloured from colors.txt
| * Regions are now coloured from colors.txtregion-colours Arturo2024-02-22-11/+38
| |
* | Merge pull request #149 from OpenVicProject/fp-rounding+texture-sprites Hop3112024-02-19-110/+136
|\ \ | | | | | | Fixed point rounding and Texture Sprites
| * | Add TextureSprite base class hop3112024-02-19-35/+48
| | |
| * | Fixed point rounding functions and sources cleanup hop3112024-02-19-75/+88
|/ /
* | Merge pull request #146 from BetterBite/master BetterBite2024-02-15-11/+52
|\ \ | |/ |/| Implemented loading of country unit colours
| * Added country unit colour loading BetterBite2024-02-15-11/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add skeleton for loading country colours created load_countries_colours function removed const for unit colours in Country.hpp removed some comments Removed erroneous underscore Removed todo comment
* | Merge pull request #125 from OpenVicProject/producer_types wvpm2024-02-06-0/+163
|\ \ | | | | | | Added producer types
| * | Added producer typesproducer_types wvpm2024-02-05-0/+163
| |/
* | Merge pull request #145 from OpenVicProject/gui-loading Hop3112024-02-05-168/+515
|\ \ | |/ |/| Added support for loading all gui files
| * Added support for loading all gui filesgui-loading hop3112024-02-04-72/+391
| |
| * Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string hop3112024-02-04-96/+124
|/
* Update scripts to OpenVicProject/scripts#9 hop3112024-01-30-0/+0
| | | | | Update deps/openvic-dataloader to OpenVicProject/OpenVic-Dataloader@7211a22 Update deps/lexy-vdf to OpenVicProject/lexy-vdf@5be3819
* Merge pull request #143 from OpenVicProject/update/workflow-actions George L. Albany2024-01-30-8/+20
|\ | | | | Update build workflow actions
| * Update build workflow actionsupdate/workflow-actions Spartan3222024-01-30-8/+20
|/ | | | | Update openvic-dataloader to OpenVicProject/OpenVic-Dataloader@9f06c13977efce7d0dd0a849a1b3611ebdab6451 Update lexy-vdf to OpenVicProject/lexy-vdf@dbe24a241645eb9cc22de96136c1f0a2d6019aff
* Merge pull request #142 from OpenVicProject/update/scripts George L. Albany2024-01-30-0/+0
|\ | | | | Update scripts to OpenVicProject/scripts#8
| * Update scripts to OpenVicProject/scripts#8update/scripts Spartan3222024-01-29-0/+0
|/ | | | | Update deps/openvic-dataloader to OpenVicProject/openvic-dataloader#38 Update deps/lexy-vdf to OpenVicProject/lexy-vdf#12
* Merge pull request #140 from OpenVicProject/case-rework Hop3112024-01-25-214/+253
|\ | | | | Added StringMapCase and case insensitive expect_dictionary_keys
| * Added StringMapCase and case insensitive expect_dictionary_keyscase-rework hop3112024-01-25-214/+253
|/
* Merge pull request #139 from OpenVicProject/constexpr-date Hop3112024-01-24-284/+204
|\ | | | | Made Date constexpr so that PROPERTY getters can be constexpr
| * Made Date constexpr so that PROPERTY getters can be constexprconstexpr-date hop3112024-01-24-284/+204
| |
* | Merge pull request #138 from OpenVicProject/unit-rework Hop3112024-01-24-276/+487
|\ \ | | | | | | Reworked Units and added IdentifierPointerRegistry
| * | Reworked Units and added IdentifierPointerRegistryunit-rework hop3112024-01-23-276/+487
| |/
* | Merge pull request #137 from OpenVicProject/reserve_more Hop3112024-01-24-346/+517
|\| | | | | Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]
| * Added reserve_more, expect_dictionary_key[s|_map]_reserve_length[_and_default]reserve_more hop3112024-01-23-346/+517
|/
* Merge pull request #136 from OpenVicProject/windows-1251-dataloader Hop3112024-01-22-0/+0
|\ | | | | Updated OpenVic-Dataloader to support Windows-1251