Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add basic README.md | Spartan322 | 2023-10-20 | -0/+23 |
| | ||||
* | Merge pull request #62 from OpenVicProject/cleanup | George L. Albany | 2023-10-20 | -179/+149 |
|\ | ||||
| * | Separated node->string and string->value parsing | hop311 | 2023-10-20 | -42/+50 |
| | | ||||
| * | Minor cleanup | hop311 | 2023-10-20 | -137/+99 |
|/ | ||||
* | Merge pull request #59 from OpenVicProject/fix/bookmarks | George L. Albany | 2023-10-17 | -12/+6 |
|\ | ||||
| * | Make Bookmarks indexed by indices | Spartan322 | 2023-10-17 | -12/+6 |
|/ | ||||
* | Merge pull request #58 from OpenVicProject/optimize/some-registry | George L. Albany | 2023-10-17 | -8/+12 |
|\ | ||||
| * | Change `has_identifier` to use `map::contains` | Spartan322 | 2023-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. Albany | 2023-10-17 | -21/+63 |
|\ | ||||
| * | Change some NodeTools functions to return Callback concepts | Spartan322 | 2023-10-17 | -21/+63 |
| | | ||||
* | | Merge pull request #57 from OpenVicProject/modifier-effects | BrickPi | 2023-10-17 | -42/+117 |
|\ \ | ||||
| * | | Add Vanilla Modifier Effects | Joel Machens | 2023-10-17 | -42/+117 |
|/ / | ||||
* | | Merge pull request #54 from OpenVicProject/national-values-loading | Hop311 | 2023-10-17 | -20/+107 |
|\ \ | | | | | | | Implement National Values Loading | |||
| * | | Add National Values Loading | Joel Machens | 2023-10-17 | -20/+107 |
|/ / | ||||
* | | Merge pull request #55 from OpenVicProject/improve_filename_equals | Hop311 | 2023-10-17 | -11/+16 |
|\ \ | | | | | | | Add constraint to `filename_equals` | |||
| * | | Add constraint to `filename_equals` | Spartan322 | 2023-10-16 | -11/+16 |
| |/ | | | | | | | Optimize allocations for `filename_equals` | |||
* | | Merge pull request #49 from OpenVicProject/add/country-loading | Hop311 | 2023-10-17 | -0/+348 |
|\ \ | | | | | | | Add Country Loading | |||
| * | | Add Country Loading | Spartan322 | 2023-10-16 | -0/+348 |
| | | | | | | | | | | | | Searches for countries.txt then loads the country from the directed file | |||
* | | | Merge pull request #47 from OpenVicProject/needs-rebels-loading | Hop311 | 2023-10-16 | -24/+70 |
|\ \ \ | |_|/ |/| | | Loading of poptype needs & rebel compositions | |||
| * | | Loading of poptype needs & rebel compositions | k0uneli | 2023-10-16 | -24/+70 |
|/ / | ||||
* | | Merge pull request #53 from OpenVicProject/allow-empty | Hop311 | 2023-10-15 | -7/+7 |
|\ \ | |/ |/| | allow_empty option for expect_identifier_or_string | |||
| * | allow_empty option for expect_identifier_or_string | hop311 | 2023-10-15 | -7/+7 |
|/ | ||||
* | Merge pull request #44 from OpenVicProject/leader-loading | BrickPi | 2023-10-15 | -3/+152 |
|\ | | | | | Implement Trait Loading | |||
| * | Implement Leader Trait Loading | Joel Machens | 2023-10-15 | -3/+152 |
|/ | ||||
* | Merge pull request #52 from OpenVicProject/tgc-compat | Hop311 | 2023-10-15 | -486/+699 |
|\ | | | | | TGC compatibility fixes + other cleanup | |||
| * | Further CLI and modifier reading work | hop311 | 2023-10-14 | -171/+220 |
| | | ||||
| * | TGC compatibility fixes + other cleanup | hop311 | 2023-10-13 | -351/+515 |
|/ | ||||
* | Merge pull request #46 from OpenVicProject/add/bookmark-loading | George L. Albany | 2023-10-13 | -0/+174 |
|\ | ||||
| * | Add Bookmark Loading | Spartan322 | 2023-10-13 | -0/+174 |
|/ | ||||
* | Merge pull request #50 from OpenVicProject/changes | Hop311 | 2023-10-13 | -680/+815 |
|\ | | | | | Lots of accumulated changes | |||
| * | Changed return types to std::string_view | hop311 | 2023-10-13 | -27/+35 |
| | | ||||
| * | Further cleanup and rearrangement | hop311 | 2023-10-13 | -178/+162 |
| | | ||||
| * | Lots of accumulated changes | hop311 | 2023-10-12 | -491/+634 |
|/ | ||||
* | Merge pull request #43 from OpenVicProject/add/vdf-search | George L. Albany | 2023-10-12 | -2/+559 |
|\ | ||||
| * | Add static `Dataloader::search_for_game_path(fs::path)` | Spartan322 | 2023-10-12 | -2/+559 |
|/ | | | | | | | | | | | Searches for Victoria 2 according to the supplied path If supplied path is empty, presumes Steam install according to platform environment variables If invalid supplied path, falls back to empty path behavior Supports Steam install on Windows, Mac, Linux, and FreeBSD Supports Windows registry Update .clang-format categories to include lexy-vdf Add Utility/ConstexprIntToStr.hpp | |||
* | Merge pull request #48 from OpenVicProject/expose/parse-methods | George L. Albany | 2023-10-12 | -21/+27 |
|\ | ||||
| * | Expose `Dataloader::parse_defines` | Spartan322 | 2023-10-10 | -21/+27 |
|/ | | | | Expose `Dataloader::parse_csv` | |||
* | Merge pull request #42 from OpenVicProject/government-type-loading | BrickPi | 2023-10-04 | -6/+166 |
|\ | ||||
| * | Fix Data Types | Joel Machens | 2023-10-04 | -21/+29 |
| | | ||||
| * | Fix Extraneous Callback | BrickPi | 2023-10-03 | -7/+3 |
| | | ||||
| * | Add Requirements | BrickPi | 2023-10-03 | -0/+1 |
| | | ||||
| * | Finish Government Type Loading | BrickPi | 2023-10-03 | -8/+9 |
| | | ||||
| * | Initial Government Type Loading | Joel Machens | 2023-10-03 | -6/+160 |
|/ | ||||
* | Merge pull request #40 from OpenVicProject/load-positions | BrickPi | 2023-10-03 | -3/+45 |
|\ | | | | | Implement Province Positions Loading | |||
| * | Refactor Callbacks | Joel Machens | 2023-10-03 | -49/+19 |
| | | ||||
| * | Fix positions.txt Edge Cases | Joel Machens | 2023-10-03 | -3/+7 |
| | | ||||
| * | Implement positions.txt Loading | Joel Machens | 2023-10-03 | -3/+71 |
|/ | ||||
* | Merge pull request #41 from OpenVicProject/remove/mingw-build | BrickPi | 2023-10-03 | -4/+0 |
|\ | | | | | Remove mingw-cache | |||
| * | Remove mingw-cache | George L. Albany | 2023-10-03 | -4/+0 |
|/ | | | | Update lexy-vdf | |||
* | Merge pull request #39 from OpenVicProject/cleanup | Hop311 | 2023-09-29 | -318/+366 |
|\ | | | | | Cleanup |