index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #92986 from Repiteo/core/ref-instantiate-integration
Thaddeus Crews
2024-11-11
5
-8
/
+8
|
\
|
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
5
-8
/
+8
*
|
Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor...
Kiro
2024-11-11
1
-0
/
+2
|
/
*
Merge pull request #98036 from bruvzg/para_btn_spacing
Thaddeus Crews
2024-11-10
2
-8
/
+37
|
\
|
*
[TextParagraph/Button] Add support for line spacing.
bruvzg
2024-10-10
2
-8
/
+37
*
|
Merge pull request #98773 from KeyboardDanni/tileset_collision_priority
Thaddeus Crews
2024-11-10
2
-0
/
+33
|
\
\
|
*
|
Add collision priority property to TileSet physics layers
Danni
2024-11-02
2
-0
/
+33
*
|
|
Merge pull request #96841 from maidopi-usagi/tree_item_height_cache
Thaddeus Crews
2024-11-10
2
-0
/
+6
|
\
\
\
|
*
|
|
replace computed height with cached item minimum size
MaidOpi
2024-11-07
2
-0
/
+6
*
|
|
|
Merge pull request #86600 from nikitalita/fix-missing-resources
Thaddeus Crews
2024-11-10
2
-15
/
+16
|
\
\
\
\
|
*
|
|
|
Fix missing resource properties being dropped on save
nikitalita
2024-11-05
2
-15
/
+16
*
|
|
|
|
Merge pull request #94889 from rune-scape/no-const-list-erase
Thaddeus Crews
2024-11-10
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Avoid const_cast in List::erase by requiring mutable elements
rune-scape
2024-11-08
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #98717 from nikitalita/fix-save-to-wav-caps
Thaddeus Crews
2024-11-10
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fix save to wav
nikitalita
2024-11-01
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #98317 from YYF233333/vformat
Thaddeus Crews
2024-11-07
1
-3
/
+7
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Optimize TileSetAtlasSource::_get_property_list
Yufeng Ying
2024-10-19
1
-3
/
+7
*
|
|
|
|
|
|
Merge pull request #98801 from zeux/my-final-form
Thaddeus Crews
2024-11-05
4
-23
/
+92
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Rewrite index optimization code for maximum efficiency
Arseny Kapoulkine
2024-11-04
4
-23
/
+92
*
|
|
|
|
|
|
|
Merge pull request #98571 from timothyqiu/pname-no-editor
Thaddeus Crews
2024-11-05
2
-6
/
+6
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Don't mark `PROPERTY_USAGE_NO_EDITOR` properties for translation
Haoyu Qiu
2024-10-26
2
-6
/
+6
*
|
|
|
|
|
|
|
Merge pull request #93401 from Repiteo/style/clang-tidy-fixes
Thaddeus Crews
2024-11-04
3
-19
/
+19
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-17
/
+17
|
*
|
|
|
|
|
|
|
Style: Apply `clang-tidy` fixes
Thaddeus Crews
2024-11-04
2
-2
/
+2
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #96705 from elmajime/camera_from_external_feed
Thaddeus Crews
2024-11-04
1
-4
/
+1
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Added external camera feed from external plugin on Android
maxime.chambefort
2024-10-30
1
-4
/
+1
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`
Michael Alexsander
2024-11-02
2
-4
/
+5
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #69197 from aaronfranke/fix-tiny-convex
Thaddeus Crews
2024-10-31
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix debug line drawing with tiny convex hull mesh colliders
Aaron Franke
2024-10-30
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #98303 from Chaosus/vs_transparency_preview
Yuri Rubinsky
2024-10-31
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add alpha channel display to vec4 previews of visual shader nodes
Chaosus
2024-10-18
1
-1
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #98620 from zeux/lodgen-cleanup
Clay John
2024-10-30
2
-294
/
+5
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
LOD: Remove "Raycast Normals" and associated "Normal Split Angle" settings
Arseny Kapoulkine
2024-10-28
2
-294
/
+5
*
|
|
|
|
|
Merge pull request #97934 from adamscott/give-AThousandShips-a-break
Thaddeus Crews
2024-10-29
10
-21
/
+21
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
10
-21
/
+21
*
|
|
|
|
|
Merge pull request #98529 from zeux/meshopt-22
Clay John
2024-10-27
2
-1
/
+8
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Update meshoptimizer to 0.22
Arseny Kapoulkine
2024-10-26
2
-1
/
+8
*
|
|
|
|
|
Merge pull request #98477 from Calinou/styleboxflat-corner-radius-increase-ra...
Thaddeus Crews
2024-10-25
1
-12
/
+12
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Increase range hint for StyleBoxFlat `border_width`, `corner_radius` and `exp...
Hugo Locurcio
2024-10-24
1
-12
/
+12
*
|
|
|
|
|
Merge pull request #98293 from timothyqiu/emptiness-is-indeed-form
Clay John
2024-10-24
1
-4
/
+4
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix error when undo tile deletion in TileSetAtlasSourceEditor
Haoyu Qiu
2024-10-18
1
-4
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #98451 from RandomShaper/ext_text_err
Thaddeus Crews
2024-10-24
2
-2
/
+26
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
ExternalTexture: Avoid error when destroyed without having been used
Pedro J. Estébanez
2024-10-23
2
-2
/
+26
|
|
/
/
/
*
|
|
|
Merge pull request #98041 from Hilderin/fix-lost-gdextensions-on-startup
Thaddeus Crews
2024-10-21
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix lost of gdextension on editor startup.
Hilderin
2024-10-20
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #97205 from tetrapod00/inspect-native-shader-code
Thaddeus Crews
2024-10-21
2
-0
/
+14
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add "Inspect Native Shader Code" to shader resource and shader editor
tetrapod00
2024-10-08
2
-0
/
+14
*
|
|
|
Merge pull request #97770 from tdaven/fix-94151
Thaddeus Crews
2024-10-14
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fix immediate mesh modifications that don't call set_mesh
Trevor Davenport
2024-10-03
1
-0
/
+2
*
|
|
|
Fix implementation of property_can_revert() in various classes
kobewi
2024-10-04
1
-6
/
+3
|
|
_
|
/
|
/
|
|
[next]