godot/modules
George Marques 8a8dbd76b1
Add GDNative JSON generator for the builtin API
Which can be used by language bindings to generate code statically. This
is generated as a different file from the class API because it has
different requirements (the builtin types have constructors and don't
have signals), so bindings can better make use of each JSON file without
extra parsing.

This also cleans up a bit the old API generator, mainly initializing
structs and renaming "instanciable" to the more correct "instantiable".

The argument description in help text was updated to better reflect how
it should be used. The <path> argument is mandatory.
2021-01-29 11:40:37 -03:00
..
basis_universal Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
bmp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
bullet Merge pull request #43923 from madmiraal/fix-43588 2021-01-14 20:44:19 +01:00
camera Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
csg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
cvtt Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
dds Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
denoise Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
enet Mention that NetworkedMultiplayerENet uses UDP only 2021-01-14 17:15:20 +01:00
etc Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
fbx Fix zero scaling and material mappings being mapped to wrong fields 2021-01-26 19:48:18 +00:00
freetype Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative Add GDNative JSON generator for the builtin API 2021-01-29 11:40:37 -03:00
gdnavigation Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdscript Unify URI encoding/decoding and add to C# 2021-01-28 07:45:01 -05:00
glslang Added GPU based cluster builder 2021-01-19 23:31:06 +01:00
gltf Merge pull request #45435 from fire/gltf-node-anim-export 2021-01-26 10:01:32 +01:00
gridmap Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
hdr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jpg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jsonrpc Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
lightmapper_rd Reorganize RenderingDevice barriers 2021-01-26 10:24:12 -03:00
mbedtls Cleanup: Remove executable bit from files which don't need it 2021-01-19 23:36:42 +01:00
meshoptimizer Scale error in mesh optimizer so it uses absolute scale. 2021-01-11 06:07:54 -08:00
minimp3 Descriptive error message when using AudioStream(OGG/MP3) incorrectly 2021-01-07 03:24:30 -05:00
mobile_vr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
mono Merge pull request #45525 from van800/rider-line 2021-01-28 23:39:52 +01:00
ogg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
opensimplex Merge pull request #44832 from nathansmith339/opensimplex-optimization 2021-01-07 10:51:30 +01:00
opus Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pvr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
regex Change reserved keyword in Regex documentation code 2021-01-10 15:56:51 +03:00
squish Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
stb_vorbis Descriptive error message when using AudioStream(OGG/MP3) incorrectly 2021-01-07 03:24:30 -05:00
svg Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
text_server_adv [CTL] Do not break line on the span (e.g. RTL BBCode tag) edges. 2021-01-25 09:45:29 +02:00
text_server_fb Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
tga Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
theora Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
tinyexr Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
upnp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
vhacd Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
visual_script Fix minimap capturing events and improve its theme 2021-01-25 21:49:07 +03:00
vorbis Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webrtc Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
webxr Remove reference to CanvasLayer in WebXR example, because it can cause rendering issues in AR. 2021-01-28 19:24:27 -06:00
xatlas_unwrap Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
modules_builders.py
register_module_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub [iOS] Remove plugins from modules. 2021-01-17 14:33:39 +03:00