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
*
Fix `^=` operator in shaders
Yuri Roubinsky
2021-12-03
1
-1
/
+6
*
Merge pull request #55474 from akien-mga/copy-operators-no-reference
Rémi Verschelde
2021-12-02
2
-4
/
+2
|
\
|
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
2
-4
/
+2
*
|
Merge pull request #53904 from ChristopheClaustre/bugfix_shader_compile_spirv...
Rémi Verschelde
2021-12-02
1
-3
/
+7
|
\
\
|
*
\
Merge branch 'godotengine:master' into bugfix_shader_compile_spirv_from_source
chris.clst
2021-11-14
53
-370
/
+613
|
|
\
\
|
*
|
|
rendering_device: if one compiles with at least on stage without sources, it ...
ChristopheClaustre
2021-11-09
1
-3
/
+7
*
|
|
|
Merge pull request #55402 from TokageItLab/fixed-immediatemesh-minimum-aabb
Rémi Verschelde
2021-12-02
2
-59
/
+60
|
\
\
\
\
|
*
|
|
|
Fixed minimum size of aabb in ImmediateMesh to draw only one vertex
Silc 'Tokage' Renew
2021-12-02
2
-59
/
+60
*
|
|
|
|
Fix shader crash when using existed constant name for struct
Yuri Roubinsky
2021-12-01
1
-7
/
+2
*
|
|
|
|
Fix declaring array size twice in global shader constant
Yuri Roubinsky
2021-12-01
1
-20
/
+34
*
|
|
|
|
Allow using empty statements in the shader, added formatting warning
Yuri Roubinsky
2021-12-01
5
-3
/
+25
*
|
|
|
|
Merge pull request #55490 from Chaosus/fix_shader_crash
Rémi Verschelde
2021-11-30
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix shader crash when assigning array to non-array in global constant
Yuri Roubinsky
2021-11-30
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #55431 from Chaosus/shader_fix_constants
Rémi Verschelde
2021-11-30
3
-29
/
+46
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix built-in(PI, TAU, E) assignment to a global constant in a shader
Yuri Roubinsky
2021-11-29
3
-29
/
+46
|
|
/
/
/
*
/
/
/
Fix `INDEX` built-in in a process function of particle shader
Yuri Roubinsky
2021-11-29
1
-1
/
+1
|
/
/
/
*
|
|
Fix `TIME` using in custom functions of particle shader
Yuri Roubinsky
2021-11-26
1
-1
/
+1
*
|
|
Merge pull request #55311 from Chaosus/fix_uniform_array
Rémi Verschelde
2021-11-26
2
-2
/
+14
|
\
\
\
|
*
|
|
Fix uniform array alignment to fix a bug
Yuri Roubinsky
2021-11-25
2
-2
/
+14
*
|
|
|
Merge pull request #55325 from Calinou/fsr-use-warn-print
Rémi Verschelde
2021-11-26
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Use `WARN_PRINT_ONCE()` for FSR-related warning messages
Hugo Locurcio
2021-11-25
1
-3
/
+3
*
|
|
|
|
Merge pull request #55313 from nekomatata/bounce-energy-stability
Rémi Verschelde
2021-11-25
6
-20
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
Fix RigidDynamicBody gaining momentum with bounce
PouleyKetchoupp
2021-11-25
6
-20
/
+24
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #55310 from Ev1lbl0w/fix_headless_window_errors
Rémi Verschelde
2021-11-25
1
-3
/
+13
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Added more empty definitions for headless display server
Ricardo Subtil
2021-11-25
1
-3
/
+13
|
|
/
/
/
*
/
/
/
Remove disabled debug code in ClusterBuilderRD
Hugo Locurcio
2021-11-25
1
-8
/
+0
|
/
/
/
*
|
|
Revert "Pushes array of uniforms to first place in the buffer"
Yuri Roubinsky
2021-11-25
1
-14
/
+4
*
|
|
[macOS / iOS] Use non atomic operation to store facing bits on MoltenVK.
bruvzg
2021-11-25
1
-0
/
+4
*
|
|
Merge pull request #51679 from Je06jm/fsr
Rémi Verschelde
2021-11-24
23
-123
/
+692
|
\
\
\
|
*
|
|
Implemented AMD's FSR as a computer shader for upscaling 3D scenes
Je06jm
2021-11-23
23
-123
/
+692
*
|
|
|
Merge pull request #55281 from bruvzg/mvk_fog_volumes
Rémi Verschelde
2021-11-24
4
-0
/
+113
|
\
\
\
\
|
*
|
|
|
[macOS / iOS] Use storage buffers instead of unsupported images for the volum...
bruvzg
2021-11-24
4
-0
/
+113
|
|
/
/
/
*
/
/
/
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
13
-21
/
+21
|
/
/
/
*
|
|
Prevent return statement from using in block in shader main functions
Yuri Roubinsky
2021-11-23
1
-5
/
+5
*
|
|
Add wakeup() conditional if previous gravity was 0
Brennen Green
2021-11-22
2
-0
/
+6
*
|
|
Add methods to get position from column and line in TextEdit
Yuri Sizov
2021-11-22
4
-0
/
+34
*
|
|
Add area to moved list when changing monitorable,
Marcel Admiraal
2021-11-20
6
-8
/
+18
*
|
|
Allow passing non-variable constant to const function param in shaders
Yuri Roubinsky
2021-11-19
2
-11
/
+14
*
|
|
Merge pull request #55084 from JFonS/fix_depth_prepass
Rémi Verschelde
2021-11-18
10
-21
/
+41
|
\
\
\
|
*
|
|
Fix Depth-Prepass transparency mode
jfons
2021-11-18
10
-21
/
+41
*
|
|
|
Merge pull request #55085 from JFonS/transparency_fixes
Rémi Verschelde
2021-11-18
2
-7
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix transparency state initialization
jfons
2021-11-12
2
-7
/
+11
*
|
|
|
Merge pull request #55074 from nekomatata/fix-soft-body-gravity
Rémi Verschelde
2021-11-18
2
-11
/
+2
|
\
\
\
\
|
*
|
|
|
Fix applied gravity on soft bodies
PouleyKetchoupp
2021-11-17
2
-11
/
+2
*
|
|
|
|
Fix contact generation with backface collision disabled
PouleyKetchoupp
2021-11-17
4
-22
/
+78
|
/
/
/
/
*
|
|
|
Fix rest_info returning no result with high margin and low motion
PouleyKetchoupp
2021-11-17
2
-12
/
+10
*
|
|
|
Merge pull request #55029 from clayjohn/VULKAN-SRGB
Rémi Verschelde
2021-11-17
5
-1
/
+11
|
\
\
\
\
|
*
|
|
|
Fix SRGB conversions in Vulkan Renderer
clayjohn
2021-11-16
5
-1
/
+11
*
|
|
|
|
Merge pull request #55036 from nekomatata/bvh-fix-update
Camille Mohr-Daurat
2021-11-16
2
-2
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Fix physics BVH pairing for teleported or fast moving objects
PouleyKetchoupp
2021-11-16
2
-2
/
+6
|
|
/
/
/
/
[next]