virtualx-engine/scene
anish bhobe 42a9c33fad Updates VideoDecoder plugin API to GDExtension.
Adds VideoStream and relevant resource loaders to migrate
external GDNative plugins to GDExtension.

Adds a VideoStreamLoader as a specialization of ResourceFormatLoader
as ClassDB::is_parent_class is inaccessible from GDExtension currently.

Using Object* instead of Ref<T> in order to avoid the refcount bug
(godotengine/godot-cpp#652)
Also another bug is in ResourceLoader in use on the extension side that
requires fixing.
2023-01-30 18:39:29 -08:00
..
2d Merge pull request #72365 from groud/warn_ysort_tilemap 2023-01-30 13:28:22 +01:00
3d Merge pull request #71964 from bruvzg/mat_key 2023-01-30 10:03:49 +01:00
animation Merge pull request #72383 from MewPurPur/correct-tween-errors 2023-01-30 20:27:06 +01:00
audio Implement blending audio feature to AnimationTree 2023-01-28 20:08:29 +09:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gui Updates VideoDecoder plugin API to GDExtension. 2023-01-30 18:39:29 -08:00
main Merge pull request #71995 from Faless/net/4.x_tls_verify 2023-01-30 13:28:31 +01:00
resources Updates VideoDecoder plugin API to GDExtension. 2023-01-30 18:39:29 -08:00
theme Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Updates VideoDecoder plugin API to GDExtension. 2023-01-30 18:39:29 -08:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00