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
/
material_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-19
/
+21
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Fix typos with codespell
Rémi Verschelde
2022-01-07
1
-1
/
+1
*
Move metallic and roughness automated assignment to an inspector UndoRedo
SaracenOne
2022-01-06
1
-0
/
+39
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fixup last commit, change misleading CodeEditor for consistency
Rémi Verschelde
2021-12-09
1
-1
/
+1
*
Fix mid-air conflict between #55299 and #55692
Rémi Verschelde
2021-12-09
1
-1
/
+1
*
Add CanvasItem mode support to the MaterialEditor
Yuri Roubinsky
2021-12-07
1
-10
/
+41
*
Added convertor from `ORMMaterial3D` to `ShaderMaterial`
Yuri Roubinsky
2021-10-29
1
-0
/
+46
*
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
1
-0
/
+38
*
Conversion now includes "Local to scene" flag and name
Manuel Dun
2021-09-15
1
-0
/
+12
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-6
/
+6
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-20
/
+20
*
Optimize StringName usage
reduz
2021-07-18
1
-9
/
+9
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-17
/
+17
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-29
/
+0
*
Change non-existent World to World3D
qarmin
2020-04-18
1
-3
/
+3
*
Merge pull request #37509 from wazzy47/issue_36228
Rémi Verschelde
2020-04-10
1
-1
/
+11
|
\
|
*
Add "preview_on_sphere" setting of material editor plugin
Vasiliy
2020-04-04
1
-1
/
+11
*
|
Rename ViewportContainer to SubViewportContainer
Michael Alexsander
2020-04-01
1
-2
/
+2
|
/
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-18
/
+18
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-1
/
+1
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-5
/
+5
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-9
/
+9
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Working sky shader implementation
clayjohn
2020-03-21
1
-2
/
+117
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-6
/
+4
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
Modernized default 3D material, fixes material bugs.
Juan Linietsky
2020-02-11
1
-6
/
+6
*
Environment sky more or less working.
Juan Linietsky
2020-02-11
1
-1
/
+3
*
Texture refactor
Juan Linietsky
2020-02-11
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
/
+2
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-3
/
+0
*
Fix and restore text, material and mesh previewers.
Juan Linietsky
2019-03-04
1
-0
/
+204
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Move ParticlesMaterial code to its own resource file
Rémi Verschelde
2018-09-04
1
-389
/
+1
*
Fix "Convert To ShaderMaterial" option not working, closes #20891
JFonS
2018-08-26
1
-3
/
+3
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Finalized ability to convert from CanvasItem/Spatial/Particles materials to S...
Juan Linietsky
2017-11-14
1
-0
/
+38
*
Merge pull request #12228 from hi-ogawa/fix-spatial-shader-conversion-with-te...
Rémi Verschelde
2017-10-20
1
-2
/
+10
|
\
|
*
Fix spatial shader conversion with texture
Hiroshi Ogawa
2017-10-19
1
-2
/
+10
*
|
Create ParticlesMaterialConversionPlugin and format generated shader code
Hiroshi Ogawa
2017-10-12
1
-0
/
+39
|
/
[next]