Age | Commit message (Collapse) | Author |
|
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
|
|
|
|
|
|
|
|
[GDnative] Improve inheritance system in gdnative pluginscript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[GDNative] updates to string API and const fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
|
|
|
|
Make GDNative DLLs work on UWP
|
|
|
|
Happy new year to the wonderful Godot community!
|
|
Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor
|
|
It's not used in godot-nim any longer and there were no other uses for
it.
|
|
gdnative_api.json
|
|
|
|
|
|
|
|
Fixes issues introduced by newer clang-format versions or commits
pushed directly without using the clang-format pre-commit hook.
|
|
|
|
Fix Typo: Substract to Subtract
|
|
|
|
Ensures that the Project Settings are saved only if the list of
singletons actually changed.
|
|
library to open extra libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Proper GDNative export on Android
|
|
Allow for getting/setting "dotted" properties of objects
|
|
|
|
Performance is around the same as using pure set() through GDScript.
|
|
|
|
Add bsearch and bsearch_custom to Array
|
|
|