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