Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | fix: various tweaks during review | zaaarf | 2023-09-19 | -23/+40 | |
| | | | |||||
| * | | fix: adjacency algorithm optimisiations and fixes | zaaarf | 2023-09-19 | -23/+19 | |
| | | | |||||
| * | | feat: make adjacency generator returns false if nothing changed | zaaarf | 2023-09-19 | -6/+10 | |
| | | | |||||
| * | | feat: implemented dumb basic algorithm for Map::_generate_province_adjacencies() | zaaarf | 2023-09-19 | -6/+30 | |
| | | | |||||
| * | | feat: added adjacency to provinces | zaaarf | 2023-09-19 | -0/+44 | |
| | | | |||||
* | | | Merge pull request #17 from OpenVicProject/dataloading-the-third | Hop311 | 2023-09-19 | -126/+220 | |
|\| | | | | | | | | Scaffolding for `positions.txt` + modifier loading | ||||
| * | | Province adjacency scaffolding | Hop311 | 2023-09-18 | -99/+101 | |
| | | | |||||
| * | | Futher scaffolding for province positions loading | Hop311 | 2023-09-17 | -32/+56 | |
| | | | |||||
| * | | Scaffolding for `positions.txt` + modifier loading | Hop311 | 2023-09-16 | -22/+90 | |
|/ / | |||||
* | | Merge pull request #16 from OpenVicProject/mac-fix | Steve Frampton | 2023-09-16 | -2/+2 | |
|\ \ | | | | | | | Fixed Mac explicit template issue | ||||
| * | | Fixed Mac explicit template issue | Hop311 | 2023-09-16 | -2/+2 | |
|/ / | |||||
* | | Merge pull request #15 from OpenVicProject/more-dataloading | Steve Frampton | 2023-09-16 | -81/+530 | |
|\ \ | |/ |/| | More dataloading | ||||
| * | 2D-vectors (positions.txt needs fixed point vecs) | Hop311 | 2023-09-16 | -2/+125 | |
| | | |||||
| * | First go at Modifiers | Hop311 | 2023-09-15 | -37/+247 | |
| | | |||||
| * | Meta region loading | Hop311 | 2023-09-14 | -43/+75 | |
| | | |||||
| * | Region + localisation loading | Hop311 | 2023-09-14 | -7/+91 | |
|/ | |||||
* | Merge pull request #14 from OpenVicProject/dataloading | Hop311 | 2023-09-09 | -1013/+3681 | |
|\ | | | | | Dataloading scaffolding + basic culture and pop history loading | ||||
| * | Format cleanup and req comments | Hop311 | 2023-09-09 | -54/+132 | |
| | | |||||
| * | PR feedback + Logger::warning | Hop311 | 2023-09-09 | -89/+99 | |
| | | |||||
| * | More refactoring and duplicate code removal | Hop311 | 2023-09-08 | -1054/+899 | |
| | | |||||
| * | Remove return_t, use & instead of if(x != SUCCESS) | Hop311 | 2023-09-08 | -420/+403 | |
| | | |||||
| * | NodeTools cleanup+province definition csv loading | Hop311 | 2023-09-07 | -500/+974 | |
| | | |||||
| * | goods defines loading | Frédéric Van Aken | 2023-09-07 | -10/+67 | |
| | | |||||
| * | Religion loading | Gone2Daly | 2023-09-07 | -9/+50 | |
| | | |||||
| * | Followup big dataloader commit | Hop311 | 2023-09-03 | -352/+652 | |
| | | |||||
| * | Big Dataloader Commit (openvic-simulation) | Hop311 | 2023-08-24 | -171/+2051 | |
| | | |||||
| * | Moved index_t back to Province | Hop311 | 2023-08-20 | -34/+34 | |
|/ | |||||
* | Added pop properties + changes to pop_size_t type (#13) | Steve Frampton | 2023-08-20 | -2/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added additional pop properties REQ POP-34, POP-35, POP-36, POP-37. Introducing new PopType properties for purpose of developing initial promotion system. * Addendum to previous commit Forgot to save file. Previous statement still accurate. * Added additional pop properties REQ POP-34, POP-35, POP-36, POP-37. Introducing new PopType properties for purpose of developing initial promotion system. * Addendum to previous commit Forgot to save file. Previous statement still accurate. * Changed pop_size_t to int64 type Modified pop_size_t to be an int64, consolidating u_int32_t and int32_t. * Move PopType struct attributes to Pop struct attributes Moved: - num_promoted - num_demoted - num_migrated attributes to Pop struct from PopType struct. Added relevant parameters to Pop constructor. Fixed/moved related functions to Pop struct. * Updated/fixed previous commit Removed parameters from Pop construct. | ||||
* | Merge pull request #12 from OpenVicProject/whoops | Hop311 | 2023-08-13 | -2/+1 | |
|\ | | | | | fixed silly mistake | ||||
| * | fixed silly mistake | Hop311 | 2023-08-13 | -2/+1 | |
|/ | |||||
* | Merge pull request #11 from OpenVicProject/string_view | Hop311 | 2023-08-12 | -148/+281 | |
|\ | | | | | Changed IdentifierRegistry to use std::string_view when looking up a std::string key | ||||
| * | std::string const& --> const std::string_view | Hop311 | 2023-08-12 | -148/+281 | |
|/ | |||||
* | Merge pull request #10 from OpenVicProject/distributions | Hop311 | 2023-08-10 | -29/+76 | |
|\ | | | | | Added distributions for pop type and culture | ||||
| * | Added distributions for pop type and culture | Hop311 | 2023-08-10 | -29/+76 | |
|/ | |||||
* | Merge pull request #9 from OpenVicProject/pops | Hop311 | 2023-07-28 | -22/+643 | |
|\ | | | | | Pops and other bits | ||||
| * | Added pops to provinces | Hop311 | 2023-07-26 | -39/+158 | |
| | | |||||
| * | Culture data structs | Hop311 | 2023-07-23 | -9/+192 | |
| | | |||||
| * | WIP structs for Pop, PopType, and Religion | Hop311 | 2023-07-22 | -9/+328 | |
|/ | |||||
* | Merge pull request #7 from OpenVicProject/dataloading-skeleton | Hop311 | 2023-07-20 | -0/+88 | |
|\ | | | | | Dataloading Skeleton | ||||
| * | Rough draft of compiling headless simulation | ClarkeCode | 2023-06-18 | -4/+49 | |
| | | |||||
| * | Dataloading skeleton | ClarkeCode | 2023-06-14 | -0/+43 | |
| | | |||||
* | | Merge pull request #8 from OpenVicProject/req-comments | Hop311 | 2023-07-20 | -1/+6 | |
|\ \ | |/ |/| | Added missing req comments | ||||
| * | Added missing req comments | Hop311 | 2023-07-19 | -1/+6 | |
|/ | |||||
* | Merge pull request #6 from OpenVicProject/date-fix | Hop311 | 2023-05-24 | -16/+52 | |
|\ | | | | | Date fix + Logger queuing | ||||
| * | Date fix + Logger queuing | Hop311 | 2023-05-24 | -16/+52 | |
|/ | |||||
* | Add missing include | Hop311 | 2023-05-22 | -0/+1 | |
| | |||||
* | Merge pull request #5 from OpenVicProject/bmp | Hop311 | 2023-05-22 | -158/+421 | |
|\ | | | | | BMP palette parser + code style cleanup | ||||
| * | BMP palette parser + Logger macro | Hop311 | 2023-05-22 | -44/+253 | |
| | | |||||
| * | Formatting / style cleanup | Hop311 | 2023-05-22 | -79/+133 | |
|/ | |||||
* | Merge pull request #4 from OpenVicProject/date-ostream-fix | Hop311 | 2023-05-16 | -4/+4 | |
|\ | | | | | Fixed Date ostream << operator |