| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
supported regiment count)
|
| |
|
| |
|
| |
|
|\
| |
| | |
Cleanup: inheritance, const movable variables, code formatting
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Condition definition checking/loading
|
| |
| |
| |
| | |
Co-authored-by: Hop311 <Hop3114@gmail.com>
|
|/ |
|
| |
|
|\
| |
| | |
Integer and fixed point squared roots
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
| |
Add is_specialization_of to Utility.hpp
Add OpenVic::ordered_map and OpenVic::ordered_set
Change `std::map` to `ordered_map`
Change `std::set to use `ordered_set`
Add `set_callback_pointer(tsl::ordered_set<T const*>& set)`
Add mutable_iterator to enable mutable value iterator for `tsl::ordered_map`
Add std::hash<OpenVic::Date> implementation
Enable deps/SCsub to expose dependency includes neccessary for inclusion
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Make RGB default of `colour_t`
Distinguish RGB and ARGB colors by type and colour_traits
Add `_colour` and `_argb` colour user-defined literals
Add `OpenVic::utility::unreachable`
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
Pop History Loading (with the new system)
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Renamed generate_and_load_province_adjacencies to initialize_province_adjacencies_and_center
Calculate and assign province centers
Ignore null index and substract 1
Moved province center calculation to load_map_images
Revert "Renamed generate_and_load_province_adjacencies to initialize_province_adjacencies_and_center"
This reverts commit 8b75bb8f1ea79e883b97987a3a85e254fa3e714b.
Remove 0 as vector initial values.
Revert "Wait for key to close headless"
This reverts commit c7a4956de520a8c3ec53c3b68440b7056f9f5dd6.
Use idx instead of province.index -1
Use array_index instead of pixel_index to identify province.
Unindent set_terrain
Reverted changes in _generate_province_adjacencies
Move province center code out of set_terrain
Divide by zero check
Move province center logic back into set_terrain
|
| |
|
| |
|