aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/dataloader/Dataloader_Windows.hpp
Commit message (Collapse)AuthorAgeLines
* Move Victoria 2 path searching to Vic2PathSearch.cpp Spartan3222023-12-04-170/+0
| | | | Move fshash and _cached_paths definitions to Dataloader::Search_for_game_path
* Clang-format formatting (with manual cleanup) hop3112023-10-29-21/+16
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-17/+30
|
* Add static `Dataloader::search_for_game_path(fs::path)` Spartan3222023-10-12-0/+162
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