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
/
spatial_editor_gizmos.cpp
Age
Commit message (
Expand
)
Author
2019-11-13
Fix broken gizmo interaction when Node is scaled
JFonS
2019-10-11
Fixes concaveshape not selecting in viewport
Emmanuel Barroga
2019-09-25
Merge pull request #32325 from SaracenOne/add_mesh_bindings_fix
Rémi Verschelde
2019-09-25
Merge pull request #32119 from Calinou/unify-axis-colors
Rémi Verschelde
2019-09-25
SpatialEditorGizmo add_mesh bindings fix
Saracen
2019-09-24
Improve the AudioStreamPlayer3D gizmo
Hugo Locurcio
2019-09-24
Fix wrong defval in EditorSpatialGizmo.add_mesh method bind
Ignacio Etcheverry
2019-09-23
Merge pull request #32275 from godotengine/skin_support
Rémi Verschelde
2019-09-18
Added skin support and simplified APIs to override bone position.
Juan Linietsky
2019-09-17
Improve the 3D light gizmos
Hugo Locurcio
2019-09-13
Use the same axis colors consistently in the 2D and 3D editors
Hugo Locurcio
2019-08-21
Draw 3D collision shape/raycast gizmos in grayscale when disabled
Hugo Locurcio
2019-08-08
Add particles icon to CPUParticles
Cameron Reikes
2019-07-03
Implement snapping for most 3D gizmos
Hugo Locurcio
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-20
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
Fix always true/false values
qarmin
2019-06-03
Add HeightMapShape mesh in CollisionShape gizmo
JFonS
2019-05-08
[EditorSpatialGizmo] Fix error in intersect_ray
Guilherme Felipe
2019-04-23
Merge pull request #26064 from JFonS/add_frustum_camera_mode
Hein-Pieter van Braam
2019-04-08
Small fixes, mostly dupicated code
qarmin
2019-03-12
Add priority to gizmos and fix small issues
JFonS
2019-02-25
doc: Sync classref with current source
Rémi Verschelde
2019-02-24
Fix default value of EditorSpatialGizmo.add_mesh method bind
Ignacio Etcheverry
2019-02-23
Remove copy and use instance material override in gizmos, fixes #23783
Juan Linietsky
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
Fix navigation editor color materials not having unique names
Michael Alexsander Silva Dias
2019-02-19
Add FRUSTUM camera mode, allowing tilted frustums
JFonS
2019-02-08
Fix undo for Particles 3D gizmo
Chaosus
2019-02-01
Merge pull request #25540 from JFonS/remove_gizmo_errors
Rémi Verschelde
2019-02-01
Fix gizmo errors on "Align with view"
JFonS
2019-01-27
Minor fixes and documentation for Spatial Gizmos
JFonS
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-04
Fix more "may be used initialized" warnings from GCC 7
Rémi Verschelde
2018-09-27
Fix warnings on non-static data member initializers (C++11 feature)
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-09
Fix SoftBody gizmo slowness, add ConcaveShape wireframe
JFonS
2018-09-05
Merge pull request #21707 from JFonS/fix_instanced_selection
Rémi Verschelde
2018-09-04
Move ParticlesMaterial code to its own resource file
Rémi Verschelde
2018-09-02
Fix selection of instanced scenes in 3D
JFonS
2018-08-26
Fixed physics bone crash: #20397
Andrea Catania
2018-08-21
Style: Fix issues that went past CI
Rémi Verschelde
2018-08-21
Clipped camera implementation, a camera that avoids going into geometry.
Juan Linietsky
2018-08-21
Fix arg name in docs, some copy-paste errors
Poommetee Ketson
2018-08-18
added spring arm node.
QbieShay
2018-08-11
Improvements on the gizmo disabling menu and icon selection bugfix
JFonS
2018-08-09
New gizmo structure and new gizmo disabling menu
JFonS
2018-08-06
Respect process order for out of order skeleton bones (fixes GLTF2 import iss...
Juan Linietsky
[next]