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
/
scene
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #94477 from RedMser/typos-batch-1
Rémi Verschelde
2024-08-28
1
-1
/
+1
|
\
|
*
Fix typos
RedMser
2024-07-17
1
-1
/
+1
*
|
Merge pull request #92536 from Daylily-Zeleen/daylily-zeleen/fix_3d_input_event
Rémi Verschelde
2024-08-28
1
-0
/
+4
|
\
\
|
*
|
Avoid passing handled input event to collision object 3d.
Daylily-Zeleen
2024-07-27
1
-0
/
+4
*
|
|
Merge pull request #95846 from jadoc/fix-tooltips
Rémi Verschelde
2024-08-26
1
-1
/
+6
|
\
\
\
|
*
|
|
Only reset tooltip timer when mouse actually moved
Alex Docauer
2024-08-22
1
-1
/
+6
*
|
|
|
Merge pull request #93602 from aaronp64/inspector_latency
Rémi Verschelde
2024-08-22
1
-24
/
+24
|
\
\
\
\
|
*
|
|
|
Improve Editor Inspector/Theme item lookup performance
aaronp64
2024-08-20
1
-24
/
+24
*
|
|
|
|
Merge pull request #91971 from Delsin-Yu/WrapControls_ContentScaleFactor
Rémi Verschelde
2024-08-19
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix Window.wrap_controls does not account for the content_scale_factor
DE-YU
2024-08-19
1
-1
/
+1
*
|
|
|
|
|
Redraw SubViewportContainer on SubViewport size change
jordi
2024-08-19
1
-0
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #90992 from RadiantUwU/fix_node_duplicate
Rémi Verschelde
2024-08-19
1
-1
/
+5
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix node.duplicate, return nullptr if this operation fails.
Radiant
2024-08-02
1
-1
/
+5
*
|
|
|
|
Merge pull request #95549 from timothyqiu/split-translation-server
Rémi Verschelde
2024-08-16
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #92391 from rburing/fti_3d
Rémi Verschelde
2024-08-16
5
-3
/
+145
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
5
-3
/
+145
*
|
|
|
|
|
|
Merge pull request #91965 from aaronp64/tooltip_size
Rémi Verschelde
2024-08-16
1
-0
/
+1
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix tooltip content being cut off at some display scales
aaronp64
2024-05-15
1
-0
/
+1
*
|
|
|
|
|
|
Fix update mouse cursor state wrong mouse position
kit
2024-07-31
1
-1
/
+1
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Pass window exclusive and transient properties for subwindow creation
Alvin Wong
2024-07-25
1
-11
/
+1
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #94230 from CrazyRoka/optimize-gdscript-get-position
Rémi Verschelde
2024-07-19
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Decorate rare !data.inside_tree condition with unlikely
CrazyRoka
2024-07-12
1
-1
/
+1
|
*
|
|
|
Optimize Node::is_readable_from_caller_thread() by prioritizing the most comm...
CrazyRoka
2024-07-11
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Fix resources being skipped in InstancePlaceholder
matheusmdx
2024-07-17
1
-6
/
+9
|
/
/
/
*
|
|
Fixed Timestep Interpolation: Fix behaviour on pause
Ricardo Buring
2024-07-07
1
-0
/
+6
*
|
|
Fix duplicating nodes with Array properties
kobewi
2024-06-27
1
-2
/
+1
*
|
|
Fix subwindow titlebar redraw on oversampling change.
bruvzg
2024-06-23
2
-1
/
+11
|
|
/
|
/
|
*
|
Use `_camera_3d_set` instead of change camera_3d directly
Ainsley
2024-06-20
1
-2
/
+1
*
|
Merge pull request #92678 from warriormaster12/dup_prop_before_remap_resources
Rémi Verschelde
2024-06-18
1
-4
/
+4
|
\
\
|
*
|
Duplicate properties first before remapping resources
warriormaster12
2024-06-02
1
-4
/
+4
*
|
|
[Window] Ignore duplicate mouse enter events.
bruvzg
2024-06-12
1
-0
/
+3
*
|
|
Merge pull request #92827 from raulsntos/core/node-to_string
Rémi Verschelde
2024-06-12
1
-1
/
+7
|
\
\
\
|
*
|
|
Use GDExtension `to_string` in Node
Raul Santos
2024-06-11
1
-1
/
+7
*
|
|
|
[Window] Fix mouse hover state of the main window when mouse enter event was ...
bruvzg
2024-06-10
1
-0
/
+4
*
|
|
|
Merge pull request #91997 from aaronp64/tooltip_transforms
Rémi Verschelde
2024-06-10
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix tooltip mouse position conversion for scaled controls
aaronp64
2024-05-15
1
-2
/
+2
*
|
|
|
Fix excessive canvas items updates.
bruvzg
2024-06-05
1
-5
/
+3
*
|
|
|
Force canvas item update on oversampling change.
bruvzg
2024-06-03
3
-6
/
+12
|
|
/
/
|
/
|
|
*
|
|
Update editor `Window` preview position when resizing window.
bruvzg
2024-05-31
1
-0
/
+1
*
|
|
Merge pull request #92317 from bruvzg/emb_decorations
Rémi Verschelde
2024-05-30
1
-0
/
+20
|
\
\
\
|
*
|
|
Fix `get_position_with_decorations` and `get_size_with_decorations` for embed...
bruvzg
2024-05-24
1
-0
/
+20
|
|
/
/
*
|
|
Merge pull request #91724 from KoBeWi/regional_textures
Rémi Verschelde
2024-05-30
1
-8
/
+19
|
\
\
\
|
*
|
|
Add support for AtlasTexture in draw_polygon()
kobewi
2024-05-08
1
-8
/
+19
*
|
|
|
Fix Window position preview in the editor.
bruvzg
2024-05-29
2
-2
/
+35
*
|
|
|
make InstancePlaceholder in charge of node reference resolution
Adriano Orioli
2024-05-28
2
-8
/
+127
|
|
/
/
|
/
|
|
*
|
|
Cleanup unused/underused singleton StringNames
kobewi
2024-05-14
1
-4
/
+2
*
|
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
8
-13
/
+7
*
|
Add antialias support for CanvasItem draw primitives
Yaohua Xiong
2024-05-13
3
-24
/
+48
[next]