virtualx-engine/modules/gdnative
George Marques 66ed69edb3
Further changes to GDNative API
- Moved Variant struct definition to its own file so it can be used
  without include cycles (like on Dictionary).
- Add `index` operator function so bindings like C++ can implement the
  operator[] overload (which needs a reference to the actual value).
- Added missing new/destroy functions to Vector3i array.
- Added print error/warning functions as helpers so bindings can print
  messages in the same manner as Godot itself does.
2021-02-09 11:33:35 -03:00
..
android Modernize Thread 2021-01-29 12:02:13 +01:00
doc_classes Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
gdnative Further changes to GDNative API 2021-02-09 11:33:35 -03:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
include Further changes to GDNative API 2021-02-09 11:33:35 -03:00
nativescript Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
net Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pluginscript Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
tests GDNative: New core API 2021-01-25 09:28:02 -03:00
text GDNative: New core API 2021-01-25 09:28:02 -03:00
videodecoder Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
xr GDNative: New core API 2021-01-25 09:28:02 -03:00
config.py Core: Always enable ptrcall, remove PTRCALL_ENABLED define 2020-11-25 14:08:17 +01:00
gdnative.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative_api.json Further changes to GDNative API 2021-02-09 11:33:35 -03:00
gdnative_builders.py [Complex Text Layouts] Implement GDNative interface for TextServer. 2020-11-26 13:55:29 +02:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative_library_editor_plugin.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub [Complex Text Layouts] Implement GDNative interface for TextServer. 2020-11-26 13:55:29 +02:00