summaryrefslogtreecommitdiff
path: root/modules/multiplayer/editor
AgeCommit message (Expand)Author
2023-02-09Improve some editor strings for localizationHaoyu Qiu
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-18Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-14Remove set_drag_forwarding_compat()kobewi
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-19[MP] Initial replication profiler.Fabio Alessandrelli
2022-11-17[MP] Improve network profiler.Fabio Alessandrelli
2022-11-14Fix periods in editor strings and messagesHugo Locurcio
2022-11-14[MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-02Unify usage of undo_redo in editorkobewi
2022-08-22Add per-scene UndoRedokobewi
2022-08-07[MP] Cleanup and fixes for replication plugin.Fabio Alessandrelli
2022-08-01Remove excessive `editor/property_editor.h` includesYuri Sizov
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli