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
*
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
13
-15
/
+1034
*
Merge pull request #45263 from KoBeWi/😕
Rémi Verschelde
2022-03-15
4
-12
/
+11
|
\
|
*
Change some math macros to constexpr
kobewi
2022-03-09
4
-12
/
+11
*
|
Fix D_GGX code which can cause divide-by-zero val
snowapril
2022-03-14
1
-3
/
+3
*
|
Merge pull request #59107 from otonashixav/expose-add-animation-slice
Rémi Verschelde
2022-03-13
1
-0
/
+1
|
\
\
|
*
|
Expose `RenderingServer::canvas_item_add_animation_slice` in GDScript
Xavier Loh
2022-03-13
1
-0
/
+1
*
|
|
Fix text clipping on the right side.
bruvzg
2022-03-13
1
-4
/
+4
*
|
|
Merge pull request #58819 from vreon/fix-eyedir-z
Rémi Verschelde
2022-03-13
2
-7
/
+4
|
\
\
\
|
*
|
|
Sky renderer: Only flip Z when calculating panorama_coords
Jesse Dubay
2022-03-08
2
-8
/
+4
|
*
|
|
Sky renderer: Don't invert Z component of light direction
Jesse Dubay
2022-03-06
1
-1
/
+1
|
*
|
|
Fix flipped EYEDIR.z in sky shaders
Jesse Dubay
2022-03-05
2
-5
/
+6
*
|
|
|
Add options to embolden and transform font outlines to simulate bold and ital...
bruvzg
2022-03-11
4
-0
/
+52
*
|
|
|
Merge pull request #58781 from BastiaanOlij/openxr_signals_and_events
Rémi Verschelde
2022-03-10
2
-1
/
+21
|
\
\
\
\
|
*
|
|
|
Adding signals and events to OpenXR interface
Bastiaan Olij
2022-03-10
2
-1
/
+21
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Discern between virtual and abstract class bindings
reduz
2022-03-10
6
-27
/
+99
|
/
/
/
*
|
/
Remove unused GDNative code
Rémi Verschelde
2022-03-09
2
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #49447 from Calinou/remove-shadow-color-property
Rémi Verschelde
2022-03-08
14
-87
/
+2
|
\
\
|
*
|
Remove unused `shadow_color` property from Light3D
Hugo Locurcio
2022-03-04
14
-87
/
+2
*
|
|
Merge pull request #58779 from techiepriyansh/forward-mobile-ambient-accum
Rémi Verschelde
2022-03-07
1
-0
/
+6
|
\
\
\
|
*
|
|
use the computed value ambient_accum for ambient_light in scene_forward_mobil...
Priyansh Rathi
2022-03-05
1
-0
/
+6
*
|
|
|
Merge pull request #58832 from reduz/uniform-set-cache
Rémi Verschelde
2022-03-07
19
-459
/
+784
|
\
\
\
\
|
*
|
|
|
Add a UniformSet cache
reduz
2022-03-06
19
-459
/
+784
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
[4.x] BVH - Fix area-area collision regression
lawnjelly
2022-03-06
2
-4
/
+4
|
/
/
/
*
/
/
[TextServer] Improve word breaking when there are multiple spaces between words.
bruvzg
2022-03-05
1
-4
/
+8
|
/
/
*
|
Merge pull request #57630 from lawnjelly/bvh4_templated_checks
Rémi Verschelde
2022-03-04
8
-25
/
+81
|
\
\
|
|
/
|
/
|
|
*
BVH - Sync BVH with 3.x
lawnjelly
2022-02-04
8
-25
/
+81
*
|
Merge pull request #58734 from Calinou/tweak-render-timestamp-names
Rémi Verschelde
2022-03-04
8
-69
/
+69
|
\
\
|
*
|
Tweak render timestamp names for explicitness and consistency
Hugo Locurcio
2022-03-04
8
-69
/
+69
*
|
|
Merge pull request #58512 from Calinou/light3d-add-distance-fade
Rémi Verschelde
2022-03-04
8
-4
/
+99
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement distance fade properties in OmniLight3D and SpotLight3D
Hugo Locurcio
2022-02-25
8
-4
/
+99
*
|
|
Revert "PitchShift effect quality and performance tweaks for different pitch ...
Rémi Verschelde
2022-03-02
2
-81
/
+56
*
|
|
Revert "Fix particle trail glitch"
Rémi Verschelde
2022-03-01
1
-7
/
+1
*
|
|
Merge pull request #58614 from Calinou/ssr-roughness-quality-enum-fix-typo
Rémi Verschelde
2022-02-28
5
-15
/
+15
|
\
\
\
|
*
|
|
Fix typo in SSR roughness quality enum value names
Hugo Locurcio
2022-02-28
5
-15
/
+15
*
|
|
|
Merge pull request #58549 from floppyhammer/fix-particle-trail
Rémi Verschelde
2022-02-28
1
-1
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix particle trail glitch
floppyhammer
2022-02-26
1
-1
/
+7
|
|
/
/
*
/
/
Improve popup window handling.
bruvzg
2022-02-25
2
-1
/
+11
|
/
/
*
|
Filament specular fix. Clamp dot product between normal and view vectors. Fix...
Darryl Ryan
2022-02-23
1
-2
/
+2
*
|
Merge pull request #56394 from BastiaanOlij/OpenXR_Core4
Rémi Verschelde
2022-02-23
10
-39
/
+89
|
\
\
|
*
|
Implementing OpenXR driver
Bastiaan Olij
2022-02-23
10
-39
/
+89
*
|
|
Merge pull request #57956 from Eoin-ONeill-Yokai/audio_stream_hotfix
Rémi Verschelde
2022-02-23
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add missing binding to AudioStream class
Eoin O'Neill
2022-02-22
1
-0
/
+1
*
|
|
Use Filament specular models and parametrization
clayjohn
2022-02-22
8
-280
/
+165
|
/
/
*
|
Fix GPUParticles2D emission offset in global coords
floppyhammer
2022-02-22
3
-0
/
+25
*
|
Merge pull request #58419 from clayjohn/Vulkan-anisotropy-crash
Rémi Verschelde
2022-02-22
2
-2
/
+2
|
\
\
|
*
|
Fix shader compilation error with anisotropy
clayjohn
2022-02-21
2
-2
/
+2
*
|
|
Use properly use non-perceptual roughness when filtering radiance
clayjohn
2022-02-21
1
-2
/
+2
|
/
/
*
|
In final phase of test_body_motion, move and cull AABB for body once, instead...
Ricardo Buring
2022-02-18
2
-8
/
+6
*
|
Merge pull request #58266 from clayjohn/revert-sky-change
Rémi Verschelde
2022-02-18
1
-1
/
+1
|
\
\
|
*
|
Revert "Fix default sky process mode not being Real-Time"
clayjohn
2022-02-17
1
-1
/
+1
[next]