aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation
Commit message (Collapse)AuthorAgeLines
* Merge pull request #83 from OpenVicProject/dataloading-inventions zaaarf2023-12-05-48/+284
|\ | | | | Dataloading inventions
| * feat: implemented invention dataloading zaaarf2023-12-05-48/+284
| |
* | Merge pull request #84 from OpenVicProject/move/vic2-path-search George L. Albany2023-12-05-316/+342
|\ \
| * | Move Victoria 2 path searching to Vic2PathSearch.cpp Spartan3222023-12-04-316/+342
| |/ | | | | | | Move fshash and _cached_paths definitions to Dataloader::Search_for_game_path
* | Merge pull request #79 from OpenVicProject/states BrickPi2023-12-05-2/+145
|\ \ | |/ |/|
| * States First Pass Joel Machens2023-11-28-2/+140
| |
* | Crime+event modifier loading + misc UI backend hop3112023-12-02-332/+573
| |
* | feat: implemented modifier identifier flattening, added/fixed remaining tech ↵ zaaarf2023-12-02-103/+262
| | | | | | | | modifiers effects
* | feat: implemented basic technology and school loading (modifier processing ↵ zaaarf2023-10-22-0/+238
| | | | | | | | is still missing)
* | feat: rebel type parsing zaaarf2023-12-01-0/+230
| |
* | feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-100/+65
|/
* chore: change some lingering lowerCamelCase to snake_case zaaarf2023-11-22-66/+62
|
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-1059/+179
|
* feat: allow (optionally) specifying access levels and custom names for ↵ zaaarf2023-11-22-9/+17
| | | | PROPERTY and PROPERTY_RW macros
* Misc changes hop3112023-11-16-314/+338
|
* Bookmark loading + province and building cleanup hop3112023-11-15-448/+259
|
* Striped mapmode and improved distributions hop3112023-11-15-110/+187
|
* Implement National Foci BrickPi2023-11-15-2/+211
|
* Merge pull request #71 from OpenVicProject/gui-loading Hop3112023-11-13-225/+1122
|\ | | | | GUI and GFX file loading
| * Directory lookup refactor+suppressed wargoal error hop3112023-11-13-220/+166
| |
| * GUI and GFX file loading hop3112023-11-12-14/+965
| |
* | Added CountryInstance & Country History Apply Func Joel Machens2023-11-13-4/+130
|/
* Apply Province Histories BrickPi2023-11-12-3/+76
|
* Diplomacy History Loading Joel Machens2023-11-08-18/+479
|
* Implement Wargoal Loading Joel Machens2023-11-08-0/+530
|
* History loading generalisation hop3112023-11-07-692/+437
|
* Cross-platform file lookup (case and separator) hop3112023-11-07-240/+376
|
* History loading changes + PROPERTY macro hop3112023-11-07-562/+638
|
* Stop passing Dates by reference hop3112023-11-07-47/+47
|
* Country: datatypes + TGC compat changes hop3112023-11-07-221/+247
|
* ModifierEffects stored as instances hop3112023-10-30-31/+41
|
* Make add_province_history_entry use optionals Spartan3222023-10-30-45/+45
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-1581/+1605
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-1179/+1776
|
* Imrpove Province Histories Joel Machens2023-10-29-28/+96
|
* Implement Province History Loading BrickPi2023-10-27-8/+388
|
* Fix Incorrect Modifier Effect Joel Machens2023-10-25-3/+4
|
* Country History & Order of Battle Loading Joel Machens2023-10-25-147/+883
|
* Add Defines Loading Spartan3222023-10-20-45/+269
| | | | | | Caches start_date and end_date in DefineManager Add static `get_property` and HASID_PROPERTY macro to HasIdentifier
* Separated node->string and string->value parsing hop3112023-10-20-42/+50
|
* Minor cleanup hop3112023-10-20-137/+99
|
* Make Bookmarks indexed by indices Spartan3222023-10-17-12/+6
|
* Change `has_identifier` to use `map::contains` Spartan3222023-10-17-8/+12
| | | | | | | Change `has_index` to compare using size Change `get_item_identifiers` to use vector ctor over reserve Change `expect_item_decimal_map` to use move for fixed_point_t Add shortcut to to `add_item` when calling `duplicate_ignore_callback`
* Merge pull request #56 from OpenVicProject/some-node-tool-concepts George L. Albany2023-10-17-21/+63
|\
| * Change some NodeTools functions to return Callback concepts Spartan3222023-10-17-21/+63
| |
* | Add Vanilla Modifier Effects Joel Machens2023-10-17-42/+117
| |
* | Add National Values Loading Joel Machens2023-10-17-20/+107
| |
* | Merge pull request #55 from OpenVicProject/improve_filename_equals Hop3112023-10-17-11/+16
|\ \ | | | | | | Add constraint to `filename_equals`
| * | Add constraint to `filename_equals` Spartan3222023-10-16-11/+16
| |/ | | | | | | Optimize allocations for `filename_equals`
* | Merge pull request #49 from OpenVicProject/add/country-loading Hop3112023-10-17-0/+348
|\ \ | | | | | | Add Country Loading