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
*
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
*
|
Fix outdated name for `script` `StringName`
A Thousand Ships
2024-05-13
1
-3
/
+1
*
|
Merge pull request #91329 from warriormaster12/dont-do-things-twice
Rémi Verschelde
2024-05-13
2
-63
/
+49
|
\
\
|
*
|
Fix a performance regression when duplicating a node
warriormaster12
2024-05-12
2
-63
/
+49
*
|
|
Add shorthand for using singleton string names
kobewi
2024-05-11
4
-26
/
+26
|
|
/
|
/
|
*
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
|
/
*
Fix crash when adding a child while duplicating a node
kobewi
2024-05-07
1
-2
/
+4
*
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
1
-1
/
+1
|
\
|
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
|
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-2
/
+2
|
/
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
2
-0
/
+47
*
[StatusIndicator] Add method to get indicator icon screen rect.
bruvzg
2024-05-02
2
-0
/
+10
*
Merge pull request #91425 from Sauermann/fix-force-drag-focus-crash
Rémi Verschelde
2024-05-02
1
-0
/
+1
|
\
|
*
Make `mouse_focus` and `mouse_focus_mask` consistent for force_drag
Markus Sauermann
2024-05-02
1
-0
/
+1
*
|
Merge pull request #89114 from AThousandShips/vec_elem_scalar
Rémi Verschelde
2024-05-02
2
-5
/
+5
|
\
\
|
*
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
2
-5
/
+5
|
|
/
*
/
Extend `CanvasItem::draw_circle()` with filled, width, and antialiased options
Yaohua Xiong
2024-05-02
3
-4
/
+81
|
/
*
Remove unused variable Viewport::gui.last_mouse_focus
Markus Sauermann
2024-05-01
2
-5
/
+0
*
Merge pull request #89734 from BastiaanOlij/openxr_reorder_wait_frame
Rémi Verschelde
2024-05-01
1
-0
/
+12
|
\
|
*
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
Bastiaan Olij
2024-05-01
1
-0
/
+12
[next]