Fredia Huya-Kouadio
|
35fda7f857
Fix JNI local reference table overflow when wrapping Java class with large method counts
|
1 month ago |
Fredia Huya-Kouadio
|
0622cee189
Implement `has_java_method(...)` for `JavaClassWrapper` and `JNISingleton`
|
4 months ago |
Serhii Snitsaruk
|
fa36abeacc
Fix FindClass() failing to find Dictionary on Android leading to crash
|
2 months ago |
David Snopek
|
cc7f2e5160
JavaClassWrapper: Don't discard overloaded methods that differ by object type
|
4 months ago |
A Thousand Ships
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
1 year ago |
David Snopek
|
2091899d55
JavaClassWrapper: Fix mistake in last fix for `org.godotengine.godot.Dictionary` conversion
|
7 months ago |
Thaddeus Crews
|
dcbddb64d5
Merge pull request #103571 from timothyqiu/wrap-not-found
|
7 months ago |
Thaddeus Crews
|
3c43508ed7
Merge pull request #102427 from AThousandShips/fix_substr
|
7 months ago |
A Thousand Ships
|
5113022dfe
Clean up some uses of `String::substr`
|
7 months ago |
David Snopek
|
f52b2e4db4
JavaClassWrapper: Fix conversion to/from `org.godotengine.godot.Dictionary` that regressed
|
7 months ago |
Thaddeus Crews
|
8ef0075193
Merge pull request #102817 from dsnopek/java-class-wrapper-array-improvements
|
7 months ago |
Haoyu Qiu
|
554aa6ad95
Improve error message from JavaClassWrapper.wrap()
|
7 months ago |
David Snopek
|
bbc66056a8
JavaClassWrapper: Fix converting returned arrays to Godot types
|
7 months ago |
David Snopek
|
d7672128b5
JavaClassWrapper: Improve handling of typed array arguments
|
8 months ago |
David Snopek
|
5d69d20059
JavaClassWrapper: Allow handling exceptions (rather than just crashing)
|
8 months ago |
David Snopek
|
96bde8f221
JavaClassWrapper: Give additional error when trying to call non-static method directly on the class
|
8 months ago |
Fredia Huya-Kouadio
|
23cea1b9d2
Additional fixes and improvements to JavaClassWrapper
|
10 months ago |
Fredia Huya-Kouadio
|
07cae26abe
Remove the restriction on supported types for Godot Android plugins
|
1 year ago |
Rémi Verschelde
|
13a90e938f
Merge pull request #70096 from rune-scape/stringname-dict
|
1 year ago |
David Snopek
|
78883a52c6
Fix `JavaClassWrapper` so it actually works
|
1 year ago |
rune-scape
|
154049ce17
StringName Dictionary keys
|
1 year ago |
Fredia Huya-Kouadio
|
f291a4ed3a
Fix leakage of JNI object references
|
1 year ago |
Danil Alexeev
|
aff767ef07
Fix expected argument count for `Callable` call errors
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Marcel Admiraal
|
2afef001e7
Cleanup Android C++ code
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 years ago |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |