aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/utility
Commit message (Collapse)AuthorAgeLines
* Add static `Dataloader::search_for_game_path(fs::path)` Spartan3222023-10-12-0/+56
| | | | | | | | | | | 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
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-2/+2
|
* Adding terrain image/type loading Hop3112023-09-25-21/+89
|
* 2D-vectors (positions.txt needs fixed point vecs) Hop3112023-09-16-2/+2
|
* Format cleanup and req comments Hop3112023-09-09-1/+1
|
* PR feedback + Logger::warning Hop3112023-09-09-0/+3
|
* More refactoring and duplicate code removal Hop3112023-09-08-0/+475