aboutsummaryrefslogtreecommitdiff
path: root/extension/src/openvic2
Commit message (Collapse)AuthorAgeLines
* Moved simulation code to separate submodule Hop3112023-05-03-1573/+0
|
* Support features up to clang-format 14 Spartan3222023-05-02-82/+132
| | | | | Add .editorconfig Update C++ files within `extension/src` to follow .clang-format
* Hashmaps instead of linear + better province hover Hop3112023-05-01-31/+27
|
* Terrain textures + province colour alpha channel Hop3112023-04-29-52/+75
|
* Resolving merge conflicts ClarkeCode2023-04-29-1/+1
|
* Merge branch 'main' into goods Hop3112023-04-29-15/+25
|\
| * Terrain channel for provinces + generated minimap Hop3112023-04-28-15/+25
| |
* | Moved several type aliases to Types.hpp; Added HasColour class for items ↵ ClarkeCode2023-04-28-67/+101
| | | | | | | | which need associated colours
* | Struct tweaks ClarkeCode2023-04-28-28/+10
| |
* | Temporarily removed; will be re-added after C++ code moved to submodule ClarkeCode2023-04-28-103/+0
| |
* | Merge branch 'main' of github.com:OpenVic2Project/OpenVic2 into goods ClarkeCode2023-04-27-0/+1434
|\|
| * 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-44/+115
| |
| * Req comments + cleanup + c++ registry refactoring Hop3112023-04-25-141/+145
| |
| * C++ refactoring + simulation prototype Hop3112023-04-23-350/+813
| |
| * Merge pull request #88 from OpenVic2Project/map-drawing Hop3112023-04-18-207/+308
| |\ | | | | | | Further Map Stuff
| | * Better province image + terrain + some buttons Hop3112023-04-18-207/+308
| | |
| * | Removing TestSingleton ClarkeCode2023-04-17-0/+109
| |/ | | | | | | Extracted game advancement behaviour to separate class
| * Add Date to extension markomitos2023-04-14-0/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | For absolute simulation dates Add TimeSpan to extension For relative simulation time Add Simulation Speed Management to extension Add Visual Studio directory to .gitignore Co-authored-by: ClarkeCode <clarke.john.robert@gmail.com> Co-authored-by: Hop311 <hop3114@gmail.com>
| * Add minimap for terrain map Gone2Daly2023-04-14-38/+396
| | | | | | | | | | | | | | | | | | | | 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
| * Add terrain map Hop3112023-04-14-0/+134
| | | | | | | | | | | | With Directional movement using WASD With Directional movement using arrow keys With Click-Drag movement using middle mouse button With Province identifiers With Province shape loading With Province rendering With Province selection With Province overview panel With Color lookup texture
* Changed type of cost in Good.hpp/.cpp + codestyle Wolfgang Aigner2023-04-06-14/+17
|
* Basic loading of goods defined in goods.json Wolfgang Aigner2023-04-06-0/+144