|
@@ -188,331 +188,330 @@ static const char *globals_renames[][2] = {
|
|
};
|
|
};
|
|
|
|
|
|
static const char *prop_renames[][2] = {
|
|
static const char *prop_renames[][2] = {
|
|
- { "script/script", "script" },
|
|
|
|
- { "pause/pause_mode", "pause_mode" },
|
|
|
|
|
|
+ { "anchor/bottom", "anchor_bottom" },
|
|
{ "anchor/left", "anchor_left" },
|
|
{ "anchor/left", "anchor_left" },
|
|
{ "anchor/right", "anchor_right" },
|
|
{ "anchor/right", "anchor_right" },
|
|
- { "anchor/bottom", "anchor_bottom" },
|
|
|
|
{ "anchor/top", "anchor_top" },
|
|
{ "anchor/top", "anchor_top" },
|
|
- { "focus_neighbour/left", "focus_neighbour_left" },
|
|
|
|
- { "focus_neighbour/right", "focus_neighbour_right" },
|
|
|
|
- { "focus_neighbour/bottom", "focus_neighbour_bottom" },
|
|
|
|
- { "focus_neighbour/top", "focus_neighbour_top" },
|
|
|
|
- { "focus/ignore_mouse", "focus_ignore_mouse" },
|
|
|
|
- { "focus/stop_mouse", "focus_stop_mouse" },
|
|
|
|
- { "size_flags/horizontal", "size_flags_horizontal" }, // TODO: Fix enum order got inverted Expand,Fill -> Fill,Expand
|
|
|
|
- { "size_flags/vertical", "size_flags_vertical" }, // TODO: Fix enum order got inverted Expand,Fill -> Fill,Expand
|
|
|
|
- { "size_flags/stretch_ratio", "size_flags_stretch_ratio" },
|
|
|
|
- { "theme/theme", "theme" },
|
|
|
|
- { "visibility/visible", "visible" },
|
|
|
|
- { "visibility/behind_parent", "show_behind_parent" },
|
|
|
|
- { "visibility/on_top", "show_on_top" },
|
|
|
|
- { "visibility/light_mask", "light_mask" },
|
|
|
|
- { "material/material", "material" },
|
|
|
|
- { "material/use_parent", "use_parent_material" },
|
|
|
|
- { "resource/path", "resource_path" },
|
|
|
|
- { "resource/name", "resource_name" },
|
|
|
|
- { "collision/layers", "collision_layers" },
|
|
|
|
- { "collision/mask", "collision_mask" },
|
|
|
|
- { "limit/left", "limit_left" },
|
|
|
|
- { "limit/right", "limit_right" },
|
|
|
|
- { "limit/bottom", "limit_bottom" },
|
|
|
|
- { "limit/top", "limit_top" },
|
|
|
|
- { "limit/smoothed", "limit_smoothed" },
|
|
|
|
- { "draw_margin/h_enabled", "draw_margin_h_enabled" },
|
|
|
|
- { "draw_margin/v_enabled", "draw_margin_v_enabled" },
|
|
|
|
- { "smoothing/enable", "smoothing_enabled" },
|
|
|
|
- { "smoothing/speed", "smoothing_speed" },
|
|
|
|
- { "drag_margin/left", "drag_margin_left" },
|
|
|
|
- { "drag_margin/top", "drag_margin_top" },
|
|
|
|
- { "drag_margin/right", "drag_margin_right" },
|
|
|
|
- { "drag_margin/bottom", "drag_margin_bottom" },
|
|
|
|
- { "input/pickable", "input_pickable" },
|
|
|
|
|
|
+ { "bbcode/bbcode", "bbcode_text" },
|
|
|
|
+ { "bbcode/enabled", "bbcode_enabled" },
|
|
{ "bias/bias", "bias" },
|
|
{ "bias/bias", "bias" },
|
|
- { "collision/exclude_nodes", "disable_collision" },
|
|
|
|
- { "range/height", "range_height" },
|
|
|
|
- { "range/z_min", "range_z_min" },
|
|
|
|
- { "range/z_max", "range_z_max" },
|
|
|
|
- { "range/layer_max", "range_layer_max" },
|
|
|
|
- { "range/item_cull_mask", "range_item_cull_max" },
|
|
|
|
- { "shadow/enabled", "shadow_enabled" },
|
|
|
|
- { "shadow/color", "shadow_color" },
|
|
|
|
- { "shadow/buffer_size", "shadow_buffer_size" },
|
|
|
|
- { "shadow/gradient_length", "shadow_gradient_length" },
|
|
|
|
- { "shadow/filter", "shadow_filter" },
|
|
|
|
- { "shadow/item_cull_mask", "shadow_item_cull_mask" },
|
|
|
|
- { "transform/pos", "position" },
|
|
|
|
- { "transform/rot", "rotation_degrees" },
|
|
|
|
- { "transform/scale", "scale" },
|
|
|
|
- { "z/z", "z" },
|
|
|
|
- { "z/relative", "z_as_relative" },
|
|
|
|
- { "scroll/offset", "scroll_offset" },
|
|
|
|
- { "scroll/base_offset", "scroll_base_offset" },
|
|
|
|
- { "scroll/base_scale", "scroll_base_scale" },
|
|
|
|
- { "scroll/limit_begin", "scroll_limit_begin" },
|
|
|
|
- { "scroll/limit_end", "scroll_limit_end" },
|
|
|
|
- { "scroll/ignore_camera_zoom", "scroll_ignore_camera_zoom" },
|
|
|
|
- { "motion/scale", "motion_scale" },
|
|
|
|
- { "motion/offset", "motion_offset" },
|
|
|
|
- { "motion/mirroring", "motion_mirroring" },
|
|
|
|
- { "collision/layers", "collision_layer" },
|
|
|
|
- { "collision/mask", "collision_mask" },
|
|
|
|
- { "texture/texture", "texture" },
|
|
|
|
- { "texture/offset", "texture_offset" },
|
|
|
|
- { "texture/rotation", "texture_rotation" },
|
|
|
|
- { "texture/scale", "texture_scale" },
|
|
|
|
- { "invert/enable", "invert_enable" },
|
|
|
|
- { "invert/border", "invert_border" },
|
|
|
|
- { "config/polyphony", "polyphony" },
|
|
|
|
- { "config/samples", "samples" },
|
|
|
|
- { "config/pitch_random", "random_pitch" },
|
|
|
|
- { "params/volume_db", "volume_db" },
|
|
|
|
- { "params/pitch_scale", "pitch_scale" },
|
|
|
|
- { "params/attenuation/min_distance", "attenuation_min_distance" },
|
|
|
|
- { "params/attenuation/max_distance", "attenuation_max_distance" },
|
|
|
|
- { "params/attenuation/distance_exp", "attenuation_distance_exp" },
|
|
|
|
- { "cell/size", "cell_size" },
|
|
|
|
- { "cell/quadrant_size", "cell_quadrant_size" },
|
|
|
|
|
|
+ { "body/friction", "friction" },
|
|
|
|
+ { "body/mass", "mass" },
|
|
|
|
+ { "caret/block_caret", "caret_block_mode" },
|
|
|
|
+ { "caret/caret_blink", "caret_blink" },
|
|
|
|
+ { "caret/caret_blink", "caret_blink" },
|
|
|
|
+ { "caret/caret_blink_speed", "caret_blink_speed" },
|
|
|
|
+ { "caret/caret_blink_speed", "caret_blink_speed" },
|
|
|
|
+ { "cell/center_x", "cell_center_x" },
|
|
|
|
+ { "cell/center_y", "cell_center_y" },
|
|
|
|
+ { "cell/center_z", "cell_center_z" },
|
|
{ "cell/half_offset", "cell_half_offset" },
|
|
{ "cell/half_offset", "cell_half_offset" },
|
|
|
|
+ { "cell/octant_size", "cell_octant_size" },
|
|
|
|
+ { "cell/quadrant_size", "cell_quadrant_size" },
|
|
|
|
+ { "cell/scale", "cell_scale" },
|
|
|
|
+ { "cell/size", "cell_size" },
|
|
|
|
+ { "cell/size", "cell_size" },
|
|
{ "cell/tile_origin", "cell_tile_origin" },
|
|
{ "cell/tile_origin", "cell_tile_origin" },
|
|
{ "cell/y_sort", "cell_y_sort" },
|
|
{ "cell/y_sort", "cell_y_sort" },
|
|
- { "collision/use_kinematic", "collision_use_kinematic" },
|
|
|
|
- { "collision/friction", "collision_friction" },
|
|
|
|
{ "collision/bounce", "collision_bounce" },
|
|
{ "collision/bounce", "collision_bounce" },
|
|
|
|
+ { "collision/exclude_nodes", "disable_collision" },
|
|
|
|
+ { "collision/friction", "collision_friction" },
|
|
|
|
+ { "collision/layers", "collision_layer" },
|
|
|
|
+ { "collision/layers", "collision_layer" },
|
|
|
|
+ { "collision/layers", "collision_layers" },
|
|
{ "collision/layers", "collision_layers" },
|
|
{ "collision/layers", "collision_layers" },
|
|
- { "collision/mask", "collision_mask" },
|
|
|
|
- { "occluder/light_mask", "occluder_light_mask" },
|
|
|
|
- { "enabler/pause_animations", "pause_animations" },
|
|
|
|
- { "enabler/freeze_bodies", "freeze_bodies" },
|
|
|
|
- { "enabler/pause_particles", "pause_particles" },
|
|
|
|
- { "enabler/pause_animated_sprites", "pause_animated_sprites" },
|
|
|
|
- { "enabler/process_parent", "process_parent" },
|
|
|
|
- { "enabler/fixed_process_parent", "fixed_process_parent" },
|
|
|
|
- { "sort/enabled", "sort_enabled" },
|
|
|
|
{ "collision/layers", "collision_layers" },
|
|
{ "collision/layers", "collision_layers" },
|
|
{ "collision/mask", "collision_mask" },
|
|
{ "collision/mask", "collision_mask" },
|
|
- { "input/ray_pickable", "input_ray_pickable" },
|
|
|
|
- { "input/capture_on_drag", "input_capture_on_drag" },
|
|
|
|
- { "light/color", "light_color" },
|
|
|
|
- { "light/energy", "light_energy" },
|
|
|
|
- { "light/negative", "light_negative" },
|
|
|
|
- { "light/specular", "light_specular" },
|
|
|
|
- { "light/cull_mask", "light_cull_mask" },
|
|
|
|
- { "shadow/enabled", "shadow_enabled" },
|
|
|
|
- { "shadow/color", "shadow_color" },
|
|
|
|
- { "shadow/bias", "shadow_bias" },
|
|
|
|
- { "shadow/max_distance", "shadow_max_distance" },
|
|
|
|
- { "editor/editor_only", "editor_only" },
|
|
|
|
- { "directional_shadow/mode", "directional_shadow_mode" },
|
|
|
|
- { "directional_shadow/split_1", "directional_shadow_split_1" },
|
|
|
|
- { "directional_shadow/split_2", "directional_shadow_split_2" },
|
|
|
|
- { "directional_shadow/split_3", "directional_shadow_split_3" },
|
|
|
|
- { "directional_shadow/blend_splits", "directional_shadow_blend_splits" },
|
|
|
|
- { "directional_shadow/normal_bias", "directional_shadow_normal_bias" },
|
|
|
|
- { "directional_shadow/bias_split_scale", "directional_shadow_bias_split_scale" },
|
|
|
|
- { "omni/range", "omni_range" },
|
|
|
|
- { "omni/attenuation", "omni_attenuation" },
|
|
|
|
- { "omni/shadow_mode", "omni_shadow_mode" },
|
|
|
|
- { "omni/shadow_detail", "omni_shadow_detail" },
|
|
|
|
- { "spot/range", "spot_range" },
|
|
|
|
- { "spot/attenuation", "spot_attenuation" },
|
|
|
|
- { "spot/angle", "spot_angle" },
|
|
|
|
- { "spot/spot_attenuation", "spot_angle_attenuation" },
|
|
|
|
- { "mesh/mesh", "mesh" },
|
|
|
|
- { "mesh/skeleton", "skeleton" },
|
|
|
|
- { "collision/layers", "collision_layer" },
|
|
|
|
{ "collision/mask", "collision_mask" },
|
|
{ "collision/mask", "collision_mask" },
|
|
- { "quad/axis", "axis" },
|
|
|
|
- { "quad/size", "size" },
|
|
|
|
- { "quad/offset", "offset" },
|
|
|
|
- { "quad/centered", "centered" },
|
|
|
|
- { "transform/local", "transform" },
|
|
|
|
- { "transform/translation", "translation" },
|
|
|
|
- { "transform/rotation", "rotation_degrees" },
|
|
|
|
- { "transform/scale", "scale" },
|
|
|
|
- { "visibility/visible", "visible" },
|
|
|
|
- { "params/volume_db", "volume_db" },
|
|
|
|
- { "params/pitch_scale", "pitch_scale" },
|
|
|
|
- { "params/attenuation/min_distance", "attenuation_min_distance" },
|
|
|
|
- { "params/attenuation/max_distance", "attenuation_max_distance" },
|
|
|
|
- { "params/attenuation/distance_exp", "attenuation_distance_exp" },
|
|
|
|
- { "params/emission_cone/degrees", "emission_cone_degrees" },
|
|
|
|
- { "params/emission_cone/attenuation_db", "emission_cone_attenuation_db" },
|
|
|
|
|
|
+ { "collision/mask", "collision_mask" },
|
|
|
|
+ { "collision/mask", "collision_mask" },
|
|
|
|
+ { "collision/mask", "collision_mask" },
|
|
|
|
+ { "collision/use_kinematic", "collision_use_kinematic" },
|
|
|
|
+ { "config/pitch_random", "random_pitch" },
|
|
|
|
+ { "config/polyphony", "polyphony" },
|
|
{ "config/polyphony", "polyphony" },
|
|
{ "config/polyphony", "polyphony" },
|
|
{ "config/samples", "samples" },
|
|
{ "config/samples", "samples" },
|
|
- { "flags/transparent", "transparent" },
|
|
|
|
- { "flags/shaded", "shaded" },
|
|
|
|
- { "flags/alpha_cut", "alpha_cut" },
|
|
|
|
- { "type/traction", "use_as_traction" },
|
|
|
|
- { "type/steering", "use_as_steering" },
|
|
|
|
- { "wheel/radius", "wheel_radius" },
|
|
|
|
- { "wheel/rest_length", "wheel_rest_length" },
|
|
|
|
- { "wheel/friction_slip", "wheel_friction_sleep" },
|
|
|
|
- { "suspension/travel", "suspension_travel" },
|
|
|
|
- { "suspension/stiffness", "suspension_stiffness" },
|
|
|
|
- { "suspension/max_force", "suspension_max_force" },
|
|
|
|
|
|
+ { "config/samples", "samples" },
|
|
|
|
+ { "content_margin/bottom", "content_margin_bottom" },
|
|
|
|
+ { "content_margin/left", "content_margin_left" },
|
|
|
|
+ { "content_margin/right", "content_margin_right" },
|
|
|
|
+ { "content_margin/top", "content_margin_top" },
|
|
{ "damping/compression", "damping_compression" },
|
|
{ "damping/compression", "damping_compression" },
|
|
{ "damping/relaxation", "damping_relaxation" },
|
|
{ "damping/relaxation", "damping_relaxation" },
|
|
- { "motion/engine_force", "engine_force" },
|
|
|
|
- { "motion/breake", "breake" },
|
|
|
|
- { "motion/steering", "steering" },
|
|
|
|
- { "body/mass", "mass" },
|
|
|
|
- { "body/friction", "friction" },
|
|
|
|
- { "enabler/pause_animations", "pause_animations" },
|
|
|
|
|
|
+ { "damp_override_angular", "angular_damp" },
|
|
|
|
+ { "damp_override_angular", "angular_damp" },
|
|
|
|
+ { "damp_override_linear", "linear_damp" },
|
|
|
|
+ { "damp_override_linear", "linear_damp" },
|
|
|
|
+ { "dialog/hide_on_ok", "dialog_hide_on_ok" },
|
|
|
|
+ { "dialog/text", "dialog_text" },
|
|
|
|
+ { "directional_shadow/bias_split_scale", "directional_shadow_bias_split_scale" },
|
|
|
|
+ { "directional_shadow/blend_splits", "directional_shadow_blend_splits" },
|
|
|
|
+ { "directional_shadow/mode", "directional_shadow_mode" },
|
|
|
|
+ { "directional_shadow/normal_bias", "directional_shadow_normal_bias" },
|
|
|
|
+ { "directional_shadow/split_1", "directional_shadow_split_1" },
|
|
|
|
+ { "directional_shadow/split_2", "directional_shadow_split_2" },
|
|
|
|
+ { "directional_shadow/split_3", "directional_shadow_split_3" },
|
|
|
|
+ { "drag_margin/bottom", "drag_margin_bottom" },
|
|
|
|
+ { "drag_margin/left", "drag_margin_left" },
|
|
|
|
+ { "drag_margin/right", "drag_margin_right" },
|
|
|
|
+ { "drag_margin/top", "drag_margin_top" },
|
|
|
|
+ { "draw_margin/h_enabled", "draw_margin_h_enabled" },
|
|
|
|
+ { "draw_margin/v_enabled", "draw_margin_v_enabled" },
|
|
|
|
+ { "editor/editor_only", "editor_only" },
|
|
|
|
+ { "enabler/fixed_process_parent", "fixed_process_parent" },
|
|
{ "enabler/freeze_bodies", "freeze_bodies" },
|
|
{ "enabler/freeze_bodies", "freeze_bodies" },
|
|
- { "geometry/material_override", "material_override" },
|
|
|
|
- { "geometry/cast_shadow", "cast_shadow" },
|
|
|
|
- { "geometry/extra_cull_margin", "extra_cull_margin" },
|
|
|
|
|
|
+ { "enabler/freeze_bodies", "freeze_bodies" },
|
|
|
|
+ { "enabler/pause_animated_sprites", "pause_animated_sprites" },
|
|
|
|
+ { "enabler/pause_animations", "pause_animations" },
|
|
|
|
+ { "enabler/pause_animations", "pause_animations" },
|
|
|
|
+ { "enabler/pause_particles", "pause_particles" },
|
|
|
|
+ { "enabler/process_parent", "process_parent" },
|
|
|
|
+ { "expand_margin/bottom", "expand_margin_bottom" },
|
|
|
|
+ { "expand_margin/left", "expand_margin_left" },
|
|
|
|
+ { "expand_margin/right", "expand_margin_right" },
|
|
|
|
+ { "expand_margin/top", "expand_margin_top" },
|
|
|
|
+ { "extra_spacing/bottom", "extra_spacing_bottom" },
|
|
|
|
+ { "extra_spacing/char", "extra_spacing_char" },
|
|
|
|
+ { "extra_spacing/space", "extra_spacing_space" },
|
|
|
|
+ { "extra_spacing/top", "extra_spacing_top" },
|
|
|
|
+ { "flags/alpha_cut", "alpha_cut" },
|
|
|
|
+ { "flags/shaded", "shaded" },
|
|
|
|
+ { "flags/transparent", "transparent" },
|
|
|
|
+ { "focus/ignore_mouse", "focus_ignore_mouse" },
|
|
|
|
+ { "focus_neighbour/bottom", "focus_neighbour_bottom" },
|
|
|
|
+ { "focus_neighbour/left", "focus_neighbour_left" },
|
|
|
|
+ { "focus_neighbour/right", "focus_neighbour_right" },
|
|
|
|
+ { "focus_neighbour/top", "focus_neighbour_top" },
|
|
|
|
+ { "focus/stop_mouse", "focus_stop_mouse" },
|
|
|
|
+ { "font/font", "font_data" },
|
|
|
|
+ { "font/size", "size" },
|
|
|
|
+ { "font/use_filter", "use_filter" },
|
|
|
|
+ { "font/use_mipmaps", "use_mipmaps" },
|
|
{ "geometry/billboard", "use_as_billboard" },
|
|
{ "geometry/billboard", "use_as_billboard" },
|
|
{ "geometry/billboard_y", "use_as_y_billboard" },
|
|
{ "geometry/billboard_y", "use_as_y_billboard" },
|
|
|
|
+ { "geometry/cast_shadow", "cast_shadow" },
|
|
{ "geometry/depth_scale", "use_depth_scale" },
|
|
{ "geometry/depth_scale", "use_depth_scale" },
|
|
- { "geometry/visible_in_all_rooms", "visible_in_all_rooms" },
|
|
|
|
|
|
+ { "geometry/extra_cull_margin", "extra_cull_margin" },
|
|
|
|
+ { "geometry/material_override", "material_override" },
|
|
{ "geometry/use_baked_light", "use_in_baked_light" },
|
|
{ "geometry/use_baked_light", "use_in_baked_light" },
|
|
- // Properly renamed for AnimationPlayer, but not AnimationTreePlayer, so handle manually
|
|
|
|
- //{ "playback/active", "playback_active" },
|
|
|
|
- { "playback/default_blend_time", "playback_default_blend_time" },
|
|
|
|
- { "playback/process_mode", "playback_process_mode" },
|
|
|
|
- { "playback/speed", "playback_speed" },
|
|
|
|
- { "root/root", "root_node" },
|
|
|
|
- { "stream/stream", "stream" },
|
|
|
|
- { "stream/play", "playing" },
|
|
|
|
- { "stream/loop", "loop" },
|
|
|
|
- { "stream/volume_db", "volume_db" },
|
|
|
|
- { "stream/autoplay", "autoplay" },
|
|
|
|
- { "stream/paused", "paused" },
|
|
|
|
- { "stream/loop_restart_time", "loop_restart_time" },
|
|
|
|
- { "stream/buffering_ms", "buffering_ms" },
|
|
|
|
- { "stream/pitch_scale", "pitch_scale" },
|
|
|
|
- { "stream/tempo_scale", "tempo_scale" },
|
|
|
|
- { "stream/audio_track", "audio_track" },
|
|
|
|
- { "stream/autoplay", "stream_autoplay" },
|
|
|
|
- { "stream/paused", "stream_paused" },
|
|
|
|
- { "window/title", "window_title" },
|
|
|
|
- { "dialog/text", "dialog_text" },
|
|
|
|
- { "dialog/hide_on_ok", "dialog_hide_on_ok" },
|
|
|
|
- { "placeholder/text", "placeholder_text" },
|
|
|
|
- { "placeholder/alpha", "placeholder_alpha" },
|
|
|
|
- { "caret/caret_blink", "caret_blink" },
|
|
|
|
- { "caret/caret_blink_speed", "caret_blink_speed" },
|
|
|
|
|
|
+ { "geometry/visible_in_all_rooms", "visible_in_all_rooms" },
|
|
|
|
+ { "input/capture_on_drag", "input_capture_on_drag" },
|
|
|
|
+ { "input/pickable", "input_pickable" },
|
|
|
|
+ { "input/ray_pickable", "input_ray_pickable" },
|
|
|
|
+ { "invert/border", "invert_border" },
|
|
|
|
+ { "invert/enable", "invert_enable" },
|
|
|
|
+ { "light/color", "light_color" },
|
|
|
|
+ { "light/cull_mask", "light_cull_mask" },
|
|
|
|
+ { "light/energy", "light_energy" },
|
|
|
|
+ { "light/negative", "light_negative" },
|
|
|
|
+ { "light/specular", "light_specular" },
|
|
|
|
+ { "limit/bottom", "limit_bottom" },
|
|
|
|
+ { "limit/left", "limit_left" },
|
|
|
|
+ { "limit/right", "limit_right" },
|
|
|
|
+ { "limit/smoothed", "limit_smoothed" },
|
|
|
|
+ { "limit/top", "limit_top" },
|
|
|
|
+ { "margin/bottom", "margin_bottom" },
|
|
|
|
+ { "margin/left", "margin_left" },
|
|
|
|
+ { "margin/right", "margin_right" },
|
|
|
|
+ { "margin/top", "margin_top" },
|
|
|
|
+ { "material/material", "material" },
|
|
|
|
+ { "material/use_parent", "use_parent_material" },
|
|
|
|
+ { "mesh/mesh", "mesh" },
|
|
|
|
+ { "mesh/skeleton", "skeleton" },
|
|
|
|
+ //{ "mode", "fill_mode" }, // breaks tilemap :/
|
|
|
|
+ { "modulate/color", "modulate_color" },
|
|
|
|
+ { "modulate", "self_modulate" },
|
|
|
|
+ { "motion/breake", "breake" },
|
|
|
|
+ { "motion/engine_force", "engine_force" },
|
|
|
|
+ { "motion/mirroring", "motion_mirroring" },
|
|
|
|
+ { "motion/offset", "motion_offset" },
|
|
|
|
+ { "motion/scale", "motion_scale" },
|
|
|
|
+ { "motion/steering", "steering" },
|
|
|
|
+ { "occluder/light_mask", "occluder_light_mask" },
|
|
|
|
+ { "omni/attenuation", "omni_attenuation" },
|
|
|
|
+ { "omni/range", "omni_range" },
|
|
|
|
+ { "omni/shadow_detail", "omni_shadow_detail" },
|
|
|
|
+ { "omni/shadow_mode", "omni_shadow_mode" },
|
|
|
|
+ { "params/attenuation/distance_exp", "attenuation_distance_exp" },
|
|
|
|
+ { "params/attenuation/distance_exp", "attenuation_distance_exp" },
|
|
|
|
+ { "params/attenuation/max_distance", "attenuation_max_distance" },
|
|
|
|
+ { "params/attenuation/max_distance", "attenuation_max_distance" },
|
|
|
|
+ { "params/attenuation/min_distance", "attenuation_min_distance" },
|
|
|
|
+ { "params/attenuation/min_distance", "attenuation_min_distance" },
|
|
|
|
+ { "params/emission_cone/attenuation_db", "emission_cone_attenuation_db" },
|
|
|
|
+ { "params/emission_cone/degrees", "emission_cone_degrees" },
|
|
|
|
+ { "params/modulate", "self_modulate" },
|
|
|
|
+ { "params/pitch_scale", "pitch_scale" },
|
|
|
|
+ { "params/pitch_scale", "pitch_scale" },
|
|
|
|
+ { "params/scale", "texture_scale" },
|
|
|
|
+ { "params/volume_db", "volume_db" },
|
|
|
|
+ { "params/volume_db", "volume_db" },
|
|
|
|
+ { "patch_margin/bottom", "patch_margin_bottom" },
|
|
{ "patch_margin/left", "patch_margin_left" },
|
|
{ "patch_margin/left", "patch_margin_left" },
|
|
{ "patch_margin/right", "patch_margin_right" },
|
|
{ "patch_margin/right", "patch_margin_right" },
|
|
{ "patch_margin/top", "patch_margin_top" },
|
|
{ "patch_margin/top", "patch_margin_top" },
|
|
- { "patch_margin/bottom", "patch_margin_bottom" },
|
|
|
|
- { "popup/exclusive", "popup_exclusive" },
|
|
|
|
|
|
+ { "pause/pause_mode", "pause_mode" },
|
|
{ "percent/visible", "percent_visible" },
|
|
{ "percent/visible", "percent_visible" },
|
|
- { "range/min", "min_value" },
|
|
|
|
|
|
+ { "placeholder/alpha", "placeholder_alpha" },
|
|
|
|
+ { "placeholder/text", "placeholder_text" },
|
|
|
|
+ //{ "playback/active", "playback_active" }, // properly renamed for AnimationPlayer, but not AnimationTreePlayer, so handle manually
|
|
|
|
+ { "playback/default_blend_time", "playback_default_blend_time" },
|
|
|
|
+ { "playback/process_mode", "playback_process_mode" },
|
|
|
|
+ { "playback/speed", "playback_speed" },
|
|
|
|
+ { "popup/exclusive", "popup_exclusive" },
|
|
|
|
+ { "process/pause_mode", "pause_mode" },
|
|
|
|
+ { "quad/axis", "axis" },
|
|
|
|
+ { "quad/centered", "centered" },
|
|
|
|
+ { "quad/offset", "offset" },
|
|
|
|
+ { "quad/size", "size" },
|
|
|
|
+ { "radial_fill/center_offset", "radial_center_offset" },
|
|
|
|
+ { "radial_fill/fill_degrees", "radial_fill_degrees" },
|
|
|
|
+ { "radial_fill/initial_angle", "radial_initial_angle" },
|
|
|
|
+ { "range/exp_edit", "exp_edit" },
|
|
|
|
+ { "range/height", "range_height" },
|
|
|
|
+ { "range/item_cull_mask", "range_item_cull_max" },
|
|
|
|
+ { "range/layer_max", "range_layer_max" },
|
|
{ "range/max", "max_value" },
|
|
{ "range/max", "max_value" },
|
|
- { "range/step", "step" },
|
|
|
|
|
|
+ { "range/min", "min_value" },
|
|
{ "range/page", "page" },
|
|
{ "range/page", "page" },
|
|
- { "range/value", "value" },
|
|
|
|
- { "range/exp_edit", "exp_edit" },
|
|
|
|
{ "range/rounded", "rounded" },
|
|
{ "range/rounded", "rounded" },
|
|
- { "velocity/linear", "linear_velocity" },
|
|
|
|
- { "velocity/angular", "angular_velocity" },
|
|
|
|
- { "damp_override_linear", "linear_damp" },
|
|
|
|
- { "damp_override_angular", "angular_damp" },
|
|
|
|
- { "velocity/linear", "linear_velocity" },
|
|
|
|
- { "velocity/angular", "angular_velocity" },
|
|
|
|
- { "damp_override_linear", "linear_damp" },
|
|
|
|
- { "damp_override_angular", "angular_damp" },
|
|
|
|
- { "bbcode/enabled", "bbcode_enabled" },
|
|
|
|
- { "bbcode/bbcode", "bbcode_text" },
|
|
|
|
|
|
+ { "range/step", "step" },
|
|
|
|
+ { "range/value", "value" },
|
|
|
|
+ { "range/z_max", "range_z_max" },
|
|
|
|
+ { "range/z_min", "range_z_min" },
|
|
|
|
+ { "rect/min_size", "rect_min_size" },
|
|
|
|
+ { "rect/rotation", "rect_rotation" },
|
|
|
|
+ { "rect/scale", "rect_scale" },
|
|
|
|
+ { "region", "region_enabled" },
|
|
|
|
+ { "resource/name", "resource_name" },
|
|
|
|
+ { "resource/path", "resource_path" },
|
|
|
|
+ { "root/root", "root_node" },
|
|
|
|
+ { "script/script", "script" },
|
|
|
|
+ { "scroll/base_offset", "scroll_base_offset" },
|
|
|
|
+ { "scroll/base_scale", "scroll_base_scale" },
|
|
{ "scroll/horizontal", "scroll_horizontal" },
|
|
{ "scroll/horizontal", "scroll_horizontal" },
|
|
|
|
+ { "scroll/ignore_camera_zoom", "scroll_ignore_camera_zoom" },
|
|
|
|
+ { "scroll/limit_begin", "scroll_limit_begin" },
|
|
|
|
+ { "scroll/limit_end", "scroll_limit_end" },
|
|
|
|
+ { "scroll/offset", "scroll_offset" },
|
|
{ "scroll/vertical", "scroll_vertical" },
|
|
{ "scroll/vertical", "scroll_vertical" },
|
|
- { "split/offset", "split_offset" },
|
|
|
|
|
|
+ { "shadow/bias", "shadow_bias" },
|
|
|
|
+ { "shadow/buffer_size", "shadow_buffer_size" },
|
|
|
|
+ { "shadow/color", "shadow_color" },
|
|
|
|
+ { "shadow/color", "shadow_color" },
|
|
|
|
+ { "shadow/enabled", "shadow_enabled" },
|
|
|
|
+ { "shadow/enabled", "shadow_enabled" },
|
|
|
|
+ { "shadow/filter", "shadow_filter" },
|
|
|
|
+ { "shadow/gradient_length", "shadow_gradient_length" },
|
|
|
|
+ { "shadow/item_cull_mask", "shadow_item_cull_mask" },
|
|
|
|
+ { "shadow/max_distance", "shadow_max_distance" },
|
|
|
|
+ { "size_flags/horizontal", "size_flags_horizontal" }, // TODO: Fix enum order got inverted Expand,Fill -> Fill,Expand
|
|
|
|
+ { "size_flags/stretch_ratio", "size_flags_stretch_ratio" },
|
|
|
|
+ { "size_flags/vertical", "size_flags_vertical" }, // TODO: Fix enum order got inverted Expand,Fill -> Fill,Expand
|
|
|
|
+ { "smoothing/enable", "smoothing_enabled" },
|
|
|
|
+ { "smoothing/speed", "smoothing_speed" },
|
|
|
|
+ { "sort/enabled", "sort_enabled" },
|
|
{ "split/collapsed", "collapsed" },
|
|
{ "split/collapsed", "collapsed" },
|
|
{ "split/dragger_visibility", "dragger_visibility" },
|
|
{ "split/dragger_visibility", "dragger_visibility" },
|
|
- { "caret/block_caret", "caret_block_mode" },
|
|
|
|
- { "caret/caret_blink", "caret_blink" },
|
|
|
|
- { "caret/caret_blink_speed", "caret_blink_speed" },
|
|
|
|
- { "textures/normal", "texture_normal" },
|
|
|
|
- { "textures/pressed", "texture_pressed" },
|
|
|
|
- { "textures/hover", "texture_hover" },
|
|
|
|
|
|
+ { "split/offset", "split_offset" },
|
|
|
|
+ { "spot/angle", "spot_angle" },
|
|
|
|
+ { "spot/attenuation", "spot_attenuation" },
|
|
|
|
+ { "spot/range", "spot_range" },
|
|
|
|
+ { "spot/spot_attenuation", "spot_angle_attenuation" },
|
|
|
|
+ { "stream/audio_track", "audio_track" },
|
|
|
|
+ { "stream/autoplay", "autoplay" },
|
|
|
|
+ { "stream/autoplay", "stream_autoplay" },
|
|
|
|
+ { "stream/buffering_ms", "buffering_ms" },
|
|
|
|
+ { "stream/loop", "loop" },
|
|
|
|
+ { "stream/loop_restart_time", "loop_restart_time" },
|
|
|
|
+ { "stream/paused", "paused" },
|
|
|
|
+ { "stream/paused", "stream_paused" },
|
|
|
|
+ { "stream/pitch_scale", "pitch_scale" },
|
|
|
|
+ { "stream/play", "playing" },
|
|
|
|
+ { "stream/stream", "stream" },
|
|
|
|
+ { "stream/tempo_scale", "tempo_scale" },
|
|
|
|
+ { "stream/volume_db", "volume_db" },
|
|
|
|
+ { "suspension/max_force", "suspension_max_force" },
|
|
|
|
+ { "suspension/stiffness", "suspension_stiffness" },
|
|
|
|
+ { "suspension/travel", "suspension_travel" },
|
|
|
|
+ { "texture/offset", "texture_offset" },
|
|
|
|
+ { "texture/over", "texture_over" },
|
|
|
|
+ { "texture/progress", "texture_progress" },
|
|
|
|
+ { "texture/rotation", "texture_rotation" },
|
|
|
|
+ { "texture/scale", "texture_scale" },
|
|
|
|
+ { "textures/click_mask", "texture_click_mask" },
|
|
{ "textures/disabled", "texture_disabled" },
|
|
{ "textures/disabled", "texture_disabled" },
|
|
{ "textures/focused", "texture_focused" },
|
|
{ "textures/focused", "texture_focused" },
|
|
- { "textures/click_mask", "texture_click_mask" },
|
|
|
|
- { "params/scale", "texture_scale" },
|
|
|
|
- { "params/modulate", "self_modulate" },
|
|
|
|
|
|
+ { "textures/hover", "texture_hover" },
|
|
|
|
+ { "textures/normal", "texture_normal" },
|
|
|
|
+ { "textures/pressed", "texture_pressed" },
|
|
|
|
+ { "texture/texture", "texture" },
|
|
{ "texture/under", "texture_under" },
|
|
{ "texture/under", "texture_under" },
|
|
- { "texture/over", "texture_over" },
|
|
|
|
- { "texture/progress", "texture_progress" },
|
|
|
|
- //{ "mode", "fill_mode" }, breaks tilemap :\
|
|
|
|
- { "radial_fill/initial_angle", "radial_initial_angle" },
|
|
|
|
- { "radial_fill/fill_degrees", "radial_fill_degrees" },
|
|
|
|
- { "radial_fill/center_offset", "radial_center_offset" },
|
|
|
|
- { "font/size", "size" },
|
|
|
|
- { "extra_spacing/top", "extra_spacing_top" },
|
|
|
|
- { "extra_spacing/bottom", "extra_spacing_bottom" },
|
|
|
|
- { "extra_spacing/char", "extra_spacing_char" },
|
|
|
|
- { "extra_spacing/space", "extra_spacing_space" },
|
|
|
|
- { "font/use_mipmaps", "use_mipmaps" },
|
|
|
|
- { "font/use_filter", "use_filter" },
|
|
|
|
- { "font/font", "font_data" },
|
|
|
|
- { "content_margin/left", "content_margin_left" },
|
|
|
|
- { "content_margin/right", "content_margin_right" },
|
|
|
|
- { "content_margin/bottom", "content_margin_bottom" },
|
|
|
|
- { "content_margin/top", "content_margin_top" },
|
|
|
|
- { "margin/left", "margin_left" },
|
|
|
|
- { "margin/top", "margin_top" },
|
|
|
|
- { "margin/bottom", "margin_bottom" },
|
|
|
|
- { "margin/right", "margin_right" },
|
|
|
|
- { "expand_margin/left", "expand_margin_left" },
|
|
|
|
- { "expand_margin/top", "expand_margin_top" },
|
|
|
|
- { "expand_margin/bottom", "expand_margin_bottom" },
|
|
|
|
- { "expand_margin/right", "expand_margin_right" },
|
|
|
|
- { "modulate/color", "modulate_color" },
|
|
|
|
- { "modulate", "self_modulate" },
|
|
|
|
- { "cell/size", "cell_size" },
|
|
|
|
- { "cell/octant_size", "cell_octant_size" },
|
|
|
|
- { "cell/center_x", "cell_center_x" },
|
|
|
|
- { "cell/center_y", "cell_center_y" },
|
|
|
|
- { "cell/center_z", "cell_center_z" },
|
|
|
|
- { "cell/scale", "cell_scale" },
|
|
|
|
- { "region", "region_enabled" },
|
|
|
|
- { "rect/min_size", "rect_min_size" },
|
|
|
|
- { "rect/rotation", "rect_rotation" },
|
|
|
|
- { "rect/scale", "rect_scale" },
|
|
|
|
- { "process/pause_mode", "pause_mode" },
|
|
|
|
|
|
+ { "theme/theme", "theme" },
|
|
|
|
+ { "transform/local", "transform" },
|
|
|
|
+ { "transform/pos", "position" },
|
|
|
|
+ { "transform/rotation", "rotation_degrees" },
|
|
|
|
+ { "transform/rot", "rotation_degrees" },
|
|
|
|
+ { "transform/scale", "scale" },
|
|
|
|
+ { "transform/scale", "scale" },
|
|
|
|
+ { "transform/translation", "translation" },
|
|
|
|
+ { "type/steering", "use_as_steering" },
|
|
|
|
+ { "type/traction", "use_as_traction" },
|
|
|
|
+ { "velocity/angular", "angular_velocity" },
|
|
|
|
+ { "velocity/angular", "angular_velocity" },
|
|
|
|
+ { "velocity/linear", "linear_velocity" },
|
|
|
|
+ { "velocity/linear", "linear_velocity" },
|
|
|
|
+ { "visibility/behind_parent", "show_behind_parent" },
|
|
|
|
+ { "visibility/light_mask", "light_mask" },
|
|
|
|
+ { "visibility/on_top", "show_on_top" },
|
|
|
|
+ { "visibility/visible", "visible" },
|
|
|
|
+ { "visibility/visible", "visible" },
|
|
|
|
+ { "wheel/friction_slip", "wheel_friction_sleep" },
|
|
|
|
+ { "wheel/radius", "wheel_radius" },
|
|
|
|
+ { "wheel/rest_length", "wheel_rest_length" },
|
|
|
|
+ { "window/title", "window_title" },
|
|
|
|
+ { "z/relative", "z_as_relative" },
|
|
|
|
+ { "z/z", "z" },
|
|
{ NULL, NULL }
|
|
{ NULL, NULL }
|
|
};
|
|
};
|
|
|
|
|
|
static const char *type_renames[][2] = {
|
|
static const char *type_renames[][2] = {
|
|
- { "StreamPlayer", "AudioStreamPlayer" },
|
|
|
|
- { "SpatialSamplePlayer", "AudioStreamPlayer3D" },
|
|
|
|
- { "SpatialStreamPlayer", "AudioStreamPlayer3D" },
|
|
|
|
- { "SamplePlayer", "Node" },
|
|
|
|
- { "SamplePlayer2D", "AudioStreamPlayer2D" },
|
|
|
|
- { "SoundPlayer2D", "Node2D" },
|
|
|
|
- { "SampleLibrary", "Resource" },
|
|
|
|
|
|
+ { "CanvasItemMaterial", "ShaderMaterial" },
|
|
|
|
+ { "CanvasItemShader", "Shader" },
|
|
{ "ColorFrame", "ColorRect" },
|
|
{ "ColorFrame", "ColorRect" },
|
|
- { "ReferenceFrame", "ReferenceRect" },
|
|
|
|
- { "TextureFrame", "TextureRect" },
|
|
|
|
- { "Patch9Frame", "NinePatchRect" },
|
|
|
|
- { "FixedMaterial", "SpatialMaterial" },
|
|
|
|
{ "ColorRamp", "Gradient" },
|
|
{ "ColorRamp", "Gradient" },
|
|
- { "CanvasItemShader", "Shader" },
|
|
|
|
- { "CanvasItemMaterial", "ShaderMaterial" },
|
|
|
|
|
|
+ { "FixedMaterial", "SpatialMaterial" },
|
|
|
|
+ { "Patch9Frame", "NinePatchRect" },
|
|
|
|
+ { "ReferenceFrame", "ReferenceRect" },
|
|
|
|
+ { "SampleLibrary", "Resource" },
|
|
|
|
+ { "SamplePlayer2D", "AudioStreamPlayer2D" },
|
|
|
|
+ { "SamplePlayer", "Node" },
|
|
|
|
+ { "SoundPlayer2D", "Node2D" },
|
|
|
|
+ { "SpatialSamplePlayer", "AudioStreamPlayer3D" },
|
|
|
|
+ { "SpatialStreamPlayer", "AudioStreamPlayer3D" },
|
|
|
|
+ { "StreamPlayer", "AudioStreamPlayer" },
|
|
{ "TestCube", "MeshInstance" }, // TODO: Handle assignment of CubeMesh + default material?
|
|
{ "TestCube", "MeshInstance" }, // TODO: Handle assignment of CubeMesh + default material?
|
|
|
|
+ { "TextureFrame", "TextureRect" },
|
|
{ NULL, NULL }
|
|
{ NULL, NULL }
|
|
};
|
|
};
|
|
|
|
|
|
static const char *signal_renames[][2] = {
|
|
static const char *signal_renames[][2] = {
|
|
{ "area_enter", "area_entered" },
|
|
{ "area_enter", "area_entered" },
|
|
- { "area_exit", "area_exited" },
|
|
|
|
{ "area_enter_shape", "area_shape_entered" },
|
|
{ "area_enter_shape", "area_shape_entered" },
|
|
|
|
+ { "area_exit", "area_exited" },
|
|
{ "area_exit_shape", "area_shape_exited" },
|
|
{ "area_exit_shape", "area_shape_exited" },
|
|
{ "body_enter", "body_entered" },
|
|
{ "body_enter", "body_entered" },
|
|
- { "body_exit", "body_exited" },
|
|
|
|
{ "body_enter_shape", "body_shape_entered" },
|
|
{ "body_enter_shape", "body_shape_entered" },
|
|
|
|
+ { "body_exit", "body_exited" },
|
|
{ "body_exit_shape", "body_shape_exited" },
|
|
{ "body_exit_shape", "body_shape_exited" },
|
|
- { "mouse_enter", "mouse_entered" },
|
|
|
|
- { "mouse_exit", "mouse_exited" },
|
|
|
|
- { "focus_enter", "focus_entered" },
|
|
|
|
- { "focus_exit", "focus_exited" },
|
|
|
|
- { "modal_close", "modal_closed" },
|
|
|
|
{ "enter_tree", "tree_entered" },
|
|
{ "enter_tree", "tree_entered" },
|
|
{ "exit_tree", "tree_exited" },
|
|
{ "exit_tree", "tree_exited" },
|
|
|
|
+ { "focus_enter", "focus_entered" },
|
|
|
|
+ { "focus_exit", "focus_exited" },
|
|
{ "input_event", "gui_input" },
|
|
{ "input_event", "gui_input" },
|
|
|
|
+ { "modal_close", "modal_closed" },
|
|
|
|
+ { "mouse_enter", "mouse_entered" },
|
|
|
|
+ { "mouse_exit", "mouse_exited" },
|
|
{ NULL, NULL }
|
|
{ NULL, NULL }
|
|
};
|
|
};
|
|
|
|
|