Thaddeus Crews c5cd7c66ee Merge pull request #85443 from smix8/gridmap_castshadows пре 1 дан
..
2d 07b7f76896 Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` performance пре 2 недеља
3d 612981c1ea Add ShadowCastingSetting to MeshLibrary / GridMap items пре 2 дана
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files пре 2 месеци
animated_texture.cpp e6d930b31f AnimatedTexture: Fix crash when loaded from a thread пре 5 месеци
animated_texture.h e6d930b31f AnimatedTexture: Fix crash when loaded from a thread пре 5 месеци
animation.compat.inc bea47d877b Fix seeking Animation immediate after playback for Discrete track пре 5 месеци
animation.cpp 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` пре 1 месец
animation.h ed13a840fa Add markers to animation пре 2 месеци
animation_library.cpp f5b49af99f Add RetargetModifier3D for realtime retarget to keep original rest пре 1 недеља
animation_library.h f5b49af99f Add RetargetModifier3D for realtime retarget to keep original rest пре 1 недеља
atlas_texture.cpp 10da06a32c Fix empty region in AtlasTexture пре 4 месеци
atlas_texture.h 10da06a32c Fix empty region in AtlasTexture пре 4 месеци
audio_stream_polyphonic.compat.inc 52fa4f05f3 Add samples playback support пре 5 месеци
audio_stream_polyphonic.cpp d3ddce6b88 Fix leak when using audio samples instead of streams пре 2 месеци
audio_stream_polyphonic.h 67ece3dc63 Fix polyphonic audio streams with id > 1 cannot be stopped or changed (MSVC mis-optimization) пре 4 месеци
audio_stream_wav.cpp 08db8edbff fix save to wav пре 3 недеља
audio_stream_wav.h d5ad6dd699 AudioStream(Playback)WAV: Use LocalVectors instead of pointers пре 2 месеци
bit_map.cpp 293cc2126e Avoid expensive sqrt operation in hot loop of BitMap.grow_mask пре 2 месеци
bit_map.h d95794ec8a One Copyright Update to rule them all пре 1 година
bone_map.cpp 96a95cb974 Add const lvalue ref to container parameters пре 10 месеци
bone_map.h 96a95cb974 Add const lvalue ref to container parameters пре 10 месеци
camera_attributes.cpp 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` пре 1 месец
camera_attributes.h b37fc1014a Style: Apply new `clang-format` changes пре 2 месеци
camera_texture.cpp b88585abfc Add linux camera support пре 2 месеци
camera_texture.h b88585abfc Add linux camera support пре 2 месеци
canvas_item_material.cpp e2c6daf7ef Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. пре 1 месец
canvas_item_material.h 187e5ef258 Let materials' shaders update happen on loader threads пре 6 месеци
compositor.cpp 5a98845655 Implement hooks into renderer пре 9 месеци
compositor.h 5a98845655 Implement hooks into renderer пре 9 месеци
compressed_texture.cpp 1b2a838e21 Add check in `CompressedTextureLayered::get_layer_data` to prevent crash пре 9 месеци
compressed_texture.h d4e1a74efb Add 'override' mark to ResourceFormat class пре 8 месеци
curve.cpp 8e324c4589 Merge pull request #86195 from GreenCrowDev/curve3d_close пре 1 недеља
curve.h 790efbb783 Implement closed path for Curve3d пре 1 недеља
curve_texture.cpp 413c11357d Use Core/Scene stringnames consistently пре 6 месеци
curve_texture.h 7e21eb7e00 Extract and reorganize texture resource classes пре 1 година
environment.cpp 6f846eb5c5 Added external camera feed from external plugin on Android пре 4 недеља
environment.h 08f4560e69 Add optional depth fog пре 9 месеци
external_texture.cpp 98b8beddc5 ExternalTexture: Avoid error when destroyed without having been used пре 1 месец
external_texture.h 98b8beddc5 ExternalTexture: Avoid error when destroyed without having been used пре 1 месец
font.compat.inc 85df221610 [TextServer / Font] Add support for customizable baseline offset. пре 10 месеци
font.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters пре 1 недеља
font.h 5c8a8c57be [Font] Add check for cyclic base font dependencies. пре 3 месеци
gradient.cpp fe0ee24533 Merge pull request #77779 from KoBeWi/emit_changed() пре 1 година
gradient.h 7b86969719 Overhaul the Gradient Editor пре 1 година
gradient_texture.cpp 3e0d3c433b Fix pink GradientTexture2D пре 2 месеци
gradient_texture.h 3e0d3c433b Fix pink GradientTexture2D пре 2 месеци
image_texture.cpp d9d2bb3219 Add support for ImageTexture3D serialization пре 1 година
image_texture.h d9d2bb3219 Add support for ImageTexture3D serialization пре 1 година
immediate_mesh.cpp 47f75547ce Fix immediate mesh modifications that don't call set_mesh пре 1 месец
immediate_mesh.h 1df50c78df Fix a few cases where surface format is still 32 bits пре 1 година
label_settings.cpp de4a3fa151 Unify and streamline connecting to Resource changes пре 1 година
label_settings.h d95794ec8a One Copyright Update to rule them all пре 1 година
material.cpp 9e34e45480 Use Vector4 for texture mask in BaseMaterial to avoid converting to and from Plane пре 1 дан
material.h e2c6daf7ef Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. пре 1 месец
mesh.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters пре 1 недеља
mesh.h c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` пре 2 месеци
mesh_data_tool.compat.inc 51ed3aef63 Vertex and attribute compression to reduce the size of the vertex format. пре 1 година
mesh_data_tool.cpp 51ed3aef63 Vertex and attribute compression to reduce the size of the vertex format. пре 1 година
mesh_data_tool.h 51ed3aef63 Vertex and attribute compression to reduce the size of the vertex format. пре 1 година
mesh_texture.cpp 7e21eb7e00 Extract and reorganize texture resource classes пре 1 година
mesh_texture.h 7e21eb7e00 Extract and reorganize texture resource classes пре 1 година
multimesh.cpp 1728f80e7c Fixed Timestep Interpolation: MultiMesh пре 3 месеци
multimesh.h 1728f80e7c Fixed Timestep Interpolation: MultiMesh пре 3 месеци
navigation_mesh.cpp 925b690c98 Core: Integrate `Ref::instantiate` where possible пре 2 недеља
navigation_mesh.h c3f1bfd5cb Extract navigation-related defaults to separate header пре 3 месеци
packed_scene.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters пре 1 недеља
packed_scene.h 9853a69144 Implement typed dictionaries пре 2 месеци
particle_process_material.cpp e2c6daf7ef Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. пре 1 месец
particle_process_material.h 40b9516724 Add cone angle control to particle emission ring shape пре 2 месеци
physics_material.cpp d95794ec8a One Copyright Update to rule them all пре 1 година
physics_material.h d95794ec8a One Copyright Update to rule them all пре 1 година
placeholder_textures.cpp e896fbb638 Support immediately update ui after resizing placeholder* texture пре 10 месеци
placeholder_textures.h d61d498632 Lazily allocate RIDs for PlaceholderTextures to avoid allocating GPU resources unless used пре 1 година
portable_compressed_texture.cpp 925b690c98 Core: Integrate `Ref::instantiate` where possible пре 2 недеља
portable_compressed_texture.h e72ccc2080 Fix lossless formats in PortableCompressedTexture2D (fix data format storing) пре 10 месеци
resource_format_text.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters пре 1 недеља
resource_format_text.h d57846087b Universalize UID support in all resource types пре 2 недеља
shader.compat.inc db251a3f99 Allow setting a cubemap as default parameter to shader пре 3 месеци
shader.cpp 7a438dc72e Merge pull request #97205 from tetrapod00/inspect-native-shader-code пре 1 месец
shader.h 7a438dc72e Merge pull request #97205 from tetrapod00/inspect-native-shader-code пре 1 месец
shader_include.cpp 15eec2450a Fix empty shader resource loading пре 1 година
shader_include.h d4e1a74efb Add 'override' mark to ResourceFormat class пре 8 месеци
skeleton_profile.cpp f5b49af99f Add RetargetModifier3D for realtime retarget to keep original rest пре 1 недеља
skeleton_profile.h f5b49af99f Add RetargetModifier3D for realtime retarget to keep original rest пре 1 недеља
sky.cpp 93be97e6a7 Make ShaderMaterial always the last option in inspector resource dropdowns пре 9 месеци
sky.h d95794ec8a One Copyright Update to rule them all пре 1 година
sprite_frames.cpp 57bc1d7574 Add duplicate animation пре 2 месеци
sprite_frames.h 57bc1d7574 Add duplicate animation пре 2 месеци
style_box.cpp c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` пре 2 месеци
style_box.h c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` пре 2 месеци
style_box_flat.cpp ad24dd4ba2 Increase range hint for StyleBoxFlat `border_width`, `corner_radius` and `expand_margin` пре 1 месец
style_box_flat.h a29a680920 Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file пре 1 година
style_box_line.cpp a29a680920 Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file пре 1 година
style_box_line.h a29a680920 Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file пре 1 година
style_box_texture.cpp a29a680920 Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file пре 1 година
style_box_texture.h a29a680920 Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file пре 1 година
surface_tool.cpp 260287b3a1 Rewrite index optimization code for maximum efficiency пре 3 недеља
surface_tool.h 260287b3a1 Rewrite index optimization code for maximum efficiency пре 3 недеља
syntax_highlighter.cpp 68f638cf02 Use `(r)find_char` instead of `(r)find` for single characters пре 1 недеља
syntax_highlighter.h cff1111359 Make native shader source visualizer can highlight uint suffix пре 6 месеци
text_file.cpp 64edc7a5c2 Fix internal editor not updating when using external editor via LSP пре 1 година
text_file.h bb98843b61 Fixed: TextFile's not reloading when changed from external editors пре 1 година
text_line.cpp 56579f397d [Text Overrun] Add option to set custom ellipsis character, add support for system font fallback. пре 1 година
text_line.h 56579f397d [Text Overrun] Add option to set custom ellipsis character, add support for system font fallback. пре 1 година
text_paragraph.cpp 6bbc1cb6a9 Merge pull request #98036 from bruvzg/para_btn_spacing пре 2 недеља
text_paragraph.h 6bbc1cb6a9 Merge pull request #98036 from bruvzg/para_btn_spacing пре 2 недеља
texture.cpp c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` пре 2 месеци
texture.h c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` пре 2 месеци
texture_rd.cpp a4d1d36c85 Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or TEXTURE_TYPE_CUBE_ARRAY пре 2 недеља
texture_rd.h 83241ab139 Enforce calling RenderingDevice code from rendering thread in TextureRD classes пре 10 месеци
theme.cpp 7593e55527 Improve Editor Inspector/Theme item lookup performance пре 3 месеци
theme.h 7593e55527 Improve Editor Inspector/Theme item lookup performance пре 3 месеци
video_stream.cpp c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` пре 2 месеци
video_stream.h c2af6bcb59 GDExtension: Mark virtual function as `is_required` in `extension_api.json` пре 2 месеци
visual_shader.cpp a64b3fd3f8 Allow `SCREEN_UV` to be used in light function of spatial shader пре 1 недеља
visual_shader.h db251a3f99 Allow setting a cubemap as default parameter to shader пре 3 месеци
visual_shader_nodes.compat.inc db251a3f99 Allow setting a cubemap as default parameter to shader пре 3 месеци
visual_shader_nodes.cpp 2191df0cea VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node пре 1 месец
visual_shader_nodes.h 2191df0cea VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node пре 1 месец
visual_shader_particle_nodes.cpp 955d5affa8 Reduce and prevent unnecessary random-access to `List` пре 6 месеци
visual_shader_particle_nodes.h e5d2b6d50f Fix some missing categories in visual shader nodes пре 8 месеци
visual_shader_sdf_nodes.cpp f248420a2b made visual shader ports expandable by default if there is only one output port and it's of any vector type пре 1 година
visual_shader_sdf_nodes.h e5d2b6d50f Fix some missing categories in visual shader nodes пре 8 месеци
world_2d.cpp 6dd4a68797 Reorganize some code to have 2D things grouped together пре 7 месеци
world_2d.h e2f1af8742 Remove self includes in some files пре 9 месеци