aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/Modifier.hpp
Commit message (Collapse)AuthorAgeLines
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-5/+5
|
* Expect modifier value + keys function Hop3112023-09-26-1/+17
|
* Adding terrain image/type loading Hop3112023-09-25-1/+6
|
* fix: fixed multiple compile-time warnings zaaarf2023-09-24-0/+2
|
* Testing (#23) CptAlanSmith2023-09-23-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes for building scons * Initial proof of concept auto-testing Shows how we can pull loaded data and display it back * Re-did headless Because hubert insisted it be done like this ;) * Auto-Testing Framework Basics * Requirements Calculations * Fix for messy merge (teach me to use merge tools) * Fixing up misc merge issues to fully reconcile with master changes * Re-added missing getters * Move of testing files due to folder reorgs * Use new accessors + int reading fix --------- Co-authored-by: Hop311 <hop3114@gmail.com>
* Scaffolding for `positions.txt` + modifier loading Hop3112023-09-16-0/+5
|
* 2D-vectors (positions.txt needs fixed point vecs) Hop3112023-09-16-0/+1
|
* First go at Modifiers Hop3112023-09-15-0/+95