Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update visibility of the plugin methods exposed to gdscriptHEADmaster | Fredia Huya-Kouadio | 2024-09-26 | 3 | -3/+3 |
| | | | | | 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 | 3 | -3/+3 |
| | | | | be freed when the game exits. | ||||
* | Fix the plugins packaging to address ↵ | Fredia Huya-Kouadio | 2023-11-26 | 21 | -50/+37 |
| | | | | https://github.com/godotengine/godot/issues/85395 | ||||
* | Update the `godot-cpp` version. | Fredia Huya-Kouadio | 2023-11-15 | 1 | -0/+0 |
| | |||||
* | Update the 'HelloGDExtension' plugin sample's directory structure | Fredia Huya-Kouadio | 2023-10-08 | 11 | -60/+55 |
| | |||||
* | Update the 'HelloSignals' plugin sample's directory structure | Fredia Huya-Kouadio | 2023-10-08 | 12 | -48/+45 |
| | |||||
* | Update the 'HelloWorld' sample plugin directory structure | Fredia Huya-Kouadio | 2023-10-08 | 11 | -46/+46 |
| | |||||
* | Update the format for the gdextension `compatibility_minimum` field to ↵ | Fredia Huya-Kouadio | 2023-09-07 | 1 | -1/+1 |
| | | | | address https://github.com/godotengine/godot-docs/issues/7864 | ||||
* | Update the godot android library dependency now that PR refactoring the ↵ | Fredia Huya-Kouadio | 2023-09-05 | 2 | -2/+4 |
| | | | | plugin logic is merged in `main` | ||||
* | Update the sample `gdextension` config file to reflect feedback on the ↵ | Fredia Huya-Kouadio | 2023-08-23 | 2 | -4/+2 |
| | | | | | | Android plugin refactor PR See https://github.com/godotengine/godot/pull/80740#issuecomment-1690887240 | ||||
* | Move the Godot Android library dependency to `config.gradle` | Fredia Huya-Kouadio | 2023-08-18 | 3 | -6/+3 |
| | | | | 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 | ||||
* | Update the 'Hello World' plugin sample to match updates to the addon's ↵ | Fredia Huya-Kouadio | 2023-08-17 | 14 | -16/+50 |
| | | | | folder structure | ||||
* | Misc cleanups for the GDExtension plugin sample | Fredia Huya-Kouadio | 2023-08-17 | 2 | -0/+2 |
| | |||||
* | Update AGP to version 7.4.0 | Fredia Huya-Kouadio | 2023-08-17 | 3 | -3/+4 |
| | |||||
* | Add an Android GDExtension plugin sample | Fredia Huya-Kouadio | 2023-08-17 | 33 | -0/+1042 |
| | | | | This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI. | ||||
* | Misc cleanup | Fredia Huya-Kouadio | 2023-08-16 | 3 | -1/+5 |
| | |||||
* | Update the directory structure to make room for additional Godot Android ↵ | Fredia Huya-Kouadio | 2023-07-14 | 41 | -0/+966 |
samples besides plugins |