aboutsummaryrefslogtreecommitdiff
path: root/extension/src/TestSingleton.cpp
Commit message (Collapse)AuthorAgeLines
* Removing TestSingleton ClarkeCode2023-04-17-36/+0
| | | | Extracted game advancement behaviour to separate class
* Add terrain map Hop3112023-04-14-2/+2
| | | | | | | | | | | | 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
* feat(build): Implement scons building George L. Albany2023-01-25-0/+36
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