godot/modules/gdnative
Juan Linietsky 5d4dc2d45c Add ability to bind typed arrays to script API
Note: Only replaced 2 instances to test, Node.get_children and TileMap.get_used_cells
Note: Will do a mass replace on later PRs of whathever I can find, but probably need
a tool to grep through doc.
Warning: Mono will break, needs to be fixed (and so do TypeScript and NativeScript, need to ask respective maintainers)
2020-04-21 10:15:40 +02:00
..
android Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
doc_classes Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
icons Fix missing module editor icons 2020-03-08 19:32:25 +02:00
include Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor 2020-04-20 17:13:06 +02:00
nativescript Add ability to bind typed arrays to script API 2020-04-21 10:15:40 +02:00
net Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
pluginscript Add ability to bind typed arrays to script API 2020-04-21 10:15:40 +02:00
videodecoder Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
xr Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
config.py Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
gdnative.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
gdnative_api.json Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative_builders.py Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative_library_editor_plugin.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdnative_library_editor_plugin.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
gdnative_library_singleton_editor.cpp Signals: Port connect calls to use callable_mp 2020-02-28 14:24:09 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00