summaryrefslogtreecommitdiffstats
path: root/platform/android/plugin/godot_plugin_jni.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Remove the restriction on supported types for Godot Android pluginsFredia Huya-Kouadio2024-09-291-15/+10
* Improve support for XR projectsFredia Huya-Kouadio2024-09-061-3/+0
* Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-191-1/+17
* Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-031-27/+0
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-6/+7
* [Android] Fix dynamic Variant params stack constructions in JNI callbacksshendo2023-05-011-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-9/+9
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-1/+1
* Remove VARIANT_ARG* macrosreduz2022-03-091-4/+3
* Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` fileFredia Huya-Kouadio2022-01-261-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio2021-02-151-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Use compile-time constant for the size of the signal parametersFredia Huya-Kouadio2020-05-271-2/+4
* Fix parameters passing when emitting signalFredia Huya-Kouadio2020-05-251-2/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Add signal support to Godot Android plugin:fhuya2020-04-101-1/+47
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-0/+115