| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Add warning and fix for no tags on user repos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makes debug easier to see and handle
Add commit hash label to MainMenu
Add click-copyable tag, commit hash, and checksum to main menu
Rename VersionChecksumBox to ReleaseInfoBox
Move ReleaseInfoBox to separate scene and script
Add GIT_INFO.gd for generic project running
Add openvic2-plugin addon for handling export plugin
Replaces GIT_INFO.gd on export
Setup build workflow to retrieve commit hash, tag, and release
|
|
|
|
|
|
|
|
|
| |
Add pck debug check and artifact
Update CI workflow with release archives
Update CI workflow for all pushes
Remove initial compile of godot-cpp from workflow
Appears to be unnecessary, extension compile should handle it
|
| |
|
|
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
|