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 #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
*
|
Merge pull request #89588 from bruvzg/status_ind_menu_direct
Rémi Verschelde
2024-05-01
2
-6
/
+59
|
\
\
|
|
/
|
/
|
|
*
[StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...
bruvzg
2024-03-20
2
-6
/
+59
*
|
Merge pull request #89643 from mnemoli/pickone-fix-89641
Rémi Verschelde
2024-04-30
1
-3
/
+4
|
\
\
|
*
|
Fix mouse_enter/mouse_exit events when physics_object_picking_first_only is on
mnemoli
2024-03-18
1
-3
/
+4
|
|
/
*
|
Overhaul TextEdit selection.
kit
2024-04-26
2
-0
/
+8
*
|
Merge pull request #85678 from KoBeWi/editor_walktime
Rémi Verschelde
2024-04-26
1
-1
/
+1
|
\
\
|
*
|
Add separate feature tags for editor runtime
kobewi
2024-04-26
1
-1
/
+1
*
|
|
Expose is_part_of_edited_scene()
kobewi
2024-04-26
4
-13
/
+3
|
/
/
*
|
Merge pull request #86553 from Koyper/fix_popup_panel_content_scaling
Rémi Verschelde
2024-04-18
1
-3
/
+13
|
\
\
|
*
|
Fix non-embedded Windows resizing to match Viewport content scale factor
Koyper
2024-04-17
1
-3
/
+13
*
|
|
Add project setting for root node auto translate mode
Haoyu Qiu
2024-04-16
1
-1
/
+1
*
|
|
Merge pull request #90268 from RandomShaper/wtp_servers
Rémi Verschelde
2024-04-15
1
-0
/
+1
|
\
\
\
|
*
|
|
Polish interaction between windowing, input and rendering
Pedro J. Estébanez
2024-04-10
1
-0
/
+1
|
|
/
/
*
|
|
Fix Window.hide() crash when force_native changed
aaronp64
2024-04-13
1
-2
/
+2
*
|
|
Remove some unused SceneTree properties
Bernat Arlandis
2024-04-13
2
-12
/
+0
|
/
/
*
|
Revert what needs to be reverted
ajreckof
2024-04-10
3
-74
/
+25
*
|
[MP] Fix dead code doing unnecessary allocation
Fabio Alessandrelli
2024-04-06
1
-4
/
+0
*
|
Fix per-node physics interpolation setting
Ricardo Buring
2024-04-05
1
-2
/
+2
*
|
Merge pull request #89880 from dsnopek/openxr-composition-layers-node3d-drs
Rémi Verschelde
2024-04-04
1
-0
/
+4
|
\
\
|
*
|
Add support for OpenXR composition layers
David Snopek
2024-04-04
1
-0
/
+4
*
|
|
Merge pull request #89926 from Sauermann/fix-button-mask-special-case
Rémi Verschelde
2024-04-04
1
-3
/
+4
|
\
\
\
[prev]
[next]