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
/
multiplayer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
24
-48
/
+48
*
Rebrand preambles to Redot
Spartan322
2024-10-13
24
-0
/
+48
*
[MP] Fix division by zero in network profiler
Fabio Alessandrelli
2024-09-17
1
-2
/
+2
*
Fix typo in MultiplayerSpawner doc
Jordyfel
2024-09-16
1
-2
/
+2
*
Merge pull request #95194 from Faless/mp/fix_relay_negative_target
Rémi Verschelde
2024-08-08
1
-5
/
+8
|
\
|
*
[MP] Fix relay protocol routing with negative targets
Fabio Alessandrelli
2024-08-06
1
-5
/
+8
*
|
Fixed undo not updating spawn checkbox in replication editor
Dommi
2024-08-06
1
-1
/
+1
|
/
*
[MP] Avoid error spam in relay protocol when clients disconnect
Fabio Alessandrelli
2024-08-06
1
-2
/
+4
*
Merge pull request #94984 from Faless/mp/fix_safer_cache_cleanup
Rémi Verschelde
2024-07-31
2
-10
/
+33
|
\
|
*
[MP] Partially revert cache cleanup, track paths as fallback
Fabio Alessandrelli
2024-07-31
2
-10
/
+33
*
|
Merge pull request #91011 from Faless/mp/fix_disconnect_on_change
Rémi Verschelde
2024-07-31
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
[MP] Fix disconnect_peer not doing the proper cleanup
Fabio Alessandrelli
2024-04-22
1
-5
/
+5
*
|
Merge pull request #93374 from hakro/fix-replication-config-error-flood
Rémi Verschelde
2024-06-22
1
-1
/
+1
|
\
\
|
*
|
Instantiate a replication config on synchronizer creation
Hakim
2024-06-20
1
-1
/
+1
*
|
|
Merge pull request #91084 from OwenAEdwards/master
Rémi Verschelde
2024-06-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Modified MultPlayer spawnable scene path error checking.
Owen Edwards
2024-04-23
1
-1
/
+1
*
|
|
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
|
|
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
|
|
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-2
/
+2
*
|
|
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
|
|
Fix Multiplayer Spawner freeing node after client disconnected Issue
Daniel Snd
2024-05-25
1
-1
/
+1
*
|
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
3
-5
/
+5
*
|
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
4
-6
/
+3
*
|
|
Add shorthand for using singleton string names
kobewi
2024-05-11
3
-8
/
+8
*
|
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
*
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
2
-7
/
+8
*
|
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-1
/
+2
*
|
|
Organize existing code for editor plugins
Aaron Franke
2024-04-27
2
-2
/
+2
|
/
/
*
|
Merge pull request #90027 from Faless/mp/cache_no_spam
Rémi Verschelde
2024-04-23
2
-19
/
+22
|
\
\
|
|
/
|
/
|
|
*
[MP] Gracefully handle cache confirmation of deleted nodes
Fabio Alessandrelli
2024-03-29
2
-19
/
+22
*
|
Merge pull request #89839 from timothyqiu/meanwhile
Rémi Verschelde
2024-04-08
2
-0
/
+2
|
\
\
|
*
|
Fix node config warning not updating for Multiplayer{Spawner,Synchronizer}
Haoyu Qiu
2024-03-24
2
-0
/
+2
*
|
|
Merge pull request #89811 from timothyqiu/missing-i18n
Rémi Verschelde
2024-04-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix missing i18n for some editor strings
Haoyu Qiu
2024-04-03
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Improve SceneTreeEditor usability
RedMser
2024-03-31
1
-1
/
+1
|
/
/
*
/
Improve replication editor's pin button
Haoyu Qiu
2024-03-25
2
-1
/
+2
|
/
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-1
/
+2
*
[MP] Fix replication config reload error
Fabio Alessandrelli
2024-03-03
2
-0
/
+10
*
Fix removing connected peer during disconnection
Max Hilbrunner
2024-02-25
1
-1
/
+1
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
2
-2
/
+2
*
Merge pull request #87760 from kitbdev/extract-bottom-dock
Rémi Verschelde
2024-02-23
1
-5
/
+6
|
\
|
*
Extract BottomPanel from EditorNode
kit
2024-02-20
1
-5
/
+6
*
|
Merge pull request #88641 from Calinou/doc-add-keywords
Rémi Verschelde
2024-02-22
2
-2
/
+2
|
\
\
|
*
|
Add keywords to improve search in the class reference
Hugo Locurcio
2024-02-22
2
-2
/
+2
|
|
/
*
|
Merge pull request #86260 from Faless/mp/fix_2way_auth
Rémi Verschelde
2024-02-21
1
-26
/
+20
|
\
\
|
|
/
|
/
|
|
*
[MP] Fix auth not waiting for confirmation in some cases
Fabio Alessandrelli
2024-01-14
1
-26
/
+20
*
|
Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...
Rémi Verschelde
2024-02-20
1
-1
/
+7
|
\
\
|
*
|
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+7
*
|
|
Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecated
Rémi Verschelde
2024-02-20
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
[next]