Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Removing semicolons that would cause issues on MSVC | Robert Clarke | 2023-02-13 | -2/+2 |
| | ||||
* | Moved positioning of GDCLASS macro | Robert Clarke | 2023-02-13 | -1/+1 |
| | ||||
* | Reversion of commit e7ee0dd | Robert Clarke | 2023-02-13 | -6/+11 |
| | ||||
* | Everything necessary to register a C++ class with internal state for access ↵ | Robert Clarke | 2023-02-12 | -21/+82 |
| | | | | within Godot | |||
* | Just changed bracketing style | Robert Clarke | 2023-02-12 | -11/+6 |
| | ||||
* | feat(build): Implement scons building | George L. Albany | 2023-01-25 | -0/+117 |
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 |