aboutsummaryrefslogtreecommitdiff
path: root/extension/src/Simulation.hpp
Commit message (Collapse)AuthorAgeLines
* Add minimap for terrain map Gone2Daly2023-04-14-5/+1
| | | | | | | | | | 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
* Use uint64_t rather than size_t (#47) BrickPi2023-02-27-4/+4
| | | Fix https://github.com/OpenVic2Project/OpenVic2/pull/3#issuecomment-1446571846
* Removing semicolons that would cause issues on MSVC Robert Clarke2023-02-13-1/+1
|
* Moved positioning of GDCLASS macro Robert Clarke2023-02-13-1/+1
|
* Everything necessary to register a C++ class with internal state for access ↵ Robert Clarke2023-02-12-0/+52
within Godot