aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/units/Unit.cpp
Commit message (Expand)AuthorAgeLines
* Further cleanup and rearrangement hop3112023-10-13-338/+0
* Lots of accumulated changes hop3112023-10-12-13/+53
* Data types, defaults, callback cleanup Hop3112023-09-29-42/+47
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-3/+3
* fix: use timespan for unit build time zaaarf2023-09-28-4/+6
* Testing (#23) CptAlanSmith2023-09-23-12/+12
* chore: converted several types zaaarf2023-09-23-21/+21
* fix: various fixes, now runs and parses without military-related errors zaaarf2023-09-23-72/+62
* chore: removed hardcoded possible values on unit type zaaarf2023-09-22-4/+8
* feat: removed enum, passed goods manager zaaarf2023-09-22-35/+35
* feat: implemenet most of the unit loading function zaaarf2023-09-22-9/+96
* feat: created Unit struct zaaarf2023-09-21-0/+210