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
*
Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE
clayjohn
2023-01-18
9
-59
/
+44
*
CanvasItem::draw_arc Clamp angle difference so arc won't overlap itself
kleonc
2023-01-18
1
-6
/
+9
*
Remove light from dynamic light list when removing scenario
clayjohn
2023-01-17
1
-0
/
+4
*
Merge pull request #71524 from clayjohn/MOBILE-TAA
Rémi Verschelde
2023-01-17
1
-0
/
+1
|
\
|
*
Warn when trying to enable TAA from mobile or gl_compatibility backend
clayjohn
2023-01-16
1
-0
/
+1
*
|
Merge pull request #71382 from jainl28patel/sprite2d_flip_normal_map
Rémi Verschelde
2023-01-17
4
-0
/
+14
|
\
\
|
*
|
fix normal map not flipping in sprite2D
jainl28patel
2023-01-14
4
-0
/
+14
*
|
|
Merge pull request #71520 from conradhappeliv/fix-71480
Rémi Verschelde
2023-01-17
1
-8
/
+5
|
\
\
\
|
*
|
|
Fix GPUParticles2D not recomputing transforms each frame
Conrad H. Appel, IV
2023-01-16
1
-8
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #71526 from clayjohn/RD-sun-scatter
Rémi Verschelde
2023-01-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Properly initialize directional_light_count in RD sky shaders
clayjohn
2023-01-16
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #62236 from MinusKube/master
Rémi Verschelde
2023-01-16
1
-84
/
+158
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix draw_polyline not supporting closed polygons and not having a uniform offset
MinusKube
2023-01-16
1
-84
/
+158
*
|
|
Merge pull request #71502 from bruvzg/tooltip_clickthrough
Rémi Verschelde
2023-01-16
2
-0
/
+3
|
\
\
\
|
*
|
|
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...
bruvzg
2023-01-16
2
-0
/
+3
*
|
|
|
Fix scaling issue in `draw_line` and similar methods
Danil Alexeev
2023-01-16
5
-13
/
+13
|
/
/
/
*
|
|
Rename `center` method to `get_center` in Plane.
Raul Santos
2023-01-15
1
-1
/
+1
*
|
|
Merge pull request #71309 from BastiaanOlij/improve_renderscaling_options
Rémi Verschelde
2023-01-14
8
-57
/
+59
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improving communication of scaling settings to renderer implementation
Bastiaan Olij
2023-01-13
8
-57
/
+59
*
|
|
Merge pull request #71346 from Chaosus/material_fix_freezing
Rémi Verschelde
2023-01-14
1
-0
/
+8
|
\
\
\
|
*
|
|
Clear material arrays to prevent freeing of invalid texture RID
Yuri Rubinsky
2023-01-13
1
-0
/
+8
*
|
|
|
Avoid crashing when custom GLSL shaders are imported when using the gl_compat...
clayjohn
2023-01-13
1
-0
/
+2
|
/
/
/
*
|
|
Only setup depth framebuffer properties when not rendering ReflectionProbes
clayjohn
2023-01-12
1
-1
/
+1
*
|
|
Merge pull request #71289 from RandomShaper/avoid_color_flash
Clay John
2023-01-12
6
-0
/
+37
|
\
\
\
|
*
|
|
Add framework for avoidance of color flash in new windows
Pedro J. Estébanez
2023-01-12
6
-0
/
+37
*
|
|
|
Merge pull request #70787 from peastman/cylinder
Rémi Verschelde
2023-01-12
1
-138
/
+76
|
\
\
\
\
|
*
|
|
|
Analytic sphere-box, sphere-cylinder, and capsule-cylinder collisions
Peter Eastman
2023-01-02
1
-140
/
+78
*
|
|
|
|
Merge pull request #70660 from Malcolmnixon/collision_sphere_capsule
Rémi Verschelde
2023-01-12
1
-101
/
+102
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Modified the collision_sphere_capsule function to only test the one "correct"...
Malcolm Nixon
2023-01-02
1
-101
/
+102
*
|
|
|
|
Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.x
Rémi Verschelde
2023-01-12
2
-0
/
+28
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add NavigationServer Performance Monitor
smix8
2023-01-08
2
-0
/
+28
*
|
|
|
|
Merge pull request #71261 from clayjohn/RD-alpha-aa
Rémi Verschelde
2023-01-12
6
-14
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
Take alpha antialising options into account when setting up materials
clayjohn
2023-01-11
6
-14
/
+18
*
|
|
|
|
|
Merge pull request #71130 from clayjohn/RD-normal-roughness
Rémi Verschelde
2023-01-12
6
-29
/
+69
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix multiple issues that make the normal roughness texture unusable
clayjohn
2023-01-09
6
-29
/
+69
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #71124 from clayjohn/forward-prepass
Rémi Verschelde
2023-01-12
1
-8
/
+8
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Only disable depth writing in opaque pipelines
clayjohn
2023-01-09
1
-8
/
+8
*
|
|
|
|
|
Merge pull request #70707 from mihe/bind-physics-exclude
Rémi Verschelde
2023-01-11
2
-0
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Bind methods related to physics query exclusions
Mikael Hermansson
2022-12-29
2
-0
/
+10
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #70475 from BastiaanOlij/cleanup_luminance
Rémi Verschelde
2023-01-11
11
-290
/
+395
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Move luminance effect into its own class and use new buffers system
Bastiaan Olij
2023-01-07
11
-290
/
+395
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Add get_contact_impulse method to PhysicsDirectBodyState2D
Ricardo Buring
2023-01-10
9
-20
/
+35
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Make inclusion of Godot version in shader hash universal
Pedro J. Estébanez
2023-01-09
1
-0
/
+5
*
|
|
|
|
Merge pull request #71045 from reduz/use-bitfield-in-core-types
Rémi Verschelde
2023-01-09
2
-3
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
2
-3
/
+3
*
|
|
|
|
Merge pull request #71037 from reduz/array-format-bitfield
Rémi Verschelde
2023-01-08
2
-44
/
+44
|
\
\
\
\
\
|
*
|
|
|
|
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
2
-44
/
+44
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #70463 from DarkKilauea/nav-server-const
Rémi Verschelde
2023-01-08
5
-146
/
+140
|
\
\
\
\
\
|
*
|
|
|
|
Rework const on NavigationServer methods
Josh Jones
2023-01-07
5
-146
/
+140
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #70281 from CherrySodaPop/get-impulse-3d
Rémi Verschelde
2023-01-08
7
-37
/
+49
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]