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
/
scene
/
resources
/
shader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement coloring for disabled branches in the shader editor
Yuri Rubinsky
2022-08-14
1
-1
/
+1
*
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-04
1
-5
/
+5
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
Implement shader uniform groups/subgroups
Yuri Rubinsky
2022-07-26
1
-5
/
+9
*
Clean up Shader Preprocessor
reduz
2022-07-22
1
-12
/
+29
*
Adding shader preprocessor support
Yuri Roubinsky
2022-07-22
1
-1
/
+21
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-4
/
+4
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-4
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix default_texture_param in shader pipeline to support uniform arrays
Yuri Roubinsky
2021-11-12
1
-13
/
+21
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
1
-0
/
+3
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Preserve original name in shader params cache
Aaron Franke
2021-08-05
1
-1
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-3
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Rename the `.shader` file extension to `.gdshader`
Hugo Locurcio
2021-03-24
1
-3
/
+3
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+1
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-2
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
1
-1
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2020-09-04
1
-2
/
+0
*
Set "shader_param/" prefix in Shader::has_param()
Marcus Brummer
2020-06-04
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+11
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-22
/
+0
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-9
/
+9
*
Add shader based background mode
Bastiaan Olij
2020-03-19
1
-0
/
+3
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-4
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Don't open VisualShaders in the text shader editor, and don't support saving ...
elasota
2018-09-14
1
-2
/
+9
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Visual Shaders are back.
Juan Linietsky
2018-07-14
1
-2
/
+16
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
A promise is a promise, so added ability to load and save shaders as text fil...
Juan Linietsky
2017-12-26
1
-0
/
+77
*
Remove junk output
Ruslan Mustakov
2017-10-13
1
-2
/
+0
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-3
/
+3
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-2
/
+2
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
New particle system, mostly working, some small features missing.
Juan Linietsky
2017-04-06
1
-3
/
+16
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-44
/
+33
[next]