aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/map/Map.hpp
Commit message (Collapse)AuthorAgeLines
* Merge pull request #114 from OpenVicProject/squared-roots zaaarf2024-01-02-0/+8
|\ | | | | Integer and fixed point squared roots
| * feat: calculate province distance using new sqrt functions zaaarf2024-01-02-0/+8
| |
* | Added framework for loading all Conditions and Effects hop3112024-01-02-1/+1
|/
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-1/+2
| | | | | | | | | | | 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
* Clock refactor + misc small fixes hop3112023-12-28-1/+1
|
* feat: loading climate.txt and continent.txt zaaarf2023-12-27-1/+4
|
* Made ProvinceSet use Province const* and updated Region loading hop3112023-12-27-2/+10
|
* Province building scaffolding hop3112023-12-25-2/+3
|
* Change colour_t to be a strongly typed structure Spartan3222023-12-24-2/+9
| | | | | | | 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`
* Additional adjacency loading BuildTools2023-12-17-14/+11
|
* feat: improved identifier registry macro zaaarf2023-12-10-8/+3
|
* Vec/set callbacks + crime file + prov building pos hop3112023-12-07-2/+2
|
* Merge pull request #79 from OpenVicProject/states BrickPi2023-12-05-0/+3
|\
| * States First Pass Joel Machens2023-11-28-0/+5
| |
* | Crime+event modifier loading + misc UI backend hop3112023-12-02-5/+2
| |
* | feat: replaced REF_GETTERS with PROPERTY_REF, added PROPERTY_CUSTOM_PREFIX zaaarf2023-12-01-2/+1
|/
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-2/+1
|
* Bookmark loading + province and building cleanup hop3112023-11-15-1/+3
|
* Striped mapmode and improved distributions hop3112023-11-15-3/+11
|
* Stop passing Dates by reference hop3112023-11-07-2/+2
|
* Minor cleanup hop3112023-10-20-2/+1
|
* Further cleanup and rearrangement hop3112023-10-13-1/+1
|
* Lots of accumulated changes hop3112023-10-12-5/+5
|
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-5/+5
|
* Adding terrain image/type loading Hop3112023-09-25-9/+15
|
* Various fixes, refactors and general cleanup Hop3112023-09-23-0/+2
|
* Province adjacency scaffolding Hop3112023-09-18-12/+5
|
* Futher scaffolding for province positions loading Hop3112023-09-17-1/+1
|
* Scaffolding for `positions.txt` + modifier loading Hop3112023-09-16-0/+2
|
* Region + localisation loading Hop3112023-09-14-0/+1
|
* More refactoring and duplicate code removal Hop3112023-09-08-0/+117