Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update visibility of the plugin methods exposed to gdscriptHEADmaster | Fredia Huya-Kouadio | 2024-09-26 | 1 | -1/+1 |
| | | | | | Bump the Godot Android library dependency to 4.3 Bump godot-cpp to version godot-4.3-stable | ||||
* | Switch the interface to extend from `RefCounted` so they can automatically ↵ | Fredia Huya-Kouadio | 2024-05-19 | 1 | -1/+1 |
| | | | | be freed when the game exits. | ||||
* | Fix the plugins packaging to address ↵ | Fredia Huya-Kouadio | 2023-11-26 | 5 | -13/+1 |
| | | | | https://github.com/godotengine/godot/issues/85395 | ||||
* | Update the 'HelloSignals' plugin sample's directory structure | Fredia Huya-Kouadio | 2023-10-08 | 12 | -48/+45 |
| | |||||
* | Move the Godot Android library dependency to `config.gradle` | Fredia Huya-Kouadio | 2023-08-18 | 1 | -2/+1 |
| | | | | This simplifies the process of updating the Godot Android lib dependency for all projects. | ||||
* | Update the 'Hello Signals' plugin sample to match updates to the addon's ↵ | Fredia Huya-Kouadio | 2023-08-17 | 15 | -18/+54 |
| | | | | folder structure | ||||
* | Misc cleanup | Fredia Huya-Kouadio | 2023-08-16 | 1 | -0/+2 |
| | |||||
* | Update the directory structure to make room for additional Godot Android ↵ | Fredia Huya-Kouadio | 2023-07-14 | 19 | -0/+491 |
samples besides plugins |