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 #53129 from Faless/net/4.x_enet_opts
Fabio Alessandrelli
2021-12-15
4
-166
/
+191
|
\
|
*
[Net] ENet poll now only service the connection once.
Jordan Schidlowsky
2021-12-15
4
-164
/
+183
|
*
[Net] ENetMultiplayerPeer now sends fragmented packets unreliably too.
Jordan Schidlowsky
2021-12-15
1
-2
/
+8
*
|
Merge pull request #55952 from Faless/net/4.x_webrtc_mp_connect_fix
Rémi Verschelde
2021-12-15
1
-0
/
+11
|
\
\
|
*
|
[Net] Fix WebRTC returning packets from peers too early.
Fabio Alessandrelli
2021-12-15
1
-0
/
+11
|
|
/
*
/
[Text Server] Fix re-shaping of substrings, improve oversampling scale.
bruvzg
2021-12-15
3
-104
/
+130
|
/
*
Avoid a crash in the gdscript analyser
Gilles Roudière
2021-12-14
1
-2
/
+4
*
Fix incorrect placement of default value editor in visual scripts
Yuri Roubinsky
2021-12-13
1
-1
/
+1
*
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-12-13
3
-39
/
+26
*
Fix OGG streams never ending playback
Ellen Poe
2021-12-10
1
-1
/
+1
*
Revert "Fix auto reload scripts on external change"
Rémi Verschelde
2021-12-10
1
-9
/
+1
*
Merge pull request #55702 from nekomatata/physics-solver-settings
Rémi Verschelde
2021-12-10
1
-4
/
+0
|
\
|
*
Add physics solver settings to project settings
PouleyKetchoupp
2021-12-07
1
-4
/
+0
*
|
Misc build system fixes
Aaron Franke
2021-12-10
1
-1
/
+1
*
|
Fix "Lookup Symbol" on global class members
cdemirer
2021-12-10
1
-0
/
+1
*
|
Merge pull request #55572 from aaronfranke/ci-double
Rémi Verschelde
2021-12-10
3
-14
/
+14
|
\
\
|
*
|
Add a double-precision editor build to CI
Aaron Franke
2021-12-09
3
-14
/
+14
*
|
|
Merge pull request #43181 from nathanfranke/string-empty
Rémi Verschelde
2021-12-10
28
-113
/
+112
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
28
-113
/
+112
*
|
|
Merge pull request #55700 from Razoric480/raz/lsp-extraneous-code
Rémi Verschelde
2021-12-09
1
-3
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove extraneous return to LSP
Francois Belair
2021-12-07
1
-3
/
+0
*
|
|
Merge pull request #55299 from nathanfranke/renames
Rémi Verschelde
2021-12-09
7
-127
/
+127
|
\
\
\
|
*
|
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
7
-127
/
+127
*
|
|
|
Merge pull request #49473 from cptchuckles/fix-auto-reload-scripts
Rémi Verschelde
2021-12-09
1
-1
/
+9
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix auto reload scripts on external change
Jonathan Gollnick
2021-09-02
1
-1
/
+9
*
|
|
|
Various fixes to C# documentation
Raul Santos
2021-12-07
7
-15
/
+18
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #55675 from raulsntos/csharp-basis-quaternion
Ignacio Roldán Etcheverry
2021-12-07
2
-83
/
+83
|
\
\
\
|
*
|
|
Rename C# `Quaternion()` -> `GetQuaternion()`
Raul Santos
2021-12-06
2
-83
/
+83
|
|
|
/
|
|
/
|
*
|
|
Rename "items_count" property to "item_count"
Aaron Franke
2021-12-06
1
-3
/
+3
*
|
|
Merge pull request #55655 from raulsntos/csharp-items-count
Ignacio Roldán Etcheverry
2021-12-06
1
-4
/
+4
|
\
\
\
|
*
|
|
Replace deprecated GetItemCount() with ItemsCount
Raul Santos
2021-12-06
1
-4
/
+4
*
|
|
|
Merge pull request #55624 from Razoric480/raz/cs-lsp-signal
Rémi Verschelde
2021-12-06
1
-1
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Prevent LSP adding signal func to non GDScripts
Francois Belair
2021-12-04
1
-1
/
+5
*
|
|
|
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-6
/
+6
*
|
|
|
Merge pull request #34005 from aaronfranke/minmax
Rémi Verschelde
2021-12-06
4
-28
/
+28
|
\
\
\
\
|
*
|
|
|
Expose max_axis_index and max_axis_index for Vector2(i)
Aaron Franke
2021-12-02
4
-28
/
+28
*
|
|
|
|
Merge pull request #55651 from Calinou/remove-more-debug-prints
Rémi Verschelde
2021-12-06
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove or make verbose some debugging prints
Hugo Locurcio
2021-12-05
1
-1
/
+1
*
|
|
|
|
Merge pull request #55597 from raulsntos/csharp-source-generators-generics
Ignacio Roldán Etcheverry
2021-12-06
4
-8
/
+34
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Bump Godot.NET.Sdk and SourceGenerators versions
Raul Santos
2021-12-05
2
-3
/
+4
|
*
|
|
|
Fix Godot.SourceGenerators for generic classes
Raul Santos
2021-12-05
2
-5
/
+30
*
|
|
|
|
Merge pull request #55559 from pycbouh/docs-overridden-cross-linked
Rémi Verschelde
2021-12-05
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-1
/
+1
*
|
|
|
|
Auto-Increment Debugger Port
Nathan Franke
2021-12-04
3
-9
/
+41
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #55563 from raulsntos/csharp-delegates-for-generic-class
Ignacio Roldán Etcheverry
2021-12-04
6
-1
/
+36
|
\
\
\
\
|
*
|
|
|
Fix get_all_delegates method for generic classes
Raul Santos
2021-12-04
6
-1
/
+36
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Fix typo in `gdscript_parser`
Raul Santos
2021-12-03
1
-4
/
+4
*
|
|
|
AudioStreamMP3: expose loop properties to the editor
Vincent
2021-12-03
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
NavigationMeshInstance: Fix typo to 'vertices'
Rémi Verschelde
2021-12-03
2
-28
/
+28
*
|
|
Let MultiMeshInstances affect NavigationMeshes
Carlo Cabanilla
2021-12-02
1
-0
/
+16
|
/
/
[next]