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 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
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update many Deprecated/Experimental descriptions for consistency
Micky
2024-02-17
1
-4
/
+4
*
|
|
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
4
-6
/
+6
|
/
/
*
|
Merge pull request #88326 from brennennen/cmd_mask_comment_typo
Rémi Verschelde
2024-02-15
1
-1
/
+1
|
\
\
|
*
|
Fixed binary representation typo in comment
brennen
2024-02-14
1
-1
/
+1
*
|
|
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-8
/
+4
|
/
/
*
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
3
-6
/
+6
*
|
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
4
-6
/
+6
*
|
Merge pull request #87186 from Faless/mp/fix_remote_sync_cleanup
Rémi Verschelde
2024-02-03
2
-1
/
+2
|
\
\
|
*
|
[MP] Fix remote net ID cleanup
Fabio Alessandrelli
2024-01-14
2
-1
/
+2
|
|
/
*
|
Merge pull request #87185 from Faless/mp/fix_reset
Rémi Verschelde
2024-02-03
1
-4
/
+5
|
\
\
|
*
|
[MP] Fix spawned nodes not working after reset
Fabio Alessandrelli
2024-01-14
1
-4
/
+5
|
|
/
*
|
[MP] Handle cleanup of "scene cache" nodes
Fabio Alessandrelli
2024-01-18
2
-82
/
+109
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
2
-2
/
+2
|
/
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
2
-4
/
+4
*
[MP] Fix complete_auth notifying the wrong peer
Fabio Alessandrelli
2023-12-17
1
-0
/
+5
*
Merge pull request #83279 from Faless/mp/fix_delta_indexed
Rémi Verschelde
2023-10-13
1
-1
/
+1
|
\
|
*
[MP] Fix "on change" indexed properties
Fabio Alessandrelli
2023-10-13
1
-1
/
+1
*
|
[MP] Fix synchronizer init and reset
Fabio Alessandrelli
2023-10-13
2
-7
/
+13
|
/
*
[MP] Optimize internal SceneReplicationConfig access
Fabio Alessandrelli
2023-10-10
4
-10
/
+15
*
[MP] Avoid unnecessary internal ref/unrefs
Fabio Alessandrelli
2023-10-10
6
-20
/
+32
*
[MP] Optimize internal authority checks
Fabio Alessandrelli
2023-10-10
3
-25
/
+28
*
[MP] Optimize multiplayer NodePath caching
Fabio Alessandrelli
2023-10-10
3
-27
/
+36
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
7
-36
/
+36
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-1
/
+6
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-1
/
+1
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-0
/
+1
*
Add EditorStringNames singleton
kobewi
2023-09-03
2
-18
/
+20
*
[MP] Improve ReplicationEditor UX
Fabio Alessandrelli
2023-08-30
2
-59
/
+53
*
[MP] Make replication mode an enum + optimizations
Fabio Alessandrelli
2023-08-30
3
-81
/
+149
*
Allow enter key to add properties to replication editor list
the-sink
2023-08-29
2
-1
/
+14
*
[MP] Fix watch properties not being correctly removed
Fabio Alessandrelli
2023-08-27
1
-0
/
+1
*
[MP] Use get/set indexed in MultiplayerSynchronizer
Fabio Alessandrelli
2023-07-14
1
-2
/
+2
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
4
-4
/
+4
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
4
-4
/
+4
*
[MP] Fix delta variables index decoding.
Fabio Alessandrelli
2023-06-26
1
-2
/
+1
*
Fix `MultiplayerSpawner` documentation
Ninni Pipping
2023-06-23
1
-1
/
+1
*
Merge pull request #78409 from AThousandShips/spawn_func_fix
Fabio Alessandrelli
2023-06-23
1
-1
/
+1
|
\
|
*
Do not serialize `MultiplayerSpawner.spawn_function`
Ninni Pipping
2023-06-18
1
-1
/
+1
*
|
Ensure `RID`, `Callable`, and `Signal` are stored as strings
Ninni Pipping
2023-06-22
2
-2
/
+2
[next]