aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge pull request #183 from OpenVicProject/fix/nonexistent-file-crash George L. Albany2024-08-03-0/+0
|\ | | | | Update OpenVicProject/OpenVic-Dataloader@2addc77
| * Update OpenVicProject/OpenVic-Dataloader@2addc77fix/nonexistent-file-crash Spartan3222024-08-03-0/+0
|/
* Merge pull request #181 from OpenVicProject/sim_music Nemrav2024-08-03-13/+214
|\ | | | | Music and Sound Effect define loading
| * Music and Sound Effect define loadingsim_music Nemrav2024-08-03-13/+214
| | | | | | | | | | | | | | | | sound and music pr feedback more sound and music style fixes check lookup path
* | Merge pull request #182 from OpenVicProject/dataloader-utf8-fix Hop3112024-08-02-0/+0
|\ \ | | | | | | Update OpenVicProject/OpenVic-Dataloader@f754eb9
| * | Update OpenVicProject/OpenVic-Dataloader@f754eb9dataloader-utf8-fix hop3112024-08-02-0/+0
|/ /
* | Merge pull request #180 from OpenVicProject/listbox-offsets Hop3112024-07-29-6/+7
|\ \ | |/ |/| GUI::ListBox offsets + load search panel gui file
| * GUI::ListBox offsets + load search panel gui filelistbox-offsets hop3112024-07-29-6/+7
|/
* Merge pull request #179 from OpenVicProject/bookmark-position Hop3112024-07-24-19/+23
|\ | | | | Load bookmark position as fvec2_t with height flipped
| * Load bookmark position as fvec2_t with height flippedbookmark-position hop3112024-07-24-19/+23
| |
* | Merge pull request #177 from OpenVicProject/country-instance Hop3112024-07-23-175/+735
|\ \ | | | | | | Fleshing out Country, State and Province instances + history
| * | Fleshing out Country, State and Province instances + historycountry-instance hop3112024-07-22-175/+735
| |/
* | Merge pull request #178 from OpenVicProject/fix/backslash-identifiers George L. Albany2024-07-22-0/+0
|\ \ | |/ |/| Update OpenVicProject/OpenVic-Dataloader@8472800
| * Update OpenVicProject/OpenVic-Dataloader@8472800 Spartan3222024-07-22-0/+0
|/
* Merge pull request #176 from OpenVicProject/format-cleanup Hop3112024-07-19-115/+170
|\ | | | | Cleanup: inheritance, const movable variables, code formatting
| * Cleanup: inheritance, const movable variables, code formattingformat-cleanup hop3112024-07-19-115/+170
| |
* | Merge pull request #175 from OpenVicProject/unit-work Hop3112024-07-19-357/+354
|\ \ | |/ |/| Unit position/country/leader handling + more use of unit branch templates
| * Unit position/country/leader handling + more use of unit branch templatesunit-work hop3112024-07-19-357/+354
|/
* Merge pull request #171 from OpenVicProject/optimize/string-interning Hop3112024-07-19-71/+158
|\ | | | | Optimize some string interning cases
| * Optimize some string interning casesoptimize/string-interning Spartan3222024-07-18-71/+158
|/
* Merge pull request #172 from OpenVicProject/prefer/rvalue-refs George L. Albany2024-07-18-78/+97
|\ | | | | Use rvalue references for NodeTools
| * Use rvalue references for NodeToolsprefer/rvalue-refs Spartan3222024-07-17-78/+97
|/
* Merge pull request #174 from OpenVicProject/indexed-map Hop3112024-07-17-124/+444
|\ | | | | Add IndexedMap and use in low key count, high value density cases
| * Add IndexedMap and use in low key count, high value density casesindexed-map hop3112024-07-17-124/+444
|/
* 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
| |