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
*
Merge pull request #97743 from bruvzg/has_kbd
Rémi Verschelde
2024-10-04
2
-0
/
+8
|
\
|
*
[DisplayServer] Implement has_hardware_keyboard method for Android and iOS.
bruvzg
2024-10-02
2
-0
/
+8
*
|
Properly utilize surface information when creating pipelines and vertex array...
clayjohn
2024-10-03
2
-13
/
+3
*
|
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
54
-2074
/
+4637
|
/
*
Merge pull request #97698 from Calinou/displayserver-can-create-rendering-dev...
Rémi Verschelde
2024-10-02
2
-0
/
+23
|
\
|
*
Add caching to `DisplayServer::can_create_rendering_device()`
Hugo Locurcio
2024-10-01
2
-0
/
+23
*
|
Fixed _stop() not being called when stop() is called
BigPotatoAss
2024-10-02
1
-0
/
+2
*
|
Clamp UV-coordinates to centers of outermost texels when configured to do so
Patrick Owen
2024-09-29
1
-1
/
+2
|
/
*
Merge pull request #97534 from j20001970/camerafeed-setter
Rémi Verschelde
2024-09-29
2
-13
/
+10
|
\
|
*
Expose CameraFeed setters
Jason Kuo
2024-09-27
2
-13
/
+10
*
|
Merge pull request #83360 from ywmaa/vertex_shading
Rémi Verschelde
2024-09-29
8
-189
/
+438
|
\
\
|
*
|
Implement vertex shading
ywmaa
2024-09-29
8
-189
/
+438
*
|
|
Merge pull request #97554 from clayjohn/batching-uniform-sets
Rémi Verschelde
2024-09-29
5
-195
/
+146
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Combine texture and instance data into one uniform set in the 2D renderer
clayjohn
2024-09-27
5
-195
/
+146
|
|
/
*
|
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
Rémi Verschelde
2024-09-27
12
-234
/
+234
|
\
\
|
|
/
|
/
|
|
*
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
David Snopek
2024-09-11
12
-234
/
+234
*
|
Merge pull request #97483 from akien-mga/clang-format-19.1.0
Rémi Verschelde
2024-09-26
3
-3
/
+3
|
\
\
|
*
|
CI: Update `clang-format` pre-commit hook to 19.1.0
Rémi Verschelde
2024-09-26
3
-3
/
+3
*
|
|
Merge pull request #97481 from Chaosus/shader_fix_void_return
Rémi Verschelde
2024-09-26
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix shader crash when return a void function call
Chaosus
2024-09-26
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #97428 from clayjohn/shadow-filter-jitter-rebase
Rémi Verschelde
2024-09-26
10
-47
/
+54
|
\
\
\
|
*
|
|
Jitter shadow map dithering pattern across frames when TAA is enabled
Hugo Locurcio
2024-09-24
10
-47
/
+54
*
|
|
|
Merge pull request #96923 from Repiteo/style/warning-admonition
Rémi Verschelde
2024-09-26
2
-5
/
+9
|
\
\
\
\
|
*
|
|
|
Style: Add `WARNING:` as new comment admonition
Thaddeus Crews
2024-09-25
2
-5
/
+9
|
|
|
/
/
|
|
/
|
|
*
/
|
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
28
-0
/
+28
|
/
/
/
*
|
|
Merge pull request #93786 from alvinhochun/viewport-pixel-snap-fix
Rémi Verschelde
2024-09-25
1
-0
/
+17
|
\
\
\
|
*
|
|
Apply snap 2D transforms to pixel to viewport
Alvin Wong
2024-09-23
1
-0
/
+17
*
|
|
|
Merge pull request #93324 from tracefree/reinhard-fix
Rémi Verschelde
2024-09-25
1
-2
/
+6
|
\
\
\
\
|
*
|
|
|
Fix incorrect Reinhard tonemap operator
Rie
2024-09-25
1
-2
/
+6
*
|
|
|
|
Add linux camera support
Paweł
2024-09-25
2
-4
/
+44
|
/
/
/
/
*
/
/
/
Move Godot Physics 2D into a module; add dummy 2D physics server
Ricardo Buring
2024-09-23
36
-11447
/
+357
|
/
/
/
*
|
|
Merge pull request #95252 from rburing/3d_physics_module
Rémi Verschelde
2024-09-23
51
-20520
/
+443
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move Godot Physics 3D into a module; add dummy 3D physics server
Ricardo Buring
2024-09-21
51
-20520
/
+443
*
|
|
Fix hash calculation for NTSliceKey
Jiang Yiheng
2024-09-22
1
-1
/
+1
|
/
/
*
|
Merge pull request #97260 from clayjohn/pixel_snap
Rémi Verschelde
2024-09-21
1
-2
/
+2
|
\
\
|
*
|
Calculate pixel snap in canvas space instead of world space
clayjohn
2024-09-20
1
-2
/
+2
*
|
|
Add external texture support (GLES3)
David Snopek
2024-09-20
12
-2
/
+60
|
/
/
*
|
Merge pull request #97217 from stuartcarnie/97185_subpixel_rendering
Rémi Verschelde
2024-09-20
1
-0
/
+5
|
\
\
|
*
|
[2D,Metal]: Fix subpixel blending; fix inconsistent blend state in Metal
Stuart Carnie
2024-09-20
1
-0
/
+5
*
|
|
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
20
-72
/
+76
|
/
/
*
|
Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-external
Rémi Verschelde
2024-09-19
7
-0
/
+214
|
\
\
|
*
|
Expose a function to create textures from a native handle in the compatibilit...
David Snopek
2024-09-19
7
-0
/
+214
*
|
|
Merge pull request #97130 from Rindbee/check-space-in-remove_soft_body_from_q...
Rémi Verschelde
2024-09-18
1
-1
/
+1
|
\
\
\
|
*
|
|
Add forgotten `get_space()` check in `GodotArea3D::remove_soft_body_from_quer...
风青山
2024-09-18
1
-1
/
+1
*
|
|
|
Merge pull request #97006 from Gaktan/project_dialog_vulkan_crash
Rémi Verschelde
2024-09-18
1
-0
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix Vulkan Instance initialized twice in ProjectDialog
Gaktan
2024-09-17
1
-0
/
+5
*
|
|
|
Merge pull request #97109 from pattlebass/pitch-shift-fix
Rémi Verschelde
2024-09-17
1
-0
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
AudioEffectPitchShift: Fix distortion when pitch is 1.0
Fabian S.
2024-09-17
1
-0
/
+5
*
|
|
|
2D: Remove redundant assignment
Stuart Carnie
2024-09-17
1
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #95915 from BlueCube3310/betsy-bc1
Rémi Verschelde
2024-09-16
1
-0
/
+1
|
\
\
\
[next]