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
...
*
|
|
[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
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
[prev]
[next]