summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-302-7/+7
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-292-7/+7
* | Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
|/
* Fix Network Profiler not disabling buttonsaryan-118251142024-09-171-0/+13
* Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...Rémi Verschelde2024-09-162-21/+0
|\
| * Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-312-21/+0
* | Implement Autostart Feature for Profiler / Visual Profiler / Network ProfilerHendrik Brucker2024-09-103-1/+47
* | [MP] Fix division by zero in network profilerFabio Alessandrelli2024-09-021-2/+2
|/
* 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