summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/editor
Commit message (Expand)AuthorAgeFilesLines
* Fixed undo not updating spawn checkbox in replication editorDommi2024-08-061-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-143-5/+5
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-1/+2
* Organize existing code for editor pluginsAaron Franke2024-04-272-2/+2
* Merge pull request #89811 from timothyqiu/missing-i18nRémi Verschelde2024-04-041-1/+1
|\
| * Fix missing i18n for some editor stringsHaoyu Qiu2024-04-031-1/+1
* | Improve SceneTreeEditor usabilityRedMser2024-03-311-1/+1
|/
* Improve replication editor's pin buttonHaoyu Qiu2024-03-252-1/+2
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Extract BottomPanel from EditorNodekit2024-02-201-5/+6
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+7
* Reorganize code related to editor themingYuri Sizov2024-01-162-2/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-1/+6
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-032-18/+20
* [MP] Improve ReplicationEditor UXFabio Alessandrelli2023-08-302-59/+53
* Allow enter key to add properties to replication editor listthe-sink2023-08-292-1/+14
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-153-4/+4
* Add restrictions to MultiplayerSynchronizer editor and documentationNinni Pipping2023-05-241-0/+69
* [MP] Implement "watched" properties.Fabio Alessandrelli2023-05-242-7/+30
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Fix premature theme item access in editor toolsYuri Sizov2023-04-032-17/+51
* Improve some editor strings for localizationHaoyu Qiu2023-02-091-2/+4
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-3/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-3/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+3
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* [MP] Initial replication profiler.Fabio Alessandrelli2022-11-194-37/+245
* [MP] Improve network profiler.Fabio Alessandrelli2022-11-172-3/+9
* Fix periods in editor strings and messagesHugo Locurcio2022-11-141-1/+1
* [MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli2022-11-146-90/+503
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-112-6/+7
* Unify usage of undo_redo in editorkobewi2022-11-021-2/+2
* Add per-scene UndoRedokobewi2022-08-221-3/+4
* [MP] Cleanup and fixes for replication plugin.Fabio Alessandrelli2022-08-072-122/+8
* Remove excessive `editor/property_editor.h` includesYuri Sizov2022-08-012-0/+5
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+0
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-262-0/+793