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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #74558 from smix8/navserver_real_t_4.x
Rémi Verschelde
2023-04-03
5
-34
/
+34
|
\
|
*
Fix NavigationServer internals still using float instead of real_t
smix8
2023-03-07
5
-34
/
+34
*
|
Update HarfBuzz to 7.1.0
Pedro J. Estébanez
2023-04-03
2
-12
/
+27
*
|
Fix NavigationAgent enable avoidance crash
smix8
2023-04-01
1
-0
/
+1
*
|
Merge pull request #75477 from kleonc/csharp-fix-vector234i-from-floats-creation
Yuri Sizov
2023-03-31
3
-18
/
+15
|
\
\
|
*
|
C# Truncate instead of round in Vector2/3/4 to Vector2I/3I/4I conversion
kleonc
2023-03-31
3
-18
/
+15
*
|
|
Merge pull request #71049 from alexdlm/dotnet-generator-selective-disable
Yuri Sizov
2023-03-31
9
-7
/
+14
|
\
\
\
|
*
|
|
Add fine-grained disabling of SourceGenerators
Alex de la Mare
2023-03-25
9
-7
/
+14
*
|
|
|
Merge pull request #75357 from Redwarx008/fix-Godot.Collections.Array.AddRang...
Yuri Sizov
2023-03-30
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
C#: Fix Array.AddRange index out of bounds
Redwarx008
2023-03-27
1
-2
/
+4
*
|
|
|
|
Merge pull request #74552 from maiself/scene-repl-config-lists-fix
Yuri Sizov
2023-03-30
1
-4
/
+12
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixups to list handling in SceneReplicationConfig
Mai Lavelle
2023-03-07
1
-4
/
+12
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #74928 from BastiaanOlij/fix_typo_pose_orientation
Yuri Sizov
2023-03-29
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix typo in OpenXR pose orientation check
Bastiaan Olij
2023-03-15
1
-1
/
+1
*
|
|
|
|
Merge pull request #75304 from Calinou/gridmap-editor-change-floor-ctrl-only
Yuri Sizov
2023-03-27
1
-3
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Only change floors in GridMap editor when holding Ctrl/Cmd, not Shift
Hugo Locurcio
2023-03-25
1
-3
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #75286 from AThousandShips/csharp_shadow
Yuri Sizov
2023-03-25
1
-66
/
+66
|
\
\
\
\
|
*
|
|
|
Fix "hides member" warnings in `csharp_script.cpp`
Ninni Pipping
2023-03-25
1
-66
/
+66
|
|
/
/
/
*
|
|
|
Merge pull request #74848 from BastiaanOlij/add_xr_system_info
Yuri Sizov
2023-03-25
8
-1
/
+45
|
\
\
\
\
|
*
|
|
|
Add a get_system_info method to XRInterface
Bastiaan Olij
2023-03-15
8
-1
/
+45
|
|
|
/
/
|
|
/
|
|
*
|
|
|
C#: Do not print errors about missing references to intentionally ignored mem...
RedworkDE
2023-03-24
2
-5
/
+26
|
|
/
/
|
/
|
|
*
|
|
Fix GridMap free navigation RID error spam
smix8
2023-03-21
1
-2
/
+6
*
|
|
Merge pull request #74893 from smix8/fix_agents_with_disabled_avoidance_4.x
Yuri Sizov
2023-03-21
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix agents with disabled avoidance getting added to avoidance simulation
smix8
2023-03-14
1
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #74890 from smix8/gridmap_cell_size_disconnect_error_4.x
Yuri Sizov
2023-03-21
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix GridMap signal "cell_size_changed" disconnect error
smix8
2023-03-14
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #72056 from resistor/master
Yuri Sizov
2023-03-20
1
-1
/
+11
|
\
\
\
|
*
|
|
[GDScript] Perform update-and-assign operations in place when possible.
Owen Anderson
2023-01-25
1
-1
/
+11
*
|
|
|
Merge pull request #74949 from dalexeev/gds-fix-await-warning
Yuri Sizov
2023-03-20
5
-3
/
+93
|
\
\
\
\
|
*
|
|
|
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
Danil Alexeev
2023-03-16
5
-3
/
+93
*
|
|
|
|
Merge pull request #74844 from vonagam/change-class-extends-parsing
Yuri Sizov
2023-03-20
10
-26
/
+43
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
10
-26
/
+43
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #74842 from vonagam/fix-builtin-shadow
Yuri Sizov
2023-03-20
4
-14
/
+54
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Fix missing warning for shadowing of built-in types
Dmitrii Maganov
2023-03-13
4
-14
/
+54
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #75110 from Calinou/doc-color8
Yuri Sizov
2023-03-20
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Improve Color8 documentation
Hugo Locurcio
2023-03-19
1
-1
/
+2
*
|
|
|
|
|
Remove (or make verbose only) various debug prints.
bruvzg
2023-03-20
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #74149 from bruvzg/get_char
Yuri Sizov
2023-03-16
4
-0
/
+38
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[Font] Implement `get_char_from_glyph_index` function.
bruvzg
2023-03-01
4
-0
/
+38
*
|
|
|
|
Merge pull request #74892 from BastiaanOlij/fix_hw_srgb_conversion
Yuri Sizov
2023-03-16
4
-3
/
+56
|
\
\
\
\
\
|
*
|
|
|
|
XR: When an sRGB target is used, check hardware sRGB conversion
Bastiaan Olij
2023-03-16
4
-3
/
+56
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix typos and inconsistencies in classref
Haoyu Qiu
2023-03-16
1
-1
/
+1
*
|
|
|
|
Merge pull request #74556 from AThousandShips/text_adv_svg_freetype
Yuri Sizov
2023-03-15
6
-3
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
[TextServer] Make sure Freetype is enabled for ot-svg
Ninni Pipping
2023-03-07
6
-3
/
+15
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #73144 from chutchinson/bug/openxr-init-alert-dialog
Yuri Sizov
2023-03-15
1
-4
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
Replaced operating system alert dialog with a warning log message,
Chris Hutchinson
2023-02-13
1
-4
/
+14
*
|
|
|
|
|
OpenXR: Enable access to the Valve Index grip force sensing
Zac Luzader
2023-03-12
2
-0
/
+4
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #74689 from vonagam/fix-autocomplete-after-type-test
Rémi Verschelde
2023-03-10
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Fix autocomplete inside a block with a type test condition
Dmitrii Maganov
2023-03-09
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #74702 from bruvzg/ts_inv_font_metrics
Rémi Verschelde
2023-03-10
2
-2
/
+6
|
\
\
\
\
\
\
[next]