| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Map province history rgo to production type for province instance
output_goods back to ZERO_OR_ONE
Link trade_goods in history to RGO instance for province.
Other producer types as structs instead of classes
Convert pops to equivalents & calculate rgo size
Also convert pops when changing rgo
Clean up
Refactored RGO into part of ProvinceInstance
ProductionType const& output_good
Remove unused imports
Clean up unused imports
Restore constructor for ResourceGatheringOperation to initialise from savegame
Move rgo size calculation to rgo
Use terrain modifiers to calculate rgo size (placeholder code)
Clean up
Basic production & sales for rgo when initialising new game
Use mutable pops
Paychecks for owners, workers and slaves
Clean up
Simplify rgo instantiation
Co-authored-by: Hop311 <Hop3114@gmail.com>
Simplify good_to_rgo_production_type assignment
Co-authored-by: Hop311 <Hop3114@gmail.com>
Fix import
Co-authored-by: Hop311 <Hop3114@gmail.com>
min(3, great_powers.size())
Co-authored-by: Hop311 <Hop3114@gmail.com>
Fix import
Co-authored-by: Hop311 <Hop3114@gmail.com>
Apply comments
Log errors and return result when applying history
Cleanup
|
| |
|
|\
| |
| | |
movement_cost is a province modifier
|
| | |
|
|\ \
| | |
| | | |
Support attrition modifier from terrain
|
| |/ |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
`ModifierSum::add_modifier[_nullcheck]` from `ALL_TARGETS` to `NO_TARGETS`
|
| |
|
| |
|
|
|
|
| |
positive filter
|
| |
|
|
|
|
| |
owned provinces' modifier sums)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and ModifierSum
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
modifier effects
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Reduce pop size to int32
|
| | |
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
Ranking System
|
| |
| |
| |
| | |
supported regiment count)
|
| | |
|
| | |
|
|\|
| |
| | |
Add define caching to avoid post-load lookups
|
| | |
|
|\ \
| |/
|/| |
Remove price_t alias
|
| | |
|
|/ |
|
|\
| |
| | |
Fix handling empty `vic2_steam_lib_directory`
|