aboutsummaryrefslogtreecommitdiff
path: root/game
Commit message (Collapse)AuthorAgeLines
* Likely an automatic change caused by Godot 4rc1 Robert Clarke2023-02-12-1/+1
|
* Exploration of UI and rudimentary scene switching. Robert Clarke2023-02-08-17/+280
|
* fix(git): Fix ignoring all bin file names, ignore root directory bin George L. Albany2023-01-27-0/+14
| | | | feat(godot): add openvic2.gdextension for running the extension in Godot
* feat(godot): Add Windows and Linux export presets. George L. Albany2023-01-26-0/+112
| | | | feat(docs): Updated README.md to include install requirements, build/run instructions, and project export instructions.
* feat(build): Implement scons building George L. Albany2023-01-25-0/+69
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