aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* Merge pull request #68 from OpenVicProject/fix/province-history Hop3112023-10-29-28/+96
|\
| * Imrpove Province Histories Joel Machens2023-10-29-28/+96
|/
* Merge pull request #66 from OpenVicProject/province-history-loading BrickPi2023-10-27-8/+388
|\
| * Implement Province History Loading BrickPi2023-10-27-8/+388
|/
* Merge pull request #65 from OpenVicProject/fix/modifier-effects Hop3112023-10-25-3/+4
|\
| * Fix Incorrect Modifier Effect Joel Machens2023-10-25-3/+4
|/
* Merge pull request #60 from OpenVicProject/country-history-loading BrickPi2023-10-25-147/+883
|\
| * Country History & Order of Battle Loading Joel Machens2023-10-25-147/+883
|/
* Merge pull request #63 from OpenVicProject/add/readme George L. Albany2023-10-20-0/+23
|\
| * Add basic README.md Spartan3222023-10-20-0/+23
* | Merge pull request #61 from OpenVicProject/add/lua-defines George L. Albany2023-10-20-45/+269
|\ \ | |/ |/|
| * Add Defines Loading Spartan3222023-10-20-45/+269
|/
* Merge pull request #62 from OpenVicProject/cleanup George L. Albany2023-10-20-179/+149
|\
| * Separated node->string and string->value parsing hop3112023-10-20-42/+50
| * Minor cleanup hop3112023-10-20-137/+99
|/
* Merge pull request #59 from OpenVicProject/fix/bookmarks George L. Albany2023-10-17-12/+6
|\
| * Make Bookmarks indexed by indices Spartan3222023-10-17-12/+6
|/
* Merge pull request #58 from OpenVicProject/optimize/some-registry George L. Albany2023-10-17-8/+12
|\
| * Change `has_identifier` to use `map::contains` Spartan3222023-10-17-8/+12
|/
* 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
* | Merge pull request #57 from OpenVicProject/modifier-effects BrickPi2023-10-17-42/+117
|\ \
| * | Add Vanilla Modifier Effects Joel Machens2023-10-17-42/+117
|/ /
* | Merge pull request #54 from OpenVicProject/national-values-loading Hop3112023-10-17-20/+107
|\ \
| * | 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` Spartan3222023-10-16-11/+16
| |/
* | Merge pull request #49 from OpenVicProject/add/country-loading Hop3112023-10-17-0/+348
|\ \
| * | Add Country Loading Spartan3222023-10-16-0/+348
* | | Merge pull request #47 from OpenVicProject/needs-rebels-loading Hop3112023-10-16-24/+70
|\ \ \ | |_|/ |/| |
| * | Loading of poptype needs & rebel compositions k0uneli2023-10-16-24/+70
|/ /
* | Merge pull request #53 from OpenVicProject/allow-empty Hop3112023-10-15-7/+7
|\ \ | |/ |/|
| * allow_empty option for expect_identifier_or_string hop3112023-10-15-7/+7
|/
* Merge pull request #44 from OpenVicProject/leader-loading BrickPi2023-10-15-3/+152
|\
| * Implement Leader Trait Loading Joel Machens2023-10-15-3/+152
|/
* Merge pull request #52 from OpenVicProject/tgc-compat Hop3112023-10-15-486/+699
|\
| * Further CLI and modifier reading work hop3112023-10-14-171/+220
| * TGC compatibility fixes + other cleanup hop3112023-10-13-351/+515
|/
* Merge pull request #46 from OpenVicProject/add/bookmark-loading George L. Albany2023-10-13-0/+174
|\
| * Add Bookmark Loading Spartan3222023-10-13-0/+174
|/
* Merge pull request #50 from OpenVicProject/changes Hop3112023-10-13-680/+815
|\
| * Changed return types to std::string_view hop3112023-10-13-27/+35
| * Further cleanup and rearrangement hop3112023-10-13-178/+162
| * Lots of accumulated changes hop3112023-10-12-491/+634
|/
* Merge pull request #43 from OpenVicProject/add/vdf-search George L. Albany2023-10-12-2/+559
|\
| * Add static `Dataloader::search_for_game_path(fs::path)` Spartan3222023-10-12-2/+559
|/
* Merge pull request #48 from OpenVicProject/expose/parse-methods George L. Albany2023-10-12-21/+27
|\
| * Expose `Dataloader::parse_defines` Spartan3222023-10-10-21/+27
|/
* Merge pull request #42 from OpenVicProject/government-type-loading BrickPi2023-10-04-6/+166
|\
| * Fix Data Types Joel Machens2023-10-04-21/+29