virtualx-engine/core
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
..
config Add support for the custom initial screen for the main window, fix primary screen detection. 2023-01-07 11:14:35 +02:00
crypto One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
error Merge pull request #64795 from RandomShaper/fix_saferefcount 2023-01-09 14:18:53 +01:00
extension Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
input Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
io Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
math Fix error in AstarGrid2D::get_id_path 2023-01-08 10:34:33 +03:00
object Removed unused property hints and Object::get_translatable_strings() 2023-01-09 16:56:01 +01:00
os One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
string Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
templates Merge pull request #64795 from RandomShaper/fix_saferefcount 2023-01-09 14:18:53 +01:00
variant Merge pull request #71082 from AThousandShips/array_find_fix 2023-01-09 14:19:09 +01:00
core_bind.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_bind.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_builders.py ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
core_constants.cpp Removed unused property hints and Object::get_translatable_strings() 2023-01-09 16:56:01 +01:00
core_constants.h Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
core_globals.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_globals.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
doc_data.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
doc_data.h Removed unused property hints and Object::get_translatable_strings() 2023-01-09 16:56:01 +01:00
register_core_types.cpp Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
register_core_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
typedefs.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
version.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00