godot/modules
reduz 6f51eca1e3 Discern between virtual and abstract class bindings
* Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract".
* Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions.
* Converted a large amount of classes from "abstract" to "virtual" where it makes sense.

Most classes that make sense have been converted. Missing:

* Physics servers
* VideoStream
* Script* classes.

which will go in a separate PR due to the complexity involved.
2022-03-10 12:28:11 +01:00
..
basis_universal Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
bmp
camera
csg Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
cvtt
dds
denoise
enet Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
etcpak
fbx Use Filament specular models and parametrization 2022-02-22 19:39:41 -08:00
freetype
gdscript Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
glslang
gltf glTF export for new TYPE_BLEND_SHAPE tracks 2022-03-03 05:28:00 -08:00
gridmap Remove duplicate editor settings definitions 2022-03-06 22:05:49 +01:00
hdr
jpg
jsonrpc
lightmapper_rd Add a UniformSet cache 2022-03-06 13:03:33 +01:00
mbedtls
meshoptimizer
minimp3 Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
mobile_vr Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
mono Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
msdfgen
navigation Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
ogg Merge pull request #58130 from timothyqiu/ogg-seek-crash 2022-02-16 20:14:31 -08:00
opensimplex Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
openxr Fix color issues with OpenXR 2022-02-28 13:02:03 +11:00
raycast
regex Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
squish
svg ThorVG: Sync with upstream 0.8.0 2022-03-08 06:30:31 -08:00
text_server_adv HarfBuzz: Update to version 4.0.0 2022-03-02 10:48:37 +02:00
text_server_fb Merge pull request #57877 from bruvzg/subpixel_gl_pos 2022-02-15 13:58:38 +01:00
tga
theora Remove unused GDNative code 2022-03-09 13:59:03 +01:00
tinyexr
upnp Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
vhacd
visual_script Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
vorbis Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
webp
webrtc Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
websocket Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
webxr Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
xatlas_unwrap Add sanity checks to lightmap unwrap texel size 2022-02-24 13:00:51 +01:00
modules_builders.py
register_module_types.h
SCsub