godot/modules
Juan Linietsky 0e0a6bb39b
Removed unused property hints and Object::get_translatable_strings()
* Remove unused `EditorPropertyMember` and related hints, previouly used by
  VisualScript. Such logic should be implemented in the VS module itself.
* As the above broke compatibility with the VS module, clean up the other
  hacks that were still in core in support of VisualScript.
* `PROPERTY_USAGE_INTERNATIONALIZED` was only used in Object's
  `get_translatable_strings()`, which is a legacy function not used anywhere.
  So both are removed.
* Reordered some usage flags after the above removal to minimize the diff.
* General clean up.

Fixes #30203.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-01-09 16:56:01 +01:00
..
basis_universal One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bmp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
csg One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cvtt One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dds One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
denoise One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
enet One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
etcpak One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
freetype One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript Merge pull request #71107 from vnen/gdscript-fix-nil-address-assign 2023-01-09 14:22:16 +01:00
glslang One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gridmap Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
hdr One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
jpg One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
jsonrpc One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmapper_rd One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mbedtls One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
meshoptimizer One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
minimp3 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mobile_vr One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mono Removed unused property hints and Object::get_translatable_strings() 2023-01-09 16:56:01 +01:00
msdfgen One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
noise Add tests for FastNoiseLite/NoiseTexture 2023-01-06 02:46:08 +01:00
ogg One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
openxr Fix typos with codespell 2023-01-09 08:39:07 +01:00
raycast One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
regex One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
squish One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
svg One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_server_adv One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_server_fb One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
tga One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
theora One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
tinyexr One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
upnp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
vhacd One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
vorbis One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webrtc Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
websocket One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webxr One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xatlas_unwrap One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
zip One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
modules_builders.py
register_module_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub