|
@@ -379,6 +379,7 @@ static const char *gdscript_function_renames[][2] = {
|
|
{ "get_theme_item_types", "get_theme_item_type_list" }, // Theme
|
|
{ "get_theme_item_types", "get_theme_item_type_list" }, // Theme
|
|
{ "get_timer_process_mode", "get_timer_process_callback" }, // Timer
|
|
{ "get_timer_process_mode", "get_timer_process_callback" }, // Timer
|
|
{ "get_translation", "get_position" }, // Node3D broke GLTFNode which is used rarely
|
|
{ "get_translation", "get_position" }, // Node3D broke GLTFNode which is used rarely
|
|
|
|
+ { "get_unit_db", "get_volume_db" }, // AudioStreamPlayer3D
|
|
{ "get_unit_offset", "get_progress_ratio" }, // PathFollow2D, PathFollow3D
|
|
{ "get_unit_offset", "get_progress_ratio" }, // PathFollow2D, PathFollow3D
|
|
{ "get_use_in_baked_light", "is_baking_navigation" }, // GridMap
|
|
{ "get_use_in_baked_light", "is_baking_navigation" }, // GridMap
|
|
{ "get_used_cells_by_id", "get_used_cells" }, // TileMap
|
|
{ "get_used_cells_by_id", "get_used_cells" }, // TileMap
|
|
@@ -544,6 +545,7 @@ static const char *gdscript_function_renames[][2] = {
|
|
{ "set_text_align", "set_text_alignment" }, // Button
|
|
{ "set_text_align", "set_text_alignment" }, // Button
|
|
{ "set_timer_process_mode", "set_timer_process_callback" }, // Timer
|
|
{ "set_timer_process_mode", "set_timer_process_callback" }, // Timer
|
|
{ "set_translation", "set_position" }, // Node3D - this broke GLTFNode which is used rarely
|
|
{ "set_translation", "set_position" }, // Node3D - this broke GLTFNode which is used rarely
|
|
|
|
+ { "set_unit_db", "set_volume_db" }, // AudioStreamPlayer3D
|
|
{ "set_unit_offset", "set_progress_ratio" }, // PathFollow2D, PathFollow3D
|
|
{ "set_unit_offset", "set_progress_ratio" }, // PathFollow2D, PathFollow3D
|
|
{ "set_uv2", "surface_set_uv2" }, // ImmediateMesh broke Surffacetool
|
|
{ "set_uv2", "surface_set_uv2" }, // ImmediateMesh broke Surffacetool
|
|
{ "set_v_drag_enabled", "set_drag_vertical_enabled" }, // Camera2D
|
|
{ "set_v_drag_enabled", "set_drag_vertical_enabled" }, // Camera2D
|
|
@@ -812,6 +814,7 @@ static const char *csharp_function_renames[][2] = {
|
|
{ "GetThemeItemTypes", "GetThemeItemTypeList" }, // Theme
|
|
{ "GetThemeItemTypes", "GetThemeItemTypeList" }, // Theme
|
|
{ "GetTimerProcessMode", "GetTimerProcessCallback" }, // Timer
|
|
{ "GetTimerProcessMode", "GetTimerProcessCallback" }, // Timer
|
|
{ "GetTranslation", "GetPosition" }, // Node3D broke GLTFNode which is used rarely
|
|
{ "GetTranslation", "GetPosition" }, // Node3D broke GLTFNode which is used rarely
|
|
|
|
+ { "GetUnitDb", "GetVolumeDb" }, // AudioStreamPlayer3D
|
|
{ "GetUnitOffset", "GetProgressRatio" }, // PathFollow2D, PathFollow3D
|
|
{ "GetUnitOffset", "GetProgressRatio" }, // PathFollow2D, PathFollow3D
|
|
{ "GetUseInBakedLight", "IsBakingNavigation" }, // GridMap
|
|
{ "GetUseInBakedLight", "IsBakingNavigation" }, // GridMap
|
|
{ "GetUsedCellsById", "GetUsedCells" }, // TileMap
|
|
{ "GetUsedCellsById", "GetUsedCells" }, // TileMap
|
|
@@ -969,6 +972,7 @@ static const char *csharp_function_renames[][2] = {
|
|
{ "SetTimerProcessMode", "SetTimerProcessCallback" }, // Timer
|
|
{ "SetTimerProcessMode", "SetTimerProcessCallback" }, // Timer
|
|
{ "SetTonemapAutoExposure", "SetTonemapAutoExposureEnabled" }, // Environment
|
|
{ "SetTonemapAutoExposure", "SetTonemapAutoExposureEnabled" }, // Environment
|
|
{ "SetTranslation", "SetPosition" }, // Node3D - this broke GLTFNode which is used rarely
|
|
{ "SetTranslation", "SetPosition" }, // Node3D - this broke GLTFNode which is used rarely
|
|
|
|
+ { "SetUnitDb", "SetVolumeDb" }, // AudioStreamPlayer3D
|
|
{ "SetUnitOffset", "SetProgressRatio" }, // PathFollow2D, PathFollow3D
|
|
{ "SetUnitOffset", "SetProgressRatio" }, // PathFollow2D, PathFollow3D
|
|
{ "SetUv2", "SurfaceSetUv2" }, // ImmediateMesh broke Surffacetool
|
|
{ "SetUv2", "SurfaceSetUv2" }, // ImmediateMesh broke Surffacetool
|
|
{ "SetVDragEnabled", "SetDragVerticalEnabled" }, // Camera2D
|
|
{ "SetVDragEnabled", "SetDragVerticalEnabled" }, // Camera2D
|
|
@@ -1133,6 +1137,7 @@ static const char *gdscript_properties_renames[][2] = {
|
|
{ "table_hseparation", "table_h_separation" }, // Theme
|
|
{ "table_hseparation", "table_h_separation" }, // Theme
|
|
{ "table_vseparation", "table_v_separation" }, // Theme
|
|
{ "table_vseparation", "table_v_separation" }, // Theme
|
|
{ "translation", "position" }, // Node3D - broke GLTFNode
|
|
{ "translation", "position" }, // Node3D - broke GLTFNode
|
|
|
|
+ { "unit_db", "volume_db" }, // AudioStreamPlayer3D
|
|
{ "unit_offset", "progress_ratio" }, // PathFollow2D, PathFollow3D
|
|
{ "unit_offset", "progress_ratio" }, // PathFollow2D, PathFollow3D
|
|
{ "vseparation", "v_separation" }, // Theme
|
|
{ "vseparation", "v_separation" }, // Theme
|
|
|
|
|
|
@@ -1223,6 +1228,7 @@ static const char *csharp_properties_renames[][2] = {
|
|
{ "TableHseparation", "TableHSeparation" }, // Theme
|
|
{ "TableHseparation", "TableHSeparation" }, // Theme
|
|
{ "TableVseparation", "TableVSeparation" }, // Theme
|
|
{ "TableVseparation", "TableVSeparation" }, // Theme
|
|
{ "Translation", "Position" }, // Node3D - broke GLTFNode
|
|
{ "Translation", "Position" }, // Node3D - broke GLTFNode
|
|
|
|
+ { "UnitDb", "VolumeDb" }, // AudioStreamPlayer3D
|
|
{ "UnitOffset", "ProgressRatio" }, // PathFollow2D, PathFollow3D
|
|
{ "UnitOffset", "ProgressRatio" }, // PathFollow2D, PathFollow3D
|
|
{ "Vseparation", "VSeparation" }, // Theme
|
|
{ "Vseparation", "VSeparation" }, // Theme
|
|
|
|
|