| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
Add bash-based Godot URL environment variable handling to openvic-env action
Sets GODOT_LINUX_URL and GODOT_TEMPLATE_URL according to GODOT_BASE_URL, GODOT_VERSION, and GODOT_VERSION_TYPE
Handles downloads.tuxfamily.org/godotengine and github.com/godotengine differently
Errors if GODOT_LINUX_URL or GODOT_TEMPLATE_URL are not set or if links do not exist
Will not override GODOT_LINUX_URL if previously set
Will not override GODOT_TEMPLATE_URL if previously set
|
|
|
|
|
| |
Fix deferred error in LoadingScreen.update_loading_screen
Fix pressed shadow variable warning in SettingCheckBox.gd
|
| |
|
|
|
|
| |
Remove specific Godot version references for non-links in README.md
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
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
|