Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change colour_t to be a strongly typed structure | Spartan322 | 2023-12-24 | -241/+618 |
| | | | | | | | Make RGB default of `colour_t` Distinguish RGB and ARGB colors by type and colour_traits Add `_colour` and `_argb` colour user-defined literals Add `OpenVic::utility::unreachable` | |||
* | Merge pull request #98 from OpenVicProject/additional-adjacencies | Hop311 | 2023-12-17 | -158/+476 |
|\ | | | | | Additional adjacency loading | |||
| * | Additional adjacency loading | BuildTools | 2023-12-17 | -158/+476 |
|/ | ||||
* | Merge pull request #92 from OpenVicProject/dataloading-onactions | Hop311 | 2023-12-14 | -0/+65 |
|\ | | | | | on_action dataloading | |||
| * | feat: on_action dataloading | zaaarf | 2023-12-14 | -0/+65 |
| | | ||||
* | | Merge pull request #97 from OpenVicProject/moddable-strata | Hop311 | 2023-12-14 | -116/+173 |
|\ \ | | | | | | | Made pop type strata moddable | |||
| * | | Removed modifier generating macros. | hop311 | 2023-12-14 | -87/+98 |
| | | | ||||
| * | | Made pop type strata moddable | hop311 | 2023-12-13 | -43/+89 |
|/ / | ||||
* | | Merge pull request #96 from OpenVicProject/calculate_distances | wvpm | 2023-12-13 | -7/+25 |
|\ \ | | | | | | | Calculate distance between adjacencies | |||
| * | | Calculate distance between adjacencies | wvpm | 2023-12-13 | -7/+25 |
|/ / | ||||
* | | Merge pull request #89 from OpenVicProject/dataloading-pop-history | Hop311 | 2023-12-13 | -108/+311 |
|\ \ | | | | | | | Pop History Loading (with the new system) | |||
| * | | Province pop history + country government flag override refactors | hop311 | 2023-12-13 | -131/+307 |
| | | | ||||
| * | | feat: completed country history loading | zaaarf | 2023-12-11 | -16/+23 |
| | | | ||||
| * | | feat: implemented pop history loading | zaaarf | 2023-12-10 | -53/+73 |
| |/ | ||||
* | | Merge pull request #95 from OpenVicProject/calculate_province_center | wvpm | 2023-12-11 | -21/+51 |
|\ \ | | | | | | | Calculate province center | |||
| * | | Calculate and assign province centers | wvpm | 2023-12-11 | -21/+51 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed generate_and_load_province_adjacencies to initialize_province_adjacencies_and_center Calculate and assign province centers Ignore null index and substract 1 Moved province center calculation to load_map_images Revert "Renamed generate_and_load_province_adjacencies to initialize_province_adjacencies_and_center" This reverts commit 8b75bb8f1ea79e883b97987a3a85e254fa3e714b. Remove 0 as vector initial values. Revert "Wait for key to close headless" This reverts commit c7a4956de520a8c3ec53c3b68440b7056f9f5dd6. Use idx instead of province.index -1 Use array_index instead of pixel_index to identify province. Unindent set_terrain Reverted changes in _generate_province_adjacencies Move province center code out of set_terrain Divide by zero check Move province center logic back into set_terrain | |||
* | | Merge pull request #94 from OpenVicProject/update-dataloader | Hop311 | 2023-12-11 | -25/+0 |
|\ \ | |/ |/| | Update dataloader submodule to fix MSVC bug + remove unused scripts | |||
| * | Update dataloader submodule to fix MSVC bug + remove unused scripts | hop311 | 2023-12-11 | -25/+0 |
|/ | ||||
* | Merge pull request #91 from OpenVicProject/registry-macro | zaaarf | 2023-12-10 | -282/+92 |
|\ | | | | | Improved identifier registry macro | |||
| * | feat: improved identifier registry macro | zaaarf | 2023-12-10 | -282/+92 |
|/ | ||||
* | Merge pull request #90 from OpenVicProject/dataloading-decisions | zaaarf | 2023-12-10 | -0/+145 |
|\ | | | | | Decision dataloading (kind of) | |||
| * | feat: decision dataloading | zaaarf | 2023-12-10 | -0/+145 |
|/ | ||||
* | Merge pull request #45 from OpenVicProject/event-loading | Hop311 | 2023-12-10 | -2/+242 |
|\ | | | | | Skeleton Event Loading | |||
| * | Generic Event Loading | BrickPi | 2023-12-10 | -2/+242 |
| | | ||||
* | | Merge pull request #88 from OpenVicProject/vec-header | Hop311 | 2023-12-10 | -97/+114 |
|\ \ | | | | | | | Make vec2_t header only (friend functions weren't being found) | |||
| * | | Make vec2_t header only (friend functions weren't being found) | hop311 | 2023-12-09 | -97/+114 |
| |/ | ||||
* | | Merge pull request #87 from OpenVicProject/dataloading-country-history-2 | zaaarf | 2023-12-10 | -18/+79 |
|\ \ | |/ |/| | Dataloading Country History - Part 2 | |||
| * | feat: added missing country history keys (except decisions) | zaaarf | 2023-12-10 | -21/+51 |
| | | ||||
| * | feat: loading techs, inventions and foreign investments in country history | zaaarf | 2023-12-09 | -7/+38 |
|/ | ||||
* | Merge pull request #86 from OpenVicProject/meta-state-fix | Hop311 | 2023-12-08 | -9/+10 |
|\ | | | | | Meta regions being used to make states fix | |||
| * | Meta regions being used to make states fix | hop311 | 2023-12-08 | -9/+10 |
|/ | ||||
* | Merge pull request #85 from OpenVicProject/container-callbacks | Hop311 | 2023-12-07 | -281/+290 |
|\ | | | | | Container (pointer) callbacks + format cleanup | |||
| * | Vec/set callbacks + crime file + prov building pos | hop311 | 2023-12-07 | -281/+290 |
|/ | ||||
* | Merge pull request #83 from OpenVicProject/dataloading-inventions | zaaarf | 2023-12-05 | -48/+284 |
|\ | | | | | Dataloading inventions | |||
| * | feat: implemented invention dataloading | zaaarf | 2023-12-05 | -48/+284 |
| | | ||||
* | | Merge pull request #84 from OpenVicProject/move/vic2-path-search | George L. Albany | 2023-12-05 | -316/+342 |
|\ \ | ||||
| * | | Move Victoria 2 path searching to Vic2PathSearch.cpp | Spartan322 | 2023-12-04 | -316/+342 |
| |/ | | | | | | | Move fshash and _cached_paths definitions to Dataloader::Search_for_game_path | |||
* | | Merge pull request #79 from OpenVicProject/states | BrickPi | 2023-12-05 | -2/+145 |
|\ \ | |/ |/| | ||||
| * | States First Pass | Joel Machens | 2023-11-28 | -2/+140 |
| | | ||||
* | | Merge pull request #82 from OpenVicProject/backlog | Hop311 | 2023-12-02 | -332/+573 |
|\ \ | | | | | | | Accumulated changes from Dev Diary GUI focus period | |||
| * | | Crime+event modifier loading + misc UI backend | hop311 | 2023-12-02 | -332/+573 |
|/ / | ||||
* | | Merge pull request #51 from OpenVicProject/dataloading-tech | Hop311 | 2023-12-02 | -53/+453 |
|\ \ | | | | | | | Dataloading tech | |||
| * | | feat: implemented modifier identifier flattening, added/fixed remaining tech ↵ | zaaarf | 2023-12-02 | -103/+262 |
| | | | | | | | | | | | | modifiers effects | |||
| * | | feat: implemented basic technology and school loading (modifier processing ↵ | zaaarf | 2023-10-22 | -0/+241 |
|/ / | | | | | | | is still missing) | |||
* | | Merge pull request #81 from OpenVicProject/dataloading-rebels | zaaarf | 2023-12-01 | -100/+295 |
|\ \ | |/ |/| | Dataloading rebels | |||
| * | feat: rebel type parsing | zaaarf | 2023-12-01 | -0/+230 |
| | | ||||
| * | feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX | zaaarf | 2023-12-01 | -100/+65 |
|/ | ||||
* | Merge pull request #78 from OpenVicProject/property-macro | Hop311 | 2023-11-22 | -1133/+257 |
|\ | | | | | Refactoring (*mostly* related to the property macro) | |||
| * | chore: change some lingering lowerCamelCase to snake_case | zaaarf | 2023-11-22 | -66/+62 |
| | | ||||
| * | chore: use PROPERTY and its variants when possible | zaaarf | 2023-11-22 | -1059/+179 |
| | |