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 copyright headers referring to Godot
Spartan322
2024-10-27
370
-740
/
+740
*
Calculate pixel snap in canvas space instead of world space
clayjohn
2024-10-17
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
371
-0
/
+742
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
12
-17
/
+17
*
RenderingDevice: Fix uncapped mipmap sizes causing div-by-zero
Pedro J. Estébanez
2024-09-17
1
-2
/
+2
*
Fix leak when using audio samples instead of streams
Adam Scott
2024-09-17
3
-12
/
+39
*
AudioServer: Fix code style issues
Pedro J. Estébanez
2024-09-17
1
-6
/
+12
*
Sky: No more auto-selecting REALTIME mode if radiance is not 256
Alexis Breust
2024-09-17
1
-1
/
+1
*
Fix shadow mesh recursion.
Radiant
2024-09-17
1
-0
/
+1
*
Avoid indexing instances without a base in scene cull phase
clayjohn
2024-09-17
1
-0
/
+2
*
Various fixes for transmittance effect
clayjohn
2024-09-17
3
-29
/
+37
*
Fix SkyRD::Sky::free() freeing material
ComycSans
2024-09-17
1
-1
/
+0
*
Fixes alpha materials being rendered with a reverse cull which is visible in ...
viksl
2024-09-17
1
-1
/
+1
*
Use correct lightmap coefficients to ensure that the directional lightmap mod...
clayjohn
2024-09-17
2
-21
/
+8
*
Fix for multimesh motion vector corruption by resetting motion vector state a...
Sen
2024-09-16
1
-3
/
+7
*
Honor `pitch_scale` value before playing audio sample
Adam Scott
2024-09-16
1
-0
/
+1
*
Fix double free in FSR2 destructor
Arseny Kapoulkine
2024-09-16
1
-3
/
+0
*
Relax motion vector updates to allow skipped frames for skeletons
Arseny Kapoulkine
2024-09-16
1
-2
/
+3
*
Add model_normal_matrix for fragment shader
jsjtxietian
2024-09-16
2
-0
/
+14
*
Use transformed roughness instead of raw roughness to calculate roughness fad...
clayjohn
2024-09-16
1
-1
/
+1
*
Fix Parallax2D repeats being not relative to its transform
kleonc
2024-09-16
5
-33
/
+60
*
Add fixed fog to the sky in the Compatibility renderer
clayjohn
2024-09-16
1
-4
/
+4
*
Ensure fog_sky_affect is used even when using a background color
clayjohn
2024-09-16
1
-2
/
+2
*
pass in render_info to _fill_instance_data for alpha to fix overdraw call count
kevinkuo52
2024-09-16
1
-1
/
+1
*
Fix undefined `alpha_scissor` in standard shader
jsjtxietian
2024-09-16
2
-2
/
+2
*
Fix AudioStreamPlayer get_playback_position() for web build
Yahkub-R
2024-09-16
2
-0
/
+13
*
Fix shader crash when the comma used in `for` loop as a trailing
Chaosus
2024-09-16
2
-0
/
+18
*
Fix `TextServer::shaped_text_*_character_pos` for the first character of wrap...
bruvzg
2024-09-16
1
-3
/
+3
*
Fix uniform subgroup in shader will carry out to next group
jsjtxietian
2024-09-16
1
-0
/
+1
*
Fail when submit or sync called on main rendering device
clayjohn
2024-09-16
2
-3
/
+12
*
Apply patch for considering visual layers for DirectionalLight
Slashscreen
2024-09-16
1
-1
/
+1
*
Fix LightmapGI causes crash when using --headless
Jamie Pate
2024-08-07
3
-6
/
+123
*
Merge pull request #94902 from clayjohn/SHADER-hints
Rémi Verschelde
2024-07-30
2
-2
/
+12
|
\
|
*
Restrict sampler hint validation to only screen texture hints
clayjohn
2024-07-28
2
-2
/
+12
*
|
Fix regression around OpenGL swapchain optimisation for OpenXR
Bastiaan Olij
2024-07-29
4
-5
/
+5
|
/
*
Merge pull request #94812 from clayjohn/SHADER-normal-roughness
Rémi Verschelde
2024-07-28
3
-43
/
+52
|
\
|
*
Emit normal_roughness compatibility code in custom functions
clayjohn
2024-07-26
3
-43
/
+52
*
|
Merge pull request #94800 from adamscott/fix-sample-playback-list-typo
Rémi Verschelde
2024-07-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix typo that prevented samples finishing
Adam Scott
2024-07-26
1
-1
/
+1
*
|
Merge pull request #94706 from alvinhochun/window-set-transient-parent-on-create
Rémi Verschelde
2024-07-26
3
-3
/
+3
|
\
\
|
*
|
Pass window exclusive and transient properties for subwindow creation
Alvin Wong
2024-07-25
3
-3
/
+3
*
|
|
Fix editor crash when shader has incorrect global array declaration
jsjtxietian
2024-07-26
1
-0
/
+6
|
|
/
|
/
|
*
|
RenderingDevice: Use the correct amount of layers for Cubemaps for boundary c...
BlueCube3310
2024-07-24
1
-24
/
+6
|
/
*
Merge pull request #94671 from Chaosus/shader_fix_varying
Rémi Verschelde
2024-07-24
2
-9
/
+34
|
\
|
*
Fix shader crash when using a varying in separate func before it defined
Yuri Rubinsky
2024-07-23
2
-9
/
+34
*
|
Merge pull request #94629 from RandomShaper/fix_undef_position
Rémi Verschelde
2024-07-24
2
-2
/
+2
|
\
\
|
*
|
Fix position from vertex shader partially uninitialized
Pedro J. Estébanez
2024-07-23
2
-2
/
+2
*
|
|
Linearize color if HDR 2D is on
Feiyue Zhang
2024-07-24
1
-4
/
+9
|
|
/
|
/
|
*
|
Merge pull request #94656 from BlueCube3310/cubemap-layers-retrieve-fix
Rémi Verschelde
2024-07-23
1
-3
/
+0
|
\
\
|
*
|
RenderingDevice: Fix getting cubemap data
BlueCube3310
2024-07-23
1
-3
/
+0
[next]