|
@@ -299,6 +299,7 @@ static const char *gdscript_function_renames[][2] = {
|
|
|
{ "get_cull_mask_bit", "get_cull_mask_value" }, // Camera3D
|
|
|
{ "get_cursor_position", "get_caret_column" }, // LineEdit
|
|
|
{ "get_d", "get_distance" }, // LineShape2D
|
|
|
+ { "get_depth_bias_enable", "get_depth_bias_enabled" }, // RDPipelineRasterizationState
|
|
|
{ "get_drag_data", "_get_drag_data" }, // Control
|
|
|
{ "get_drag_data_fw", "_get_drag_data_fw" }, // ScriptEditor
|
|
|
{ "get_editor_viewport", "get_editor_main_screen" }, // EditorPlugin
|
|
@@ -354,6 +355,7 @@ static const char *gdscript_function_renames[][2] = {
|
|
|
{ "get_render_targetsize", "get_render_target_size" }, // XRInterface
|
|
|
{ "get_resource_type", "_get_resource_type" }, // ResourceFormatLoader
|
|
|
{ "get_result", "get_data" }, //JSON
|
|
|
+ { "get_reverb_bus", "set_reverb_bus_name" }, // Area3D
|
|
|
{ "get_rpc_sender_id", "get_remote_sender_id" }, // Multiplayer API
|
|
|
{ "get_save_extension", "_get_save_extension" }, // EditorImportPlugin
|
|
|
{ "get_scancode", "get_keycode" }, // InputEventKey
|
|
@@ -488,6 +490,7 @@ static const char *gdscript_function_renames[][2] = {
|
|
|
{ "set_cull_mask_bit", "set_cull_mask_value" }, // Camera3D
|
|
|
{ "set_cursor_position", "set_caret_column" }, // LineEdit
|
|
|
{ "set_d", "set_distance" }, // WorldMarginShape2D
|
|
|
+ { "set_depth_bias_enable", "set_depth_bias_enabled" }, // RDPipelineRasterizationState
|
|
|
{ "set_doubleclick", "set_double_click" }, // InputEventMouseButton
|
|
|
{ "set_draw_red", "set_draw_warning" }, // EditorProperty
|
|
|
{ "set_enabled_focus_mode", "set_focus_mode" }, // BaseButton
|
|
@@ -517,9 +520,11 @@ static const char *gdscript_function_renames[][2] = {
|
|
|
{ "set_oneshot", "set_one_shot" }, // AnimatedTexture
|
|
|
{ "set_pause_mode", "set_process_mode" }, // Node
|
|
|
{ "set_physical_scancode", "set_physical_keycode" }, // InputEventKey
|
|
|
+ { "set_proximity_fade", "set_proximity_fade_enabled" }, // Material
|
|
|
{ "set_refuse_new_network_connections", "set_refuse_new_connections" }, // Multiplayer API
|
|
|
{ "set_region", "set_region_enabled" }, // Sprite2D, Sprite broke AtlasTexture
|
|
|
{ "set_region_filter_clip", "set_region_filter_clip_enabled" }, // Sprite2D
|
|
|
+ { "set_reverb_bus", "set_reverb_bus_name" }, // Area3D
|
|
|
{ "set_rotate", "set_rotates" }, // PathFollow2D
|
|
|
{ "set_scancode", "set_keycode" }, // InputEventKey
|
|
|
{ "set_shift", "set_shift_pressed" }, // InputEventWithModifiers
|
|
@@ -728,6 +733,7 @@ static const char *csharp_function_renames[][2] = {
|
|
|
{ "GetCullMaskBit", "GetCullMaskValue" }, // Camera3D
|
|
|
{ "GetCursorPosition", "GetCaretColumn" }, // LineEdit
|
|
|
{ "GetD", "GetDistance" }, // LineShape2D
|
|
|
+ { "GetDepthBiasEnable", "GetDepthBiasEnabled" }, // RDPipelineRasterizationState
|
|
|
{ "GetDragDataFw", "_GetDragDataFw" }, // ScriptEditor
|
|
|
{ "GetEditorViewport", "GetViewport" }, // EditorPlugin
|
|
|
{ "GetEnabledFocusMode", "GetFocusMode" }, // BaseButton
|
|
@@ -780,6 +786,7 @@ static const char *csharp_function_renames[][2] = {
|
|
|
{ "GetRenderTargetsize", "GetRenderTargetSize" }, // XRInterface
|
|
|
{ "GetResourceType", "_GetResourceType" }, // ResourceFormatLoader
|
|
|
{ "GetResult", "GetData" }, //JSON
|
|
|
+ { "GetReverbBus", "GetReverbBusName" }, // Area3D
|
|
|
{ "GetRpcSenderId", "GetRemoteSenderId" }, // Multiplayer API
|
|
|
{ "GetSaveExtension", "_GetSaveExtension" }, // EditorImportPlugin
|
|
|
{ "GetScancode", "GetKeycode" }, // InputEventKey
|
|
@@ -908,6 +915,7 @@ static const char *csharp_function_renames[][2] = {
|
|
|
{ "SetCullMaskBit", "SetCullMaskValue" }, // Camera3D
|
|
|
{ "SetCursorPosition", "SetCaretColumn" }, // LineEdit
|
|
|
{ "SetD", "SetDistance" }, // WorldMarginShape2D
|
|
|
+ { "SetDepthBiasEnable", "SetDepthBiasEnabled" }, // RDPipelineRasterizationState
|
|
|
{ "SetDoubleclick", "SetDoubleClick" }, // InputEventMouseButton
|
|
|
{ "SetEnabledFocusMode", "SetFocusMode" }, // BaseButton
|
|
|
{ "SetEndianSwap", "SetBigEndian" }, // File
|
|
@@ -933,9 +941,11 @@ static const char *csharp_function_renames[][2] = {
|
|
|
{ "SetNetworkPeer", "SetMultiplayerPeer" }, // Multiplayer API
|
|
|
{ "SetOneshot", "SetOneShot" }, // AnimatedTexture
|
|
|
{ "SetPhysicalScancode", "SetPhysicalKeycode" }, // InputEventKey
|
|
|
+ { "SetProximityFade", "SetProximityFadeEnabled" }, // Material
|
|
|
{ "SetRefuseNewNetworkConnections", "SetRefuseNewConnections" }, // Multiplayer API
|
|
|
{ "SetRegion", "SetRegionEnabled" }, // Sprite2D, Sprite broke AtlasTexture
|
|
|
{ "SetRegionFilterClip", "SetRegionFilterClipEnabled" }, // Sprite2D
|
|
|
+ { "SetReverbBus", "SetReverbBusName" }, // Area3D
|
|
|
{ "SetRotate", "SetRotates" }, // PathFollow2D
|
|
|
{ "SetScancode", "SetKeycode" }, // InputEventKey
|
|
|
{ "SetShift", "SetShiftPressed" }, // InputEventWithModifiers
|
|
@@ -1051,6 +1061,7 @@ static const char *gdscript_properties_renames[][2] = {
|
|
|
{ "close_v_ofs", "close_v_offset" }, // Theme
|
|
|
{ "commentfocus", "comment_focus" }, // Theme
|
|
|
{ "contacts_reported", "max_contacts_reported" }, // RigidBody
|
|
|
+ { "depth_bias_enable", "depth_bias_enabled" }, // RDPipelineRasterizationState
|
|
|
{ "drag_margin_bottom", "drag_bottom_margin" }, // Camera2D
|
|
|
{ "drag_margin_h_enabled", "drag_horizontal_enabled" }, // Camera2D
|
|
|
{ "drag_margin_left", "drag_left_margin" }, // Camera2D
|
|
@@ -1091,6 +1102,7 @@ static const char *gdscript_properties_renames[][2] = {
|
|
|
{ "pause_mode", "process_mode" }, // Node
|
|
|
{ "physical_scancode", "physical_keycode" }, // InputEventKey
|
|
|
{ "popup_exclusive", "exclusive" }, // Window
|
|
|
+ { "proximity_fade_enable", "proximity_fade_enabled" }, // Material
|
|
|
{ "rect_position", "position" }, // Control
|
|
|
{ "rect_global_position", "global_position" }, // Control
|
|
|
{ "rect_size", "size" }, // Control
|
|
@@ -1101,6 +1113,7 @@ static const char *gdscript_properties_renames[][2] = {
|
|
|
{ "rect_clip_content", "clip_contents" }, // Control
|
|
|
{ "refuse_new_network_connections", "refuse_new_connections" }, // MultiplayerAPI
|
|
|
{ "region_filter_clip", "region_filter_clip_enabled" }, // Sprite2D
|
|
|
+ { "reverb_bus_enable", "reverb_bus_enabled" }, // Area3D
|
|
|
{ "selectedframe", "selected_frame" }, // Theme
|
|
|
{ "size_override_stretch", "size_2d_override_stretch" }, // SubViewport
|
|
|
{ "slips_on_slope", "slide_on_slope" }, // SeparationRayShape2D
|
|
@@ -1154,6 +1167,7 @@ static const char *csharp_properties_renames[][2] = {
|
|
|
{ "CloseHOfs", "CloseHOffset" }, // Theme
|
|
|
{ "CloseVOfs", "CloseVOffset" }, // Theme
|
|
|
{ "Commentfocus", "CommentFocus" }, // Theme
|
|
|
+ { "DepthBiasEnable", "DepthBiasEnabled" }, // RDPipelineRasterizationState
|
|
|
{ "DragMarginBottom", "DragBottomMargin" }, // Camera2D
|
|
|
{ "DragMarginHEnabled", "DragHorizontalEnabled" }, // Camera2D
|
|
|
{ "DragMarginLeft", "DragLeftMargin" }, // Camera2D
|
|
@@ -1187,8 +1201,10 @@ static const char *csharp_properties_renames[][2] = {
|
|
|
{ "PauseMode", "ProcessMode" }, // Node
|
|
|
{ "PhysicalScancode", "PhysicalKeycode" }, // InputEventKey
|
|
|
{ "PopupExclusive", "Exclusive" }, // Window
|
|
|
+ { "ProximityFadeEnable", "ProximityFadeEnabled" }, // Material
|
|
|
{ "RefuseNewNetworkConnections", "RefuseNewConnections" }, // MultiplayerAPI
|
|
|
{ "RegionFilterClip", "RegionFilterClipEnabled" }, // Sprite2D
|
|
|
+ { "ReverbBusEnable", "ReverbBusEnabled" }, // Area3D
|
|
|
{ "Selectedframe", "SelectedFrame" }, // Theme
|
|
|
{ "SizeOverrideStretch", "Size2dOverrideStretch" }, // SubViewport
|
|
|
{ "SlipsOnSlope", "SlideOnSlope" }, // SeparationRayShape2D
|