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
/
3d
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #75901 from reduz/refactor-node-processing
Rémi Verschelde
2023-05-10
1
-1
/
+8
|
\
|
*
Refactor Node Processing
Juan Linietsky
2023-05-09
1
-1
/
+8
*
|
Rework Navigation Avoidance
smix8
2023-05-10
6
-278
/
+792
*
|
Fix various errors when running the unit tests
RedworkDE
2023-05-09
1
-1
/
+2
|
/
*
Merge pull request #76004 from mashumafi/wait-nav-region-thread
Max Hilbrunner
2023-05-05
1
-0
/
+4
|
\
|
*
Wait for navigation baking to finish before destruction
mashumafi
2023-05-02
1
-0
/
+4
*
|
Light3D show scaling warning immediately
VolTer
2023-05-01
5
-18
/
+7
*
|
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
|
Fix editor lock on sdf collision bake on error
Samuele Panzeri
2023-04-19
1
-2
/
+7
*
|
Merge pull request #70332 from aaronfranke/rigid-body-units
Rémi Verschelde
2023-04-18
1
-2
/
+2
|
\
\
|
*
|
Improve some units in RigidBody nodes
Aaron Franke
2023-04-15
1
-2
/
+2
*
|
|
Merge pull request #72749 from aaronfranke/area-priority
Yuri Sizov
2023-04-18
2
-5
/
+5
|
\
\
\
|
*
|
|
Make Area physics priority consistently int and allow negative numbers
Aaron Franke
2023-04-18
2
-5
/
+5
|
|
/
/
*
/
/
Fix NavigationMesh debug visuals for non-triangulated meshes
smix8
2023-04-16
1
-25
/
+58
|
/
/
*
/
Use angle_rand to calculate base_angle in particles process material
clayjohn
2023-04-13
1
-2
/
+2
|
/
*
Add Mesh ConvexDecompositionSettings wrapper
smix8
2023-04-07
2
-7
/
+13
*
Fix NavigationObstacles not being added to avoidance simulation
smix8
2023-04-06
2
-0
/
+9
*
Change VehicleWheel3D suspension travel to use meters internally
Aaron Franke
2023-04-03
2
-5
/
+5
*
Merge pull request #75326 from smix8/navigationagent_expose_parameters_4.x
Rémi Verschelde
2023-04-03
2
-0
/
+40
|
\
|
*
Expose NavigationAgent path postprocessing and pathfinding algorithm options
smix8
2023-03-25
2
-0
/
+40
*
|
Fixed property hint for platform layers on 3D physics body
Brennen Shaughnessy
2023-03-31
1
-2
/
+2
*
|
Merge pull request #75398 from newobj/issue-75218
Yuri Sizov
2023-03-28
1
-0
/
+5
|
\
\
|
*
|
Update GPUParticles2D/3D speed scale on ENTER_TREE
Brian Long
2023-03-27
1
-0
/
+5
|
|
/
*
|
Merge pull request #75266 from rburing/shapecast2d_disconnect
Yuri Sizov
2023-03-27
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
Port robust signal (dis)connection to ShapeCast2D
Ricardo Buring
2023-03-24
1
-4
/
+2
*
|
Set VehiculeWheel3D `suspension_travel` default value to a resonable one
Adam Scott
2023-03-18
1
-1
/
+1
*
|
Fix NavigationAgent3D debug path duplicated points
smix8
2023-03-16
1
-19
/
+21
|
/
*
Merge pull request #74555 from RedworkDE/cpuparticles3d-update-buffer-overrun
Rémi Verschelde
2023-03-08
1
-1
/
+1
|
\
|
*
Fix buffer overrun in CPUParticles3D
RedworkDE
2023-03-07
1
-1
/
+1
*
|
Fixed incorrect ERROR message when setting new PrimitiveMesh
Johan Aires Rastén
2023-03-04
1
-1
/
+3
|
/
*
Merge pull request #73749 from fabriceci/expose-apply-floor-snap
Rémi Verschelde
2023-03-03
2
-2
/
+12
|
\
|
*
Exposes the apply_floor_snap function to allow a snap to be made regardless o...
fabriceci
2023-02-22
2
-2
/
+12
*
|
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-26
11
-7
/
+68
*
|
Fix ShapeCast3D add and remove exception functions
smix8
2023-02-23
2
-16
/
+10
|
/
*
Fix crash when reparenting SoftBody3D with pinned points
PrecisionRender
2023-02-20
2
-3
/
+13
*
Remove visual limit for damping in CPUParticles
Albin
2023-02-19
1
-2
/
+2
*
Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale
Rémi Verschelde
2023-02-17
1
-1
/
+1
|
\
|
*
Fix Editor hanging if audiostream's pitch_scale is NaN
stmSi
2022-12-24
1
-1
/
+1
*
|
Merge pull request #73428 from smix8/navigation_tweak_agent3d_4.x
Rémi Verschelde
2023-02-17
2
-12
/
+12
|
\
\
|
*
|
Tweak NavigationAgent3D defaults
smix8
2023-02-16
2
-12
/
+12
*
|
|
Only include emission when enabled in material during VoxelGI bake
clayjohn
2023-02-16
1
-14
/
+18
|
/
/
*
|
Merge pull request #73229 from smix8/navlink_global_positions_4.x
Rémi Verschelde
2023-02-16
3
-0
/
+60
|
\
\
|
*
|
Add NavigationLink helper functions for global positions
smix8
2023-02-14
3
-0
/
+60
*
|
|
Clamp Decal size to positive values
Hugo Locurcio
2023-02-13
1
-1
/
+1
|
/
/
*
|
Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug
Rémi Verschelde
2023-02-13
1
-0
/
+12
|
\
\
|
*
|
Mark dirty flags when shaped texts are invalidated
MinusKube
2023-01-28
1
-0
/
+12
*
|
|
Merge pull request #73136 from clayjohn/LightmapGI-exr
Rémi Verschelde
2023-02-12
1
-1
/
+2
|
\
\
\
|
*
|
|
Set Default compression to VRAM uncompressed for LightmapGI
clayjohn
2023-02-11
1
-1
/
+2
*
|
|
|
Strip name prefix of navigation agent debug properties in the inspector
Haoyu Qiu
2023-02-11
1
-1
/
+1
|
/
/
/
*
|
|
Improve some editor strings for localization
Haoyu Qiu
2023-02-09
1
-1
/
+1
[next]