summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-01-04Merge pull request #56362 from V-Sekai/preview_node_sanitizeRémi Verschelde
2022-01-04Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde
2022-01-04Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Scale freelook sensitivity with zoom in the 3D editorHugo Locurcio
2021-12-30Clean preview_node of all none VisualInstancesSaracenOne
2021-12-29Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-12-01Automatically add root node when drag-and-dropping in 3D editorHugo Locurcio
2021-11-27Fix offset in Viewport drag movementPablo Dobarro
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
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-06Added SSIL post processing effectclayjohn
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