godot/modules/gdnative
Hugo Locurcio b68dd2e189
Add an XML schema for documentation
This makes it easier to spot syntax errors when editing the
class reference. The schema is referenced locally so validation
can still work offline.

Each class XML's schema conformance is also checked on GitHub Actions.
2022-02-15 00:03:31 +01:00
..
android Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
doc_classes Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
gdnative Core: Move Vector2i to its own vector2i.h header 2022-02-04 16:32:21 +01:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
include Improve locale detection. 2022-01-18 14:30:00 +02:00
nativescript Refactor some object type checking code with cast_to 2022-02-08 10:08:34 +01:00
pluginscript Refactor some object type checking code with cast_to 2022-02-08 10:08:34 +01:00
tests Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
videodecoder Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config.py [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
gdnative_api.json Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
gdnative_builders.py Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
gdnative_library_editor_plugin.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
gdnative_library_editor_plugin.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
gdnative_library_singleton_editor.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00