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
/
path_3d_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-19
/
+100
|
\
|
*
Merge pull request #86195 from GreenCrowDev/curve3d_close
Thaddeus Crews
2024-11-18
1
-19
/
+100
|
|
\
|
|
*
Implement closed path for Curve3d
matricola787
2024-11-16
1
-19
/
+100
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
|
|
*
|
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
|
|
/
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-8
/
+8
|
\
|
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-8
/
+8
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-2
/
+5
*
Cleanup Path3D editor
kobewi
2024-09-07
1
-50
/
+23
*
Add Create Curve button to Path2D editor
kobewi
2024-09-06
1
-9
/
+46
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-12
/
+12
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-4
/
+4
*
Merge pull request #90966 from Calinou/debug-draw-use-runtime-colors
Rémi Verschelde
2024-05-07
1
-1
/
+1
|
\
|
*
Use same colors for editor and running project for collision/path debug
Hugo Locurcio
2024-04-21
1
-1
/
+1
*
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-2
/
+2
*
|
Fix Path3D tilt gizmo raycasting against local plane
kleonc
2024-04-24
1
-9
/
+5
|
/
*
Merge pull request #89933 from jsjtxietian/path3d-remove
Rémi Verschelde
2024-04-04
1
-1
/
+58
|
\
|
*
Support “clear points” function in Path3D editor
jsjtxietian
2024-03-27
1
-1
/
+58
*
|
Merge pull request #89847 from GreenCrowDev/missing-bezier-handles
Rémi Verschelde
2024-04-04
1
-51
/
+87
|
\
\
|
*
|
UX and stability improvements for Path3D node
matricola787
2024-03-25
1
-51
/
+87
|
|
/
*
/
Fix path3d's pick works incorrectly when viewport is in half resolution
jsjtxietian
2024-03-26
1
-12
/
+23
|
/
*
Use subgizmos instead of handles for Path3D curve points
pohy
2024-02-22
1
-43
/
+166
*
Merge pull request #83741 from BlueCube3310/path-3d-plugin-optimize
Yuri Sizov
2023-12-08
1
-8
/
+20
|
\
|
*
Optimize Path3DGizmo mesh generation
BlueCube3310
2023-10-21
1
-8
/
+20
*
|
Fix theme application in various editor dialogs
Yuri Sizov
2023-12-04
1
-0
/
+3
|
/
*
Improve Path3D gizmo usability
Yaohua Xiong
2023-10-03
1
-15
/
+28
*
Merge pull request #81939 from YuriSizov/gui-flat-and-depressed
Rémi Verschelde
2023-09-25
1
-5
/
+7
|
\
|
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-5
/
+7
*
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-1
/
+1
|
/
*
Merge pull request #81516 from YuriSizov/editor-theme-access-the-success
Yuri Sizov
2023-09-15
1
-7
/
+8
|
\
|
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-7
/
+8
*
|
Improve the looks of 2D/3D viewport contextual toolbars
Yuri Sizov
2023-09-13
1
-29
/
+11
|
/
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-7
/
+7
*
Add handles to control Curve3D tilt
Daniel Roberts
2023-08-12
1
-134
/
+251
*
Add move control points button to PAth3D Editor
ajreckof
2023-06-05
1
-7
/
+23
*
Fix Pathfollow direction
Silc Renew
2023-05-24
1
-2
/
+2
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-6
/
+6
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Handle corner cases for curve baking
Yaohua Xiong
2022-12-14
1
-5
/
+2
*
draw fish bones for Path2D and Path3D
Yaohua Xiong
2022-12-05
1
-19
/
+44
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-9
/
+9
*
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-10-04
1
-2
/
+2
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+2
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-4
/
+4
|
\
[next]