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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #76029 from YuriSizov/control-we-are-not-the-same-you-and-i
Yuri Sizov
2023-04-17
1
-8
/
+8
|
\
|
*
Use Point2 consistently in Control methods
Yuri Sizov
2023-04-13
1
-8
/
+8
*
|
Merge pull request #68397 from aaronfranke/get-child
Yuri Sizov
2023-04-17
2
-13
/
+13
|
\
\
|
*
|
Make `Node::get_children()` public
Aaron Franke
2023-04-15
2
-13
/
+13
*
|
|
Rename internal root canvas group to start with underscore
angel-721
2023-04-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #75999 from clayjohn/Particles-angle-rand
Yuri Sizov
2023-04-14
3
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Use angle_rand to calculate base_angle in particles process material
clayjohn
2023-04-13
3
-6
/
+6
*
|
Merge pull request #75993 from AThousandShips/autohide_theme
Rémi Verschelde
2023-04-13
1
-3
/
+3
|
\
\
|
*
|
Don't apply scale to autohide theme property
Ninni Pipping
2023-04-12
1
-3
/
+3
|
|
/
*
|
Merge pull request #75904 from Calinou/colorpicker-constructor-round-values
Rémi Verschelde
2023-04-13
1
-2
/
+2
|
\
\
|
*
|
Round values to 3 decimals in the ColorPicker constructor string
Hugo Locurcio
2023-04-11
1
-2
/
+2
*
|
|
Add EXPOSURE built in to spatial shaders
clayjohn
2023-04-12
2
-1
/
+4
|
|
/
|
/
|
*
|
Merge pull request #75957 from clayjohn/VS-default-modes
Rémi Verschelde
2023-04-12
1
-3
/
+9
|
\
\
|
*
|
Write out render_mode even when mode is set to default in VisualShaders
clayjohn
2023-04-11
1
-3
/
+9
*
|
|
Merge pull request #70834 from pattlebass/spinbox-doesnt-spin
Rémi Verschelde
2023-04-12
4
-11
/
+35
|
\
\
\
|
*
|
|
Fix Range-derived nodes not redrawing
pattlebass
2023-04-12
4
-11
/
+35
*
|
|
|
Merge pull request #75977 from timothyqiu/invisible-item
Rémi Verschelde
2023-04-12
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Tree: Fix offset calculation when there are hidden items
Haoyu Qiu
2023-04-12
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #75975 from bruvzg/bidi_and_log_errors
Rémi Verschelde
2023-04-12
2
-0
/
+13
|
\
\
\
\
|
*
|
|
|
Improve line BiDi handling, prevent crash on recursive log updates.
bruvzg
2023-04-12
2
-0
/
+13
|
|
/
/
/
*
|
|
|
Merge pull request #75974 from bruvzg/ts_emb_caret
Rémi Verschelde
2023-04-12
3
-3
/
+3
|
\
\
\
\
|
*
|
|
|
[TextServer] Use dedicated flag for object replacement characters.
bruvzg
2023-04-12
3
-3
/
+3
|
|
/
/
/
*
/
/
/
Fix typed array export
kobewi
2023-04-12
2
-10
/
+69
|
/
/
/
*
|
|
Merge pull request #75905 from Calinou/colorpicker-allow-named-colors
Rémi Verschelde
2023-04-11
1
-4
/
+8
|
\
\
\
|
*
|
|
Allow entering named colors in ColorPicker's hex field
Hugo Locurcio
2023-04-10
1
-4
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #75822 from YeldhamDev/no_multi_zero
Rémi Verschelde
2023-04-11
1
-9
/
+9
|
\
\
\
|
*
|
|
Remove unnecessary zero multiplications
Michael Alexsander
2023-04-08
1
-9
/
+9
*
|
|
|
Merge pull request #75451 from bruvzg/web_mac_keys
Rémi Verschelde
2023-04-11
1
-5
/
+2
|
\
\
\
\
|
*
|
|
|
[Web] Detect host OS and use macOS keys on mac hosts.
bruvzg
2023-04-11
1
-5
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #74117 from Animtim/RichTextLabel_LocalizationFix
Rémi Verschelde
2023-04-11
2
-14
/
+13
|
\
\
\
\
|
*
|
|
|
Add translation support to RichTextLabel
Timothée Giet
2023-04-11
2
-14
/
+13
*
|
|
|
|
Merge pull request #69324 from RedMser/advanced-settings-errors
Rémi Verschelde
2023-04-11
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Make solving project setting errors easier
RedMser
2023-03-27
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #71747 from Koyper/rich_text_label_dropcap_selection_bug
Yuri Sizov
2023-04-11
1
-1
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
Fixed RichTextLabel wrong selection offset after drop cap.
Koyper
2023-04-11
1
-1
/
+10
*
|
|
|
|
|
Merge pull request #71742 from Koyper/rich_text_label_cell_padding_select_bug
Yuri Sizov
2023-04-11
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fixed RichTextLabel wrong selection offset in padded table cell.
Koyper
2023-01-20
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #71433 from marzecdawid/fix-TreeItem-button-rendered-under...
Yuri Sizov
2023-04-11
1
-49
/
+56
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix TreeItem's button being rendered under Selected highlight
Dawid Marzec
2023-02-17
1
-49
/
+56
*
|
|
|
|
|
|
Merge pull request #73658 from smix8/do_not_stop_the_entire_server_cause_you_...
Yuri Sizov
2023-04-10
1
-1
/
+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Keep NavigationServer active while SceneTree is paused
smix8
2023-04-10
1
-1
/
+0
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #72152 from smix8/mcd_settings_4.x
Yuri Sizov
2023-04-10
7
-47
/
+272
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add Mesh ConvexDecompositionSettings wrapper
smix8
2023-04-07
7
-47
/
+272
*
|
|
|
|
|
|
|
Merge pull request #75777 from 3deathtoll/patch-1
Yuri Sizov
2023-04-10
2
-2
/
+2
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Make SyntaxHighlighter::get_text_edit a const function
3deathtoll
2023-04-07
2
-2
/
+2
*
|
|
|
|
|
|
|
|
Merge pull request #72863 from JeffVenancius/enable_caret_drawing_when_not_ed...
Yuri Sizov
2023-04-10
2
-1
/
+21
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Add an option to show a TextEdit caret when editable is disabled
jeffVenancius
2023-04-07
2
-1
/
+21
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge pull request #75810 from yedpodtrzitko/yed/simplify-comparison
Yuri Sizov
2023-04-10
1
-15
/
+5
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
optimize blend position search
yedpodtrzitko
2023-04-08
1
-15
/
+5
|
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Fix CI build error
Juan Linietsky
2023-04-08
1
-1
/
+1
[next]