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_plugin.cpp
Age
Commit message (
Expand
)
Author
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-09
Display 2 decimals instead of 1 in editor frametime labels
Hugo Locurcio
2021-11-09
Clamp rotation for up/down orbiting shortcuts.
Ryan Roden-Corrent
2021-11-07
Fix preview sun and environment names
kobewi
2021-11-04
Use parameter classes instead of arguments for all physics queries
PouleyKetchoupp
2021-10-30
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
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-26
Fix click selection in the editor 3D viewport
jfons
2021-10-25
Refactored Node3D rotation modes
reduz
2021-10-23
Implement Alt + Mouse wheel to adjust FOV in the 3D editor viewport
Hugo Locurcio
2021-10-20
Update view name after processing orbit view shortcuts
Haoyu Qiu
2021-10-16
Merge pull request #51984 from rcorre/camera_shortcuts
Rémi Verschelde
2021-10-15
Swap args of Plane(point, normal) constructor
mennomax
2021-10-12
Increase object snapping distances in the 3D editor
Hugo Locurcio
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-05
Merge pull request #51437 from timothyqiu/selection-box-sep
Rémi Verschelde
2021-10-01
Allow shortcuts to have any number of bindings. Updated UI as required.
Eric M
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
Merge pull request #52544 from JFonS/lod_fixes
Juan Linietsky
2021-09-30
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-29
Use functions defined in the their classes.
Anilforextra
2021-09-27
Auto LOD fixes and improvements
jfons
2021-09-23
Construct values only when necessary.
Anilforextra
2021-09-23
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...
Rémi Verschelde
2021-09-22
Fix 3D view name typo
Haoyu Qiu
2021-09-21
Merge pull request #52886 from bruvzg/rtl_fixes
Rémi Verschelde
2021-09-21
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...
bruvzg
2021-09-20
Tweak the 3D editor inertia defaults for better responsiveness
Hugo Locurcio
2021-09-20
Fix error spam on quit
jfons
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-15
Fix issues with scaling Node3Ds
Krystof Klestil
2021-08-25
Merge pull request #51821 from Calinou/builtin-shaders-add-comments
JFonS
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-22
Implement camera orbiting shortcuts.
Ryan Roden-Corrent
2021-08-20
Add missing SNAME macro optimization for StringName in some functions
jmb462
2021-08-18
Add comments at the top of each built-in shader to ease debugging
Hugo Locurcio
2021-08-16
Merge pull request #51736 from JFonS/minor_fixes_n3ep
Rémi Verschelde
2021-08-16
Minor fixes to Node3DEditorPlugin
jfons
2021-08-14
Fix i18n of 3D view name
Haoyu Qiu
2021-08-13
Merge pull request #51035 from foxydevloper/drag-drop-more-support
Rémi Verschelde
2021-08-11
Merge pull request #51399 from RevoluPowered/improve_editor_grid_performance_4.0
Rémi Verschelde
2021-08-11
Implement editor grid performance improvements
Gordon MacPherson
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
Improve drag and drop by supporting more file types & node types
foxydevloper
2021-08-10
Organize methods in Viewport and explicitly name 3D methods with 3D
Aaron Franke
[next]