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
/
spatial_editor_plugin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-883
/
+0
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-90
/
+90
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-2
/
+2
*
Fixes transform gizmo position when node has default transform
simpuid
2020-03-21
1
-1
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-3
/
+3
*
Merge pull request #36917 from volzhs/cancel-snap-setting
Rémi Verschelde
2020-03-09
1
-0
/
+5
|
\
|
*
Update snap setting only with OK
volzhs
2020-03-09
1
-0
/
+5
*
|
Merge pull request #36914 from guilhermefelipecgs/fix_check_view_information
Rémi Verschelde
2020-03-09
1
-0
/
+1
|
\
\
|
*
|
Fix the VIEW_INFORMATION checkbox not being selected
Guilherme Felipe
2020-03-08
1
-0
/
+1
|
|
/
*
/
Add rotation widget to 3D viewport
jfons
2020-03-08
1
-1
/
+47
|
/
*
Added normalmap guided roughness mipmap generator, and a global roughness lim...
Juan Linietsky
2020-02-11
1
-0
/
+2
*
Re-implemented screen space ambient occlusion
Juan Linietsky
2020-02-11
1
-0
/
+1
*
Auto exposure re-implemented in Vulkan
Juan Linietsky
2020-02-11
1
-0
/
+1
*
More GIProbe work and fixes
Juan Linietsky
2020-02-11
1
-0
/
+1
*
GIProbes working.
Juan Linietsky
2020-02-11
1
-1
/
+8
*
Modernized default 3D material, fixes material bugs.
Juan Linietsky
2020-02-11
1
-9
/
+9
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Include locked nodes on selection list
Tomasz Chabora
2020-02-10
1
-1
/
+1
*
Add a crosshair to the 3D viewport
Hugo Locurcio
2020-01-13
1
-0
/
+1
*
Merge pull request #34720 from Calinou/light-gizmo-color-by-light
Rémi Verschelde
2020-01-02
1
-2
/
+2
|
\
|
*
Tint 3D light gizmos using the light's color
Hugo Locurcio
2020-01-01
1
-2
/
+2
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
|
/
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Implement game camera override
Erik
2019-10-23
1
-5
/
+7
*
Fix calculate_spatial_bounds for selection display
jfons
2019-10-04
1
-1
/
+1
*
Merge pull request #32119 from Calinou/unify-axis-colors
Rémi Verschelde
2019-09-25
1
-1
/
+0
|
\
|
*
Use the same axis colors consistently in the 2D and 3D editors
Hugo Locurcio
2019-09-13
1
-1
/
+0
*
|
Added skin support and simplified APIs to override bone position.
Juan Linietsky
2019-09-18
1
-1
/
+2
|
/
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
Improve the gizmo axis colors and increase the manipulator opacity
Hugo Locurcio
2019-08-01
1
-1
/
+3
*
Add 'Align Rotation with View' to spatial editor
malbach
2019-07-23
1
-1
/
+2
*
Fixed Make 3D viewport locked nodes unselectable as in 2D viewport #29903
Nikhil Kumar
2019-07-16
1
-1
/
+1
*
Use reference to constant in functions
qarmin
2019-07-10
1
-1
/
+1
*
Script API methods must return Ref<T> instead of Reference*
Ignacio Etcheverry
2019-07-05
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Merge pull request #27188 from samH-FIT/MacroUpdate
Rémi Verschelde
2019-06-19
1
-1
/
+2
|
\
|
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+2
*
|
Fixed navigation schemes Modo/Maya when used with grid map tile placement
Zach Young
2019-06-19
1
-6
/
+6
|
/
*
Merge pull request #27860 from Calinou/improve-3d-snapping
Rémi Verschelde
2019-04-21
1
-3
/
+3
|
\
|
*
Make 3D snapping finer when holding Shift
Hugo Locurcio
2019-04-09
1
-3
/
+3
*
|
Add grouping to 3D editor
JFonS
2019-04-17
1
-0
/
+4
|
/
*
Add priority to gizmos and fix small issues
JFonS
2019-03-12
1
-1
/
+4
*
Remove copy and use instance material override in gizmos, fixes #23783
Juan Linietsky
2019-02-23
1
-1
/
+2
*
Fix icon color for gizmos menu when theme changed
Chaosus
2019-02-15
1
-0
/
+1
*
Minor fixes and documentation for Spatial Gizmos
JFonS
2019-01-27
1
-1
/
+3
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #24506 from JFonS/expose_gizmos
Rémi Verschelde
2018-12-30
1
-10
/
+12
|
\
|
*
Expose the new gizmo plugin system to scripting
JFonS
2018-12-21
1
-10
/
+12
*
|
Change default gizmo visibility and icons
JFonS
2018-11-18
1
-3
/
+3
|
/
*
Make "Perspective" button look like a actual clickable button
Michael Alexsander Silva Dias
2018-10-18
1
-1
/
+2
[next]