summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-09Display 2 decimals instead of 1 in editor frametime labelsHugo Locurcio
2021-11-09Clamp rotation for up/down orbiting shortcuts.Ryan Roden-Corrent
2021-11-07Fix preview sun and environment nameskobewi
2021-11-04Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-28Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-26Fix click selection in the editor 3D viewportjfons
2021-10-25Refactored Node3D rotation modesreduz
2021-10-23Implement Alt + Mouse wheel to adjust FOV in the 3D editor viewportHugo Locurcio
2021-10-20Update view name after processing orbit view shortcutsHaoyu Qiu
2021-10-16Merge pull request #51984 from rcorre/camera_shortcutsRémi Verschelde
2021-10-15Swap args of Plane(point, normal) constructormennomax
2021-10-12Increase object snapping distances in the 3D editorHugo Locurcio
2021-10-06Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-10-05Merge pull request #51437 from timothyqiu/selection-box-sepRémi Verschelde
2021-10-01Allow shortcuts to have any number of bindings. Updated UI as required.Eric M
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Merge pull request #52544 from JFonS/lod_fixesJuan Linietsky
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-27Auto LOD fixes and improvementsjfons
2021-09-23Construct values only when necessary.Anilforextra
2021-09-23Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde
2021-09-22Fix 3D view name typoHaoyu Qiu
2021-09-21Merge pull request #52886 from bruvzg/rtl_fixesRémi Verschelde
2021-09-21Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...bruvzg
2021-09-20Tweak the 3D editor inertia defaults for better responsivenessHugo Locurcio
2021-09-20Fix error spam on quitjfons
2021-09-16Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez
2021-09-16Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-09-16Display a editor gizmo icon for Listener3DHugo Locurcio
2021-09-15Fix issues with scaling Node3DsKrystof Klestil
2021-08-25Merge pull request #51821 from Calinou/builtin-shaders-add-commentsJFonS
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Implement camera orbiting shortcuts.Ryan Roden-Corrent
2021-08-20Add missing SNAME macro optimization for StringName in some functionsjmb462
2021-08-18Add comments at the top of each built-in shader to ease debuggingHugo Locurcio
2021-08-16Merge pull request #51736 from JFonS/minor_fixes_n3epRémi Verschelde
2021-08-16Minor fixes to Node3DEditorPluginjfons
2021-08-14Fix i18n of 3D view nameHaoyu Qiu
2021-08-13Merge pull request #51035 from foxydevloper/drag-drop-more-supportRémi Verschelde
2021-08-11Merge pull request #51399 from RevoluPowered/improve_editor_grid_performance_4.0Rémi Verschelde
2021-08-11Implement editor grid performance improvementsGordon MacPherson
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-10Improve drag and drop by supporting more file types & node typesfoxydevloper
2021-08-10Organize methods in Viewport and explicitly name 3D methods with 3DAaron Franke