| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
Further Map Stuff
|
| | |
|
|/
|
|
| |
Extracted game advancement behaviour to separate class
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* Added Localisation
* Removed `.gdignore`s.
* Localisation dir path and Locale name cleanup
* Incomplete entry warnings + README
|
|
|
| |
Fix https://github.com/OpenVic2Project/OpenVic2/pull/3#issuecomment-1446571846
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
within Godot
|
| |
|
|
feat(engine): Integrate basic Godot project
feat(test): Demonstrate Godot using extension
feat(dependency): Add OV2-compiler as deps submodule
feat(dependency): Add godot-cpp as a submodule
feat(git): Ignore Godot 4 files
feat(docs): Updated readme with instructions
feat: Can call `TestSingleton.hello_singleton()` from GDScript
Adds basic workflow support but that is currently disabled
|