index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
node_3d_editor_plugin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-0
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+2
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-2
/
+0
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-4
/
+5
*
Merge pull request #56597 from V-Sekai/material_drag_and_drop
Rémi Verschelde
2022-07-28
1
-3
/
+24
|
\
|
*
Add drag-and-drop support for materials in 3D
SaracenOne
2022-07-19
1
-3
/
+24
*
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-1
/
+1
*
|
Use FlowContainer to handle toolbar overflow more gracefully
Yuri Sizov
2022-07-20
1
-3
/
+2
|
/
*
Merge pull request #59776 from fire-forge/more-round
Rémi Verschelde
2022-06-10
1
-1
/
+0
|
\
|
*
Add rounded corners to the contextual toolbar
FireForge
2022-05-25
1
-1
/
+0
*
|
Initial TAA implementation
jfons
2022-06-07
1
-0
/
+1
*
|
Update half resolution immediately
kobewi
2022-06-03
1
-0
/
+1
|
/
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-4
/
+4
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-1
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-85
/
+85
*
Fixes camera preview toggle in additional editor viewports not disappearing c...
Igor Kordiukiewicz
2022-02-28
1
-1
/
+1
*
Fixed issues with shortcut checking in 3d node editor
Eric M
2022-02-18
1
-0
/
+3
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+0
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-6
/
+3
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+6
*
Merge pull request #57919 from mbrlabs/region-select-fixes
JFonS
2022-02-11
1
-0
/
+1
|
\
|
*
Fixed issues with 3D region-select in the editor
Marcus Brummer
2022-02-11
1
-0
/
+1
*
|
Don't block input after cancelling transform.
Ryan Roden-Corrent
2022-02-10
1
-0
/
+1
|
/
*
Revert "Show the 3D transform gizmo in the center when otherwise offscreen"
Rémi Verschelde
2022-02-09
1
-49
/
+30
*
Show the 3D transform gizmo in the center when otherwise offscreen
Aaron Franke
2022-02-08
1
-30
/
+49
*
Improve rotation in the 3D transform gizmo
jfons
2022-02-08
1
-0
/
+1
*
Merge pull request #56543 from rcorre/blendermotion-4.0
Rémi Verschelde
2022-02-08
1
-2
/
+11
|
\
|
*
Implement blender-style 3D transform tools.
Ryan Roden-Corrent
2022-01-22
1
-2
/
+11
*
|
Merge pull request #56619 from timothyqiu/left-right-palette
Rémi Verschelde
2022-01-18
1
-2
/
+11
|
\
\
|
|
/
|
/
|
|
*
Allow showing both left and right side panels
Haoyu Qiu
2022-01-08
1
-2
/
+11
*
|
Fix secondary handles in editor gizmos
jfons
2022-01-12
1
-2
/
+11
|
/
*
Merge pull request #53684 from TokageItLab/orthogonal-mode
Rémi Verschelde
2022-01-05
1
-1
/
+1
|
\
|
*
Fix some gizmo behavior to make more consistent
Silc 'Tokage' Renew
2021-12-25
1
-1
/
+1
*
|
Merge pull request #56362 from V-Sekai/preview_node_sanitize
Rémi Verschelde
2022-01-04
1
-0
/
+3
|
\
\
|
*
|
Clean preview_node of all none VisualInstances
SaracenOne
2021-12-30
1
-0
/
+3
|
|
/
*
|
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
Rémi Verschelde
2022-01-04
1
-0
/
+1
|
\
\
|
*
|
Added SSIL post processing effect
clayjohn
2021-11-06
1
-0
/
+1
|
|
/
*
/
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
1
-0
/
+1
*
Implement Alt + Mouse wheel to adjust FOV in the 3D editor viewport
Hugo Locurcio
2021-10-23
1
-1
/
+5
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
*
Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo
Rémi Verschelde
2021-10-06
1
-1
/
+2
|
\
|
*
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-07
1
-1
/
+2
*
|
Merge pull request #51437 from timothyqiu/selection-box-sep
Rémi Verschelde
2021-10-05
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make 3D selection box independent of object size
Haoyu Qiu
2021-08-09
1
-0
/
+2
*
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-5
/
+3
*
|
Fix editor grid perspective undefined behaviour
Gordon MacPherson
2021-08-17
1
-1
/
+1
*
|
Fix i18n of 3D view name
Haoyu Qiu
2021-08-14
1
-1
/
+11
[next]