summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)Author
2022-11-25No Exe Patch AppliedSteph Enders
2022-06-27Update MacOS to compile w/ BoostSteph Enders
MacOS seems to rely on an older/different C++ stdlib than Windows or Linux. So replacing those with Boost equivalents. Mostly contained to the Resources thankfully!
2022-06-26Alias filesystem library to allow for xp usageSteph Enders
MacOS 10.14 still uses experimental/filesystem which is what we're currently targetting. If I can get my hands on a 10.15+ we can test that out
2022-06-26adding macos support in progressdanenders
2022-06-24Fix compilation for WindowsStephen Enders
I left a few changes undone in the Windows API. This should be cross platform now
2022-06-24Select level via command line (linux tested)Steph Enders