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
...
|
*
|
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
*
|
Clarify when things with _IDLE and _PHYSICS enums will run
L4Vo5
2023-06-20
1
-2
/
+2
|
/
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
13
-23
/
+19
*
[MP] Fix crash when sending multiple delta variants.
Fabio Alessandrelli
2023-06-11
1
-0
/
+1
*
Fix more issues with code tags in class reference
RedworkDE
2023-05-29
1
-2
/
+2
*
Add restrictions to MultiplayerSynchronizer editor and documentation
Ninni Pipping
2023-05-24
3
-0
/
+71
*
[MP] Implement "watched" properties.
Fabio Alessandrelli
2023-05-24
13
-50
/
+422
*
Validate code tags in documentation for potential params
Yuri Sizov
2023-04-26
4
-16
/
+16
*
Decouple EditorInterface from EditorPlugin
Yuri Sizov
2023-04-17
1
-1
/
+2
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
Fix premature theme item access in editor tools
Yuri Sizov
2023-04-03
2
-17
/
+51
*
Fixups to list handling in SceneReplicationConfig
Mai Lavelle
2023-03-07
1
-4
/
+12
[prev]
[next]