Fredia Huya-Kouadio
|
3c0b26e29c
|
Fix parameters passing when emitting signal
The issue was caused because we were using variables local to the `for` loop block.
Address [feedback](https://github.com/godotengine/godot/pull/39047#issuecomment-634545849) by @pouleyKetchoupp regarding the use of arrays on stack with dynamic size.
|
2020-05-27 03:38:38 -07:00 |
fhuya
|
f69760b4be
|
Add signal support to Godot Android plugin:
Supports registering and emitting signal from a Godot Android plugin
|
2020-03-27 01:37:41 -07:00 |
fhuya
|
7135bc3e37
|
Miscellaneous cleanup for the Android codebase:
- update gradle plugins versions
- cleanup java_godot_lib_jni
Note: logic was mostly moved around and no new logic/functionality was added.
|
2020-03-25 09:00:37 -07:00 |
fhuya
|
c3660bb4dc
|
Re-architecture of the Godot Android plugin.
|
2020-03-09 10:30:02 +01:00 |