index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
node_3d_editor_gizmos.cpp
Age
Commit message (
Expand
)
Author
2022-05-26
Add a gizmo to visualize AudioStreamPlayer3D's audible radius
Hugo Locurcio
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Merge pull request #61068 from Calinou/editor-gpuparticles3d-tweak-attractor-...
Rémi Verschelde
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-16
Use a different color for GPUParticlesAttractor3D editor gizmos
Hugo Locurcio
2022-05-03
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-04-28
Fix cppcheck const parameters
Markus Sauermann
2022-04-22
Implement Label3D node.
bruvzg
2022-03-12
Fix out of bounds crash in particle collision gizmo
Ricardo Buring
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-02-22
Fix GIProbe gizmo out of bounds crash
lawnjelly
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-07
Improvements and fixes to occluders
jfons
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-01-12
Merge pull request #56692 from JFonS/fix_gizmo_secondary_handles
Rémi Verschelde
2022-01-12
Fix secondary handles in editor gizmos
jfons
2022-01-12
Use List Initializations for Vectors.
Anilforextra
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-08
Rename GPUParticles attractor and collision nodes to have a 3D suffix
Hugo Locurcio
2021-12-05
Remove or make verbose some debugging prints
Hugo Locurcio
2021-12-03
Allow any kind of Mesh to be added to an EditorNode3DGizmo
Marcel Admiraal
2021-11-28
Visibility rect only shown when a GPUParticle2D is selected to reduce visual ...
Raffaele Picca
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-15
Swap args of Plane(point, normal) constructor
mennomax
2021-10-09
Fix missing argument names in bindings
Rémi Verschelde
2021-10-06
Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo
Rémi Verschelde
2021-10-07
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-04
Remove ClippedCamera3D
reduz
2021-10-01
Rename Joint2D and Joint3D files for consistency
PouleyKetchoupp
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-21
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-17
Merge pull request #52751 from Rubonnek/rename-listener-nodes
Rémi Verschelde
2021-09-17
Print a warning if a 3D editor gizmo has no name defined
Hugo Locurcio
2021-09-16
Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D
Wilson E. Alvarez
2021-09-16
Merge pull request #52681 from nekomatata/rename-rigid-body
Camille Mohr-Daurat
2021-09-16
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
PouleyKetchoupp
2021-09-16
Display a editor gizmo icon for Listener3D
Hugo Locurcio
2021-09-14
Rename WorldMarginShape to WorldBoundaryShape
PouleyKetchoupp
2021-09-07
Fixed regression of skinning with skeleton
Silc 'Tokage' Renew
2021-08-24
Rename RayShape to SeparationRayShape
PouleyKetchoupp
2021-08-24
Restore RayShape as a regular shape type
PouleyKetchoupp
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-19
Fix capsule height/radius setters with linked properties
PouleyKetchoupp
2021-08-17
Fixes to tests for Variant and Geometry3D
Aaron Franke
2021-08-14
New and improved IK system for Skeleton3D
TwistedTwigleg
2021-08-11
Make radius & height in CapsuleShape3D independent
PouleyKetchoupp
2021-08-10
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-08-07
Removes const from set functions on the Gizmos
AndreaCatania
[next]