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-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
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-23
Implemented Soft body
AndreaCatania
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-12
Merge pull request #19540 from muiroc/cylinder
Max Hilbrunner
2018-07-01
added cylinder shape support
muiroc
2018-06-28
Fix selection in 3D orthogonal view
JFonS
2018-06-13
Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard
Rémi Verschelde
2018-06-13
Polished 3D selection
JFonS
2018-05-07
Implemented ragdoll
AndreaCatania
2018-05-03
Merge pull request #16358 from JFonS/particlesgizmo_box_fix
Rémi Verschelde
2018-04-21
Fixes logically dead code (Coverity)
Crazy-P
2018-02-14
ParticlesGizmo solid box now follows actual visibility_aabb position.
JFonS
2018-02-13
Merge pull request #16402 from Calinou/fix-camera-gizmo
Rémi Verschelde
[next]