aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic2/Types.hpp
Commit message (Collapse)AuthorAgeLines
* Moved simulation code to separate submodule Hop3112023-05-03-146/+0
|
* Support features up to clang-format 14 Spartan3222023-05-02-2/+7
| | | | | Add .editorconfig Update C++ files within `extension/src` to follow .clang-format
* Hashmaps instead of linear + better province hover Hop3112023-05-01-7/+10
|
* Terrain textures + province colour alpha channel Hop3112023-04-29-5/+14
|
* Moved several type aliases to Types.hpp; Added HasColour class for items ↵ ClarkeCode2023-04-28-0/+29
| | | | which need associated colours
* Divide map texture to fit in 16384 GPU dim limit Hop3112023-04-26-0/+3
|
* Further cleanup + reset on return to main menu Hop3112023-04-25-9/+24
|
* Req comments + cleanup + c++ registry refactoring Hop3112023-04-25-0/+62
|
* C++ refactoring + simulation prototype Hop3112023-04-23-3/+5
|
* Better province image + terrain + some buttons Hop3112023-04-18-0/+11
|
* Add minimap for terrain map Gone2Daly2023-04-14-0/+7
With accurate viewport shape display on minimap With Mapmode management With Region mapmode With Province mapmode With Index mapmode With Minimap single-click movement With Minimap drag-click movement