aboutsummaryrefslogtreecommitdiff
path: root/extension/src/register_types.cpp
Commit message (Collapse)AuthorAgeLines
* Add Main Menu Version and Checksum Labels (#44) BrickPi2023-02-27-0/+9
|
* Delete Simulation singleton correctly. (#17) Hop3112023-02-22-1/+1
|
* Everything necessary to register a C++ class with internal state for access ↵ Robert Clarke2023-02-12-21/+30
| | | | within Godot
* feat(build): Implement scons building George L. Albany2023-01-25-0/+51
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