| .. |
|
default_theme
|
Add static methods for creating Image and ImageTexture
|
2022-07-08 13:40:47 +02:00 |
|
SCsub
|
…
|
|
|
animation.cpp
|
Refactor bezier interpolation functions
|
2022-06-27 19:42:43 +02:00 |
|
animation.h
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
2022-05-03 01:43:50 +02:00 |
|
animation_library.cpp
|
Fix type hints for AnimationLibrary's signals
|
2022-06-12 13:20:51 -04:00 |
|
animation_library.h
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
audio_stream_sample.cpp
|
…
|
|
|
audio_stream_sample.h
|
…
|
|
|
bit_map.cpp
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
|
bit_map.h
|
…
|
|
|
bone_map.cpp
|
add rest fixer to importer retarget
|
2022-07-16 19:53:11 +09:00 |
|
bone_map.h
|
add rest fixer to importer retarget
|
2022-07-16 19:53:11 +09:00 |
|
box_shape_3d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
box_shape_3d.h
|
…
|
|
|
camera_effects.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
camera_effects.h
|
…
|
|
|
canvas_item_material.cpp
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
canvas_item_material.h
|
Clean up Hash Functions
|
2022-06-20 12:54:19 +02:00 |
|
capsule_shape_2d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
capsule_shape_2d.h
|
…
|
|
|
capsule_shape_3d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
capsule_shape_3d.h
|
…
|
|
|
circle_shape_2d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
circle_shape_2d.h
|
…
|
|
|
concave_polygon_shape_2d.cpp
|
…
|
|
|
concave_polygon_shape_2d.h
|
…
|
|
|
concave_polygon_shape_3d.cpp
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
|
concave_polygon_shape_3d.h
|
Clean up Hash Functions
|
2022-06-20 12:54:19 +02:00 |
|
convex_polygon_shape_2d.cpp
|
…
|
|
|
convex_polygon_shape_2d.h
|
…
|
|
|
convex_polygon_shape_3d.cpp
|
…
|
|
|
convex_polygon_shape_3d.h
|
…
|
|
|
curve.cpp
|
Refactor bezier interpolation functions
|
2022-06-27 19:42:43 +02:00 |
|
curve.h
|
Fix Curve{2D,3D} notifying property list changed
|
2022-06-23 20:07:26 +02:00 |
|
cylinder_shape_3d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
cylinder_shape_3d.h
|
…
|
|
|
environment.cpp
|
Add suffixes to all nodes and resources
|
2022-06-11 09:41:05 -05:00 |
|
environment.h
|
…
|
|
|
fog_material.cpp
|
Rename `hint_albedo`, `hint_white/black` in shaders
|
2022-05-09 22:50:18 +03:00 |
|
fog_material.h
|
…
|
|
|
font.cpp
|
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
2022-07-15 08:49:50 +03:00 |
|
font.h
|
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
2022-07-15 08:49:50 +03:00 |
|
gradient.cpp
|
…
|
|
|
gradient.h
|
Fix cubic interpolation for Gradient
|
2022-07-17 03:46:27 +02:00 |
|
height_map_shape_3d.cpp
|
…
|
|
|
height_map_shape_3d.h
|
…
|
|
|
immediate_mesh.cpp
|
…
|
|
|
immediate_mesh.h
|
…
|
|
|
importer_mesh.cpp
|
Mend crash importing a scene with static lightmaps.
|
2022-06-23 01:33:15 -07:00 |
|
importer_mesh.h
|
…
|
|
|
label_settings.cpp
|
Add LabelSettings resource for quick Label theme property override.
|
2022-07-12 16:05:12 +03:00 |
|
label_settings.h
|
Add LabelSettings resource for quick Label theme property override.
|
2022-07-12 16:05:12 +03:00 |
|
material.cpp
|
Clean up Hash Functions
|
2022-06-20 12:54:19 +02:00 |
|
material.h
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
mesh.cpp
|
Add surface indices to TriangleMesh
|
2022-06-22 21:48:23 +02:00 |
|
mesh.h
|
…
|
|
|
mesh_data_tool.cpp
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
mesh_data_tool.h
|
…
|
|
|
mesh_library.cpp
|
Remove unused hints
|
2022-07-12 00:44:13 +02:00 |
|
mesh_library.h
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
multimesh.cpp
|
…
|
|
|
multimesh.h
|
…
|
|
|
navigation_mesh.cpp
|
Implement NavigationMesh bake area
|
2022-06-23 14:55:21 +02:00 |
|
navigation_mesh.h
|
Implement NavigationMesh bake area
|
2022-06-23 14:55:21 +02:00 |
|
packed_scene.cpp
|
Add ability to export Node pointers as NodePaths
|
2022-06-25 15:50:15 +02:00 |
|
packed_scene.h
|
Add ability to export Node pointers as NodePaths
|
2022-06-25 15:50:15 +02:00 |
|
particles_material.cpp
|
Declaring emission_tex_ofs globally
|
2022-06-19 01:20:57 +05:30 |
|
particles_material.h
|
Clean up Hash Functions
|
2022-06-20 12:54:19 +02:00 |
|
physics_material.cpp
|
…
|
|
|
physics_material.h
|
…
|
|
|
polygon_path_finder.cpp
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
|
polygon_path_finder.h
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
|
primitive_meshes.cpp
|
Refactor Font configuration and import UI, and Font resources.
|
2022-07-06 14:12:36 +03:00 |
|
primitive_meshes.h
|
Refactor Font configuration and import UI, and Font resources.
|
2022-07-06 14:12:36 +03:00 |
|
rectangle_shape_2d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
rectangle_shape_2d.h
|
…
|
|
|
resource_format_text.cpp
|
Merge pull request #62185 from reduz/export-node-pointer-path
|
2022-06-27 11:14:36 +02:00 |
|
resource_format_text.h
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
|
scene_replication_config.cpp
|
[Net] Fix SceneReplicationConfig setter.
|
2022-06-17 13:49:36 +02:00 |
|
scene_replication_config.h
|
Improve MultiplayerSynchronizer editor usability
|
2022-05-23 13:14:59 +02:00 |
|
segment_shape_2d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
segment_shape_2d.h
|
…
|
|
|
separation_ray_shape_2d.cpp
|
Add suffixes to all nodes and resources
|
2022-06-11 09:41:05 -05:00 |
|
separation_ray_shape_2d.h
|
…
|
|
|
separation_ray_shape_3d.cpp
|
Add suffixes to all nodes and resources
|
2022-06-11 09:41:05 -05:00 |
|
separation_ray_shape_3d.h
|
…
|
|
|
shader.cpp
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
shader.h
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
shape_2d.cpp
|
…
|
|
|
shape_2d.h
|
…
|
|
|
shape_3d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
shape_3d.h
|
…
|
|
|
skeleton_modification_2d.cpp
|
…
|
|
|
skeleton_modification_2d.h
|
…
|
|
|
skeleton_modification_2d_ccdik.cpp
|
…
|
|
|
skeleton_modification_2d_ccdik.h
|
…
|
|
|
skeleton_modification_2d_fabrik.cpp
|
…
|
|
|
skeleton_modification_2d_fabrik.h
|
…
|
|
|
skeleton_modification_2d_jiggle.cpp
|
…
|
|
|
skeleton_modification_2d_jiggle.h
|
…
|
|
|
skeleton_modification_2d_lookat.cpp
|
…
|
|
|
skeleton_modification_2d_lookat.h
|
…
|
|
|
skeleton_modification_2d_physicalbones.cpp
|
…
|
|
|
skeleton_modification_2d_physicalbones.h
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
2022-05-02 16:28:25 +02:00 |
|
skeleton_modification_2d_stackholder.cpp
|
…
|
|
|
skeleton_modification_2d_stackholder.h
|
…
|
|
|
skeleton_modification_2d_twoboneik.cpp
|
Add suffixes to all nodes and resources
|
2022-06-11 09:41:05 -05:00 |
|
skeleton_modification_2d_twoboneik.h
|
…
|
|
|
skeleton_modification_3d.cpp
|
…
|
|
|
skeleton_modification_3d.h
|
…
|
|
|
skeleton_modification_3d_ccdik.cpp
|
…
|
|
|
skeleton_modification_3d_ccdik.h
|
…
|
|
|
skeleton_modification_3d_fabrik.cpp
|
…
|
|
|
skeleton_modification_3d_fabrik.h
|
…
|
|
|
skeleton_modification_3d_jiggle.cpp
|
…
|
|
|
skeleton_modification_3d_jiggle.h
|
…
|
|
|
skeleton_modification_3d_lookat.cpp
|
…
|
|
|
skeleton_modification_3d_lookat.h
|
…
|
|
|
skeleton_modification_3d_stackholder.cpp
|
…
|
|
|
skeleton_modification_3d_stackholder.h
|
…
|
|
|
skeleton_modification_3d_twoboneik.cpp
|
…
|
|
|
skeleton_modification_3d_twoboneik.h
|
…
|
|
|
skeleton_modification_stack_2d.cpp
|
Change skeleton modification 2d and 3d to use the array inspector.
|
2022-05-07 13:57:10 -07:00 |
|
skeleton_modification_stack_2d.h
|
…
|
|
|
skeleton_modification_stack_3d.cpp
|
Change skeleton modification 2d and 3d to use the array inspector.
|
2022-05-07 13:57:10 -07:00 |
|
skeleton_modification_stack_3d.h
|
…
|
|
|
skeleton_profile.cpp
|
add rest fixer to importer retarget
|
2022-07-16 19:53:11 +09:00 |
|
skeleton_profile.h
|
add rest fixer to importer retarget
|
2022-07-16 19:53:11 +09:00 |
|
skin.cpp
|
Add dedicated macros for property name extraction
|
2022-05-19 14:08:47 +08:00 |
|
skin.h
|
…
|
|
|
sky.cpp
|
Capitalize/fix some property enum hints
|
2022-05-12 15:03:16 -05:00 |
|
sky.h
|
…
|
|
|
sky_material.cpp
|
Use IGN instead of white noise for sky dithering
|
2022-05-24 10:57:07 -07:00 |
|
sky_material.h
|
Use IGN instead of white noise for sky dithering
|
2022-05-24 10:57:07 -07:00 |
|
sphere_shape_3d.cpp
|
Decrease SphereShape3D's default radius to 0.5 to match primitive mesh
|
2022-05-22 08:46:01 +02:00 |
|
sphere_shape_3d.h
|
Decrease SphereShape3D's default radius to 0.5 to match primitive mesh
|
2022-05-22 08:46:01 +02:00 |
|
sprite_frames.cpp
|
SpriteFrames: Sort animations alphabetically
|
2022-07-13 16:15:11 +02:00 |
|
sprite_frames.h
|
SpriteFrames: Sort animations alphabetically
|
2022-07-13 16:15:11 +02:00 |
|
style_box.cpp
|
Add suffixes to all nodes and resources
|
2022-06-11 09:41:05 -05:00 |
|
style_box.h
|
…
|
|
|
surface_tool.cpp
|
Clean up Hash Functions
|
2022-06-20 12:54:19 +02:00 |
|
surface_tool.h
|
`SurfaceTool.set_custom_format` Fixes and documentation.
|
2022-06-14 15:10:17 -07:00 |
|
syntax_highlighter.cpp
|
…
|
|
|
syntax_highlighter.h
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
text_file.cpp
|
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
2022-07-07 11:07:18 +03:00 |
|
text_file.h
|
…
|
|
|
text_line.cpp
|
Fix various typos not caught by codespell
|
2022-07-21 07:38:23 -04:00 |
|
text_line.h
|
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
2022-07-15 08:49:50 +03:00 |
|
text_paragraph.cpp
|
Fix various typos not caught by codespell
|
2022-07-21 07:38:23 -04:00 |
|
text_paragraph.h
|
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
2022-07-15 08:49:50 +03:00 |
|
texture.cpp
|
Merge pull request #63127 from KoBeWi/raise_from_picture
|
2022-07-20 22:34:05 +02:00 |
|
texture.h
|
Use integer types in Image and ImageTexture methods
|
2022-07-18 19:43:32 -05:00 |
|
theme.cpp
|
Add suffixes to all nodes and resources
|
2022-06-11 09:41:05 -05:00 |
|
theme.h
|
Define some Theme data structures with using for readability
|
2022-05-18 18:17:47 +03:00 |
|
tile_set.cpp
|
Use integer types in Image and ImageTexture methods
|
2022-07-18 19:43:32 -05:00 |
|
tile_set.h
|
Allow using CanvasItemMaterial in the TileSet editor
|
2022-06-21 17:02:52 +02:00 |
|
video_stream.h
|
…
|
|
|
visual_shader.cpp
|
Fix visual shader graph not correctly updating when multiple tabs opened
|
2022-07-16 16:43:06 +03:00 |
|
visual_shader.h
|
Fix visual shader graph not correctly updating when multiple tabs opened
|
2022-07-16 16:43:06 +03:00 |
|
visual_shader_nodes.cpp
|
Fix typo "Frac" instead of "Fract"
|
2022-06-05 19:20:32 -06:00 |
|
visual_shader_nodes.h
|
Fix typo "Frac" instead of "Fract"
|
2022-06-05 19:20:32 -06:00 |
|
visual_shader_particle_nodes.cpp
|
Add static methods for creating Image and ImageTexture
|
2022-07-08 13:40:47 +02:00 |
|
visual_shader_particle_nodes.h
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
|
visual_shader_sdf_nodes.cpp
|
…
|
|
|
visual_shader_sdf_nodes.h
|
…
|
|
|
world_2d.cpp
|
Mark some common project settings as basic
|
2022-06-12 19:50:14 +02:00 |
|
world_2d.h
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
|
world_3d.cpp
|
Remove Octree
|
2022-07-06 14:10:05 +01:00 |
|
world_3d.h
|
Add a new HashSet template
|
2022-05-20 22:40:38 +02:00 |
|
world_boundary_shape_2d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
world_boundary_shape_2d.h
|
…
|
|
|
world_boundary_shape_3d.cpp
|
Use suffixes for units in nodes and resources
|
2022-05-19 14:34:27 -05:00 |
|
world_boundary_shape_3d.h
|
…
|
|