| .. |
|
tiles
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
SCsub
|
a3dda2df85
Rework the TileSet resource and TileMap nodes:
|
4 years ago |
|
abstract_polygon_2d_editor.cpp
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
abstract_polygon_2d_editor.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
animation_blend_space_1d_editor.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
animation_blend_space_1d_editor.h
|
75f1357ced
Add read-only mode to AnimationTreeEditor plugins
|
3 years ago |
|
animation_blend_space_2d_editor.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
animation_blend_space_2d_editor.h
|
75f1357ced
Add read-only mode to AnimationTreeEditor plugins
|
3 years ago |
|
animation_blend_tree_editor_plugin.cpp
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
animation_blend_tree_editor_plugin.h
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
animation_library_editor.cpp
|
97f8c9b97c
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
|
3 years ago |
|
animation_library_editor.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
animation_player_editor_plugin.cpp
|
1782557339
Merge pull request #64386 from timothyqiu/anim-disable
|
3 years ago |
|
animation_player_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
animation_state_machine_editor.cpp
|
fbf8632556
Merge pull request #64247 from guilhermefelipecgs/fix_end_node
|
3 years ago |
|
animation_state_machine_editor.h
|
75f1357ced
Add read-only mode to AnimationTreeEditor plugins
|
3 years ago |
|
animation_tree_editor_plugin.cpp
|
0f17fe642c
Update all AnimationTree's editors when editing
|
3 years ago |
|
animation_tree_editor_plugin.h
|
9f55bd971e
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
3 years ago |
|
asset_library_editor_plugin.cpp
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
|
asset_library_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
audio_stream_randomizer_editor_plugin.cpp
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
audio_stream_randomizer_editor_plugin.h
|
11572c6e30
Editor: Cleanup some includes dependencies
|
3 years ago |
|
bit_map_editor_plugin.cpp
|
d2900429e8
Add static methods for creating Image and ImageTexture
|
3 years ago |
|
bit_map_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
bone_map_editor_plugin.cpp
|
d4555ef5fb
Add `String.to_{camel,pascal,snake}_case` methods
|
3 years ago |
|
bone_map_editor_plugin.h
|
c7e4eeb8a4
Add simple auto mapping to BoneMapper
|
3 years ago |
|
camera_3d_editor_plugin.cpp
|
05b56f316d
Remove most EditorNode constructor parameters and fields
|
3 years ago |
|
camera_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
canvas_item_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
canvas_item_editor_plugin.h
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
cast_2d_editor_plugin.cpp
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
cast_2d_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
collision_polygon_2d_editor_plugin.cpp
|
b78aa4fe19
Style: Apply clang-tidy to current code, add `readability-redundant-member-init`
|
3 years ago |
|
collision_polygon_2d_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
collision_shape_2d_editor_plugin.cpp
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
collision_shape_2d_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
control_editor_plugin.cpp
|
88ab58821d
Fix some editor theme regressions
|
3 years ago |
|
control_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
cpu_particles_2d_editor_plugin.cpp
|
723bf85145
Rename ParticlesMaterial to ParticleProcessMaterial
|
3 years ago |
|
cpu_particles_2d_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
cpu_particles_3d_editor_plugin.cpp
|
8824b6c5e9
Update if == NOTIFICATION_* to switch statements to match coding style
|
3 years ago |
|
cpu_particles_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
curve_editor_plugin.cpp
|
ae18928748
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
|
3 years ago |
|
curve_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
debugger_editor_plugin.cpp
|
8c56a7416b
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native menu for editor.
|
3 years ago |
|
debugger_editor_plugin.h
|
8c56a7416b
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native menu for editor.
|
3 years ago |
|
editor_debugger_plugin.cpp
|
fe52458154
Update copyright statements to 2022
|
4 years ago |
|
editor_debugger_plugin.h
|
fe52458154
Update copyright statements to 2022
|
4 years ago |
|
editor_preview_plugins.cpp
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
editor_preview_plugins.h
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
editor_resource_conversion_plugin.cpp
|
9f55bd971e
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
3 years ago |
|
editor_resource_conversion_plugin.h
|
9f55bd971e
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
3 years ago |
|
font_config_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
font_config_plugin.h
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
gdextension_export_plugin.h
|
e53ae13178
Split up editor export code into multiple files
|
3 years ago |
|
gpu_particles_2d_editor_plugin.cpp
|
723bf85145
Rename ParticlesMaterial to ParticleProcessMaterial
|
3 years ago |
|
gpu_particles_2d_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
gpu_particles_3d_editor_plugin.cpp
|
723bf85145
Rename ParticlesMaterial to ParticleProcessMaterial
|
3 years ago |
|
gpu_particles_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
gpu_particles_collision_sdf_editor_plugin.cpp
|
ef5b9a06a9
Rename `hint_tooltip` to `tooltip_text` & setget
|
3 years ago |
|
gpu_particles_collision_sdf_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
gradient_editor.cpp
|
93078ea551
Unite GradientEdit and GradientEditor as editor-only widget
|
3 years ago |
|
gradient_editor.h
|
93078ea551
Unite GradientEdit and GradientEditor as editor-only widget
|
3 years ago |
|
gradient_editor_plugin.cpp
|
93078ea551
Unite GradientEdit and GradientEditor as editor-only widget
|
3 years ago |
|
gradient_editor_plugin.h
|
93078ea551
Unite GradientEdit and GradientEditor as editor-only widget
|
3 years ago |
|
gradient_texture_2d_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
gradient_texture_2d_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
input_event_editor_plugin.cpp
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
input_event_editor_plugin.h
|
0b0a74e135
Redesign InputEvent editor plugin
|
3 years ago |
|
light_occluder_2d_editor_plugin.cpp
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
|
light_occluder_2d_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
lightmap_gi_editor_plugin.cpp
|
af19501cc7
Seperate filter and description in FileDialog.add_filter()
|
3 years ago |
|
lightmap_gi_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
line_2d_editor_plugin.cpp
|
b78aa4fe19
Style: Apply clang-tidy to current code, add `readability-redundant-member-init`
|
3 years ago |
|
line_2d_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
material_editor_plugin.cpp
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
material_editor_plugin.h
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
mesh_editor_plugin.cpp
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
mesh_editor_plugin.h
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
mesh_instance_3d_editor_plugin.cpp
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
mesh_instance_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
mesh_library_editor_plugin.cpp
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
|
mesh_library_editor_plugin.h
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
|
multimesh_editor_plugin.cpp
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
|
multimesh_editor_plugin.h
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
|
navigation_polygon_editor_plugin.cpp
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
|
navigation_polygon_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
node_3d_editor_gizmos.cpp
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
node_3d_editor_gizmos.h
|
f8cc88fab3
Restore RigidBody2/3D, SoftBody names in physics
|
3 years ago |
|
node_3d_editor_plugin.cpp
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
node_3d_editor_plugin.h
|
385ee5c70b
Implement Physical Light Units as an optional setting.
|
3 years ago |
|
occluder_instance_3d_editor_plugin.cpp
|
af19501cc7
Seperate filter and description in FileDialog.add_filter()
|
3 years ago |
|
occluder_instance_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
packed_scene_translation_parser_plugin.cpp
|
ef5b9a06a9
Rename `hint_tooltip` to `tooltip_text` & setget
|
3 years ago |
|
packed_scene_translation_parser_plugin.h
|
45af29da80
Add a new HashSet template
|
3 years ago |
|
path_2d_editor_plugin.cpp
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
path_2d_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
path_3d_editor_plugin.cpp
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
path_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
physical_bone_3d_editor_plugin.cpp
|
b78aa4fe19
Style: Apply clang-tidy to current code, add `readability-redundant-member-init`
|
3 years ago |
|
physical_bone_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
polygon_2d_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
polygon_2d_editor_plugin.h
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
|
polygon_3d_editor_plugin.cpp
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
polygon_3d_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
resource_preloader_editor_plugin.cpp
|
97f8c9b97c
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
|
3 years ago |
|
resource_preloader_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
root_motion_editor_plugin.cpp
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
root_motion_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
script_editor_plugin.cpp
|
4656ea8977
VCS: Port Godot 3.5's VCS features to GDExtension
|
3 years ago |
|
script_editor_plugin.h
|
4656ea8977
VCS: Port Godot 3.5's VCS features to GDExtension
|
3 years ago |
|
script_text_editor.cpp
|
ae349d8227
Merge pull request #64377 from Mickeon/rename-canvas-redraw
|
3 years ago |
|
script_text_editor.h
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
|
shader_editor_plugin.cpp
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
|
shader_editor_plugin.h
|
d764278f37
Add drag and drop support to shader list
|
3 years ago |
|
shader_file_editor_plugin.cpp
|
9f55bd971e
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
|
3 years ago |
|
shader_file_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
skeleton_2d_editor_plugin.cpp
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
skeleton_2d_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
skeleton_3d_editor_plugin.cpp
|
69fe6336f1
Basis constructor: row vectors -> column vectors
|
3 years ago |
|
skeleton_3d_editor_plugin.h
|
c7e4eeb8a4
Add simple auto mapping to BoneMapper
|
3 years ago |
|
skeleton_ik_3d_editor_plugin.cpp
|
05b56f316d
Remove most EditorNode constructor parameters and fields
|
3 years ago |
|
skeleton_ik_3d_editor_plugin.h
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
|
sprite_2d_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
sprite_2d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
sprite_frames_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
sprite_frames_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
style_box_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
style_box_editor_plugin.h
|
b4c6900123
Improve StyleBox preview
|
3 years ago |
|
sub_viewport_preview_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
sub_viewport_preview_editor_plugin.h
|
11572c6e30
Editor: Cleanup some includes dependencies
|
3 years ago |
|
text_editor.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
text_editor.h
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
|
texture_3d_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
texture_3d_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
texture_editor_plugin.cpp
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 years ago |
|
texture_editor_plugin.h
|
11572c6e30
Editor: Cleanup some includes dependencies
|
3 years ago |
|
texture_layered_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
texture_layered_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |
|
texture_region_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
texture_region_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
theme_editor_plugin.cpp
|
e60086f98b
Merge pull request #64119 from YuriSizov/theme-init-database
|
3 years ago |
|
theme_editor_plugin.h
|
198f70c4c8
Use type icons in Theme editor import tab
|
3 years ago |
|
theme_editor_preview.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
theme_editor_preview.h
|
9a1054d942
Tweak minsize of editor ColorPickerButtons
|
3 years ago |
|
version_control_editor_plugin.cpp
|
a62b0ec904
VCS: Improve VCS UI/UX by QoL changes
|
3 years ago |
|
version_control_editor_plugin.h
|
a62b0ec904
VCS: Improve VCS UI/UX by QoL changes
|
3 years ago |
|
visual_shader_editor_plugin.cpp
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
|
visual_shader_editor_plugin.h
|
ece3df3938
Add per-scene UndoRedo
|
3 years ago |
|
voxel_gi_editor_plugin.cpp
|
ef5b9a06a9
Rename `hint_tooltip` to `tooltip_text` & setget
|
3 years ago |
|
voxel_gi_editor_plugin.h
|
90019676b0
Code quality: Fix header guards consistency
|
3 years ago |