godot/modules/mono/editor
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
..
Godot.NET.Sdk Removed unused property hints and Object::get_translatable_strings() 2023-01-09 16:56:01 +01:00
GodotTools Use BitField<> hint for ArrayFormat 2023-01-08 18:47:48 +01:00
script_templates C#: Assume 64-bit types when type has no meta 2022-09-01 10:29:52 +02:00
bindings_generator.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bindings_generator.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
code_completion.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
code_completion.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_internal_calls.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_internal_calls.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
hostfxr_resolver.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
hostfxr_resolver.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
semver.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
semver.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00