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
/
editor
/
plugins
/
node_3d_editor_gizmos.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Rename Position* nodes to Marker*
Micky
2022-08-23
1
-9
/
+9
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-21
/
+22
|
/
*
Fix NavigationRegion3D gizmo's odd visual behavior
Josh Jones
2022-08-06
1
-24
/
+11
*
Fix `ShapeCast3D` creating runtime shape in editor
PrecisionRender
2022-07-30
1
-1
/
+4
*
Merge pull request #62601 from smix8/navigation_3d_debug_4.x
Rémi Verschelde
2022-07-29
1
-25
/
+90
|
\
|
*
Add more detailed Navigation Debug Visualization
smix8
2022-07-29
1
-25
/
+90
*
|
Merge pull request #63161 from PrecisionRender/master
Rémi Verschelde
2022-07-29
1
-0
/
+36
|
\
\
|
*
|
Add ShapeCast3D node
PrecisionRender
2022-07-28
1
-0
/
+36
*
|
|
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-16
1
-57
/
+57
|
/
/
*
/
Fix 3D editor gizmos appearing in GI following default GI mode change
Hugo Locurcio
2022-07-02
1
-0
/
+1
|
/
*
Add a gizmo to visualize AudioStreamPlayer3D's audible radius
Hugo Locurcio
2022-05-26
1
-0
/
+85
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Merge pull request #61068 from Calinou/editor-gpuparticles3d-tweak-attractor-...
Rémi Verschelde
2022-05-16
1
-9
/
+19
|
\
|
*
Use a different color for GPUParticlesAttractor3D editor gizmos
Hugo Locurcio
2022-05-16
1
-9
/
+19
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
|
/
*
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-13
/
+13
*
Fix cppcheck const parameters
Markus Sauermann
2022-04-28
1
-1
/
+1
*
Implement Label3D node.
bruvzg
2022-04-22
1
-0
/
+33
*
Fix out of bounds crash in particle collision gizmo
Ricardo Buring
2022-03-12
1
-5
/
+0
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-11
/
+11
*
Fix GIProbe gizmo out of bounds crash
lawnjelly
2022-02-22
1
-5
/
+0
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+0
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
Improvements and fixes to occluders
jfons
2022-02-07
1
-0
/
+213
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-1
/
+1
*
Merge pull request #56692 from JFonS/fix_gizmo_secondary_handles
Rémi Verschelde
2022-01-12
1
-115
/
+91
|
\
|
*
Fix secondary handles in editor gizmos
jfons
2022-01-12
1
-115
/
+91
*
|
Use List Initializations for Vectors.
Anilforextra
2022-01-12
1
-52
/
+54
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename GPUParticles attractor and collision nodes to have a 3D suffix
Hugo Locurcio
2021-12-08
1
-12
/
+12
*
Remove or make verbose some debugging prints
Hugo Locurcio
2021-12-05
1
-1
/
+0
*
Allow any kind of Mesh to be added to an EditorNode3DGizmo
Marcel Admiraal
2021-12-03
1
-1
/
+3
*
Visibility rect only shown when a GPUParticle2D is selected to reduce visual ...
Raffaele Picca
2021-11-28
1
-1
/
+1
*
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
1
-0
/
+117
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-9
/
+9
*
Swap args of Plane(point, normal) constructor
mennomax
2021-10-15
1
-2
/
+2
*
Fix missing argument names in bindings
Rémi Verschelde
2021-10-09
1
-1
/
+1
*
Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo
Rémi Verschelde
2021-10-06
1
-163
/
+0
|
\
|
*
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-07
1
-163
/
+0
*
|
Remove ClippedCamera3D
reduz
2021-10-04
1
-41
/
+0
|
/
*
Rename Joint2D and Joint3D files for consistency
PouleyKetchoupp
2021-10-01
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-21
1
-6
/
+6
*
Merge pull request #52751 from Rubonnek/rename-listener-nodes
Rémi Verschelde
2021-09-17
1
-10
/
+10
|
\
|
*
Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D
Wilson E. Alvarez
2021-09-16
1
-10
/
+10
*
|
Print a warning if a 3D editor gizmo has no name defined
Hugo Locurcio
2021-09-17
1
-1
/
+3
|
/
*
Merge pull request #52681 from nekomatata/rename-rigid-body
Camille Mohr-Daurat
2021-09-16
1
-19
/
+19
|
\
|
*
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
PouleyKetchoupp
2021-09-16
1
-19
/
+19
*
|
Display a editor gizmo icon for Listener3D
Hugo Locurcio
2021-09-16
1
-2
/
+23
*
|
Rename WorldMarginShape to WorldBoundaryShape
PouleyKetchoupp
2021-09-14
1
-4
/
+4
|
/
[prev]
[next]