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
/
servers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
5
-18
/
+18
*
Merge pull request #64110 from Geometror/fix-light-shadow-off
Hugo Locurcio
2022-08-20
1
-2
/
+8
|
\
|
*
Fix OmniLight/SpotLight shadow opacity calculation
Hendrik Brucker
2022-08-20
1
-2
/
+8
*
|
Add `defined` keyword support to shader preprocessor
Yuri Rubinsky
2022-08-20
2
-5
/
+161
*
|
Merge pull request #62046 from clayjohn/vertexless-draw
Max Hilbrunner
2022-08-20
3
-15
/
+33
|
\
\
|
*
|
Remove requirement to have vertex positions when creating a mesh. Meshes can ...
clayjohn
2022-08-19
3
-15
/
+33
*
|
|
Merge pull request #63960 from bitsawer/fix-macro-expansion
Yuri Rubinsky
2022-08-19
2
-33
/
+32
|
\
\
\
|
*
|
|
Fix shader preprocessor macro expansion
bitsawer
2022-08-05
2
-33
/
+32
*
|
|
|
Merge pull request #64167 from clayjohn/screen-texture-hint
Max Hilbrunner
2022-08-19
11
-29
/
+143
|
\
\
\
\
|
*
|
|
|
Add shader uniform hints for screen textures so users can specify custom filt...
clayjohn
2022-08-09
11
-29
/
+143
*
|
|
|
|
Merge pull request #64342 from clayjohn/DOF-scale
Max Hilbrunner
2022-08-19
2
-2
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Properly scale depth in bokeh_dof effect so that setting distance to blur eff...
clayjohn
2022-08-12
2
-2
/
+2
*
|
|
|
|
Merge pull request #64459 from Chaosus/shader_elif
Yuri Rubinsky
2022-08-19
2
-45
/
+89
|
\
\
\
\
\
|
*
|
|
|
|
Add `elif` directive to shader preprocessor
Yuri Rubinsky
2022-08-15
2
-45
/
+89
*
|
|
|
|
|
Merge pull request #63950 from bruvzg/menu_bar3
Max Hilbrunner
2022-08-19
2
-18
/
+40
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...
bruvzg
2022-08-18
2
-18
/
+40
*
|
|
|
|
|
|
Use a const ref for the bone AABB in rendering code
Aaron Franke
2022-08-18
1
-2
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #64534 from YuriSizov/docs-navigation-takes-a-nap
Max Hilbrunner
2022-08-18
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix a typo in navigation server documentation
Yuri Sizov
2022-08-17
2
-2
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #64416 from aaronfranke/aabb
Clay John
2022-08-17
1
-1
/
+4
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Don't try to merge unused bone AABBs in the rendering server
Aaron Franke
2022-08-14
1
-1
/
+4
|
|
/
/
/
/
*
/
/
/
/
Implement coloring for disabled branches in the shader editor
Yuri Rubinsky
2022-08-14
2
-12
/
+66
|
/
/
/
/
*
|
|
|
Merge pull request #64310 from Chaosus/shader_texture_funcs
Yuri Rubinsky
2022-08-12
2
-0
/
+28
|
\
\
\
\
|
*
|
|
|
Add `textureQueryLod/Levels` functions to the shader language
Yuri Rubinsky
2022-08-12
2
-0
/
+28
*
|
|
|
|
Add `textureProjGrad` function to the shader language
Yuri Rubinsky
2022-08-12
2
-0
/
+13
|
/
/
/
/
*
|
|
|
Merge pull request #64225 from Calinou/3d-scaling-bilinear-use-negative-mipma...
Hugo Locurcio
2022-08-11
2
-3
/
+6
|
\
\
\
\
|
*
|
|
|
Use negative mipmap LOD bias for sub-native bilinear 3D scale
Hugo Locurcio
2022-08-10
2
-3
/
+6
*
|
|
|
|
Detect if VRS supported before creating default VRS texture
clayjohn
2022-08-10
1
-1
/
+4
|
/
/
/
/
*
|
|
|
add get_depth() to KinematicCollision3D as same of 2D
Silc Renew
2022-08-10
2
-0
/
+3
*
|
|
|
Merge pull request #64146 from smix8/fix_editor_disabled_navigationserver_4.x
Rémi Verschelde
2022-08-10
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Fix Editor Navigation debug edge connection visuals
smix8
2022-08-09
1
-0
/
+6
*
|
|
|
|
Add NavigationServer2D debug functions
smix8
2022-08-09
2
-0
/
+58
|
/
/
/
/
*
|
|
|
Fix resource leaks in VoxelGI
Bastiaan Olij
2022-08-09
3
-25
/
+48
*
|
|
|
Fix macOS and iOS defines in the rendering code.
bruvzg
2022-08-08
2
-8
/
+8
*
|
|
|
Merge pull request #64078 from Nosliwnayr/master
Rémi Verschelde
2022-08-08
2
-0
/
+16
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add area monitor callback error checking
Ryan Heath
2022-08-07
2
-0
/
+16
*
|
|
|
Merge pull request #62547 from clayjohn/ref_vec_pbr
Rémi Verschelde
2022-08-08
3
-23
/
+37
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Evaluate specular reflections using specular dominant direction instead of as...
clayjohn
2022-06-29
3
-23
/
+37
*
|
|
|
Merge pull request #62454 from Geometror/reflect-refract-vec2-vec4
Rémi Verschelde
2022-08-07
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
Allow vec2 and vec4 for reflect and refract
Hendrik Brucker
2022-08-07
1
-0
/
+4
*
|
|
|
|
Add a shadow opacity property to Light3D
Hugo Locurcio
2022-08-07
10
-22
/
+36
*
|
|
|
|
Add a Framebuffer cache
Juan Linietsky
2022-08-05
7
-6
/
+388
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-04
26
-93
/
+93
*
|
|
|
Merge pull request #63918 from akien-mga/no-s3tc-for-mobile
Rémi Verschelde
2022-08-04
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Force disable S3TC support on Android/iOS since we don't handle it
Rémi Verschelde
2022-08-04
1
-0
/
+5
*
|
|
|
|
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
2
-3
/
+24
|
/
/
/
/
*
|
|
|
Merge pull request #63899 from bruvzg/hb_510
Rémi Verschelde
2022-08-04
2
-0
/
+2
|
\
\
\
\
|
*
|
|
|
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag t...
bruvzg
2022-08-04
2
-0
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #61918 from KoBeWi/static_body
Rémi Verschelde
2022-08-04
4
-0
/
+26
|
\
\
\
\
|
*
|
|
|
Add static methods to create RayQueryParameters
kobewi
2022-06-10
4
-0
/
+26
[next]