aboutsummaryrefslogtreecommitdiff
path: root/extension/src/Simulation.hpp
Commit message (Collapse)AuthorAgeLines
* Removing TestSingleton ClarkeCode2023-04-17-68/+0
| | | | Extracted game advancement behaviour to separate class
* Add Date to extension markomitos2023-04-14-5/+25
| | | | | | | | | | | | | 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-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