summaryrefslogtreecommitdiffstats
path: root/modules/multiplayer/editor
Commit message (Collapse)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
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fix Network Profiler not disabling buttonsaryan-118251142024-09-171-0/+13
|
* Merge pull request #96400 from ↵Rémi Verschelde2024-09-162-21/+0
|\ | | | | | | | | | | Maran23/inputmap-usage-for-filter-and-corresponding-refactor Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList.
| * Use InputMap actions consistently across all LineEdit's that filter an ↵Marius Hanl2024-08-312-21/+0
| | | | | | | | | | | | | | | | | | underlying Tree or ItemList. - Instead of checking for Key::UP, Key::DOWN, Key::PAGEUP, Key::PAGEDOWN etc., we rather check for the action like 'ui_up' or 'ui_down'. - Also use AcceptDialog's 'register_text_enter' functionality to consistently close a dialog when ENTER is pressed while the LineEdit has focus (instead of redirecting ENTER keys to e.g. the underlying Tree). - Unify the LineEdit filter behavior for the SceneTreeDialog and corresponding usages - Improve OK Button disablement (something should be selected)
* | Implement Autostart Feature for Profiler / Visual Profiler / Network ProfilerHendrik Brucker2024-09-103-1/+47
| | | | | | | | Co-authored-by: stmSi <stm1998sithumyo@gmail.com>
* | [MP] Fix division by zero in network profilerFabio Alessandrelli2024-09-021-2/+2
|/ | | | | | | | The debugger reports synchronizers with empty state to the editor even if no data is being sent to other peers. The editor conditional to avoid division by zero was checking the wrong variable.
* Fixed undo not updating spawn checkbox in replication editorDommi2024-08-061-1/+1
| | | | When pressing undo the value was set to the same as it was before in the ui. It was saved correctly in the config but not updated in the editor.
* [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
| | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* 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 strings
| * Fix missing i18n for some editor stringsHaoyu Qiu2024-04-031-1/+1
| |
* | Improve SceneTreeEditor usabilityRedMser2024-03-311-1/+1
|/ | | | | | - Mark contextually relevant node - Remember/Clear selection as appropriate - Scroll to marked/selected node
* Improve replication editor's pin buttonHaoyu Qiu2024-03-252-1/+2
| | | | | | - When unpressed, only hide the editor if MultiplayerSynchronizer is not selected. - Add tooltip text.
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
| | | | | | | | Default shortcuts use the first or second letter of each word. This also adds a new shortcut to toggle the last opened bottom panel. On editor startup, this defaults to the first panel in the list (which is the Output panel).
* 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
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* [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
| | | | This also exposes `EditorInterface::get_editor_theme`.
* Add EditorStringNames singletonkobewi2023-09-032-18/+20
|
* [MP] Improve ReplicationEditor UXFabio Alessandrelli2023-08-302-59/+53
| | | | | Use an option button for the replication mode making sync and watch (now "Always" and "On Change") mutually exclusive.
* 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
| | | | | | | | | | | | | | | | | | | | This applies our existing style guide, and adds a new rule to that style guide for modular components such as platform ports and modules: Includes from the platform port or module ("local" includes) should be listed first in their own block using relative paths, before Godot's "core" includes which use "absolute" (project folder relative) paths, and finally thirdparty includes. Includes in `#ifdef`s come after their relevant section, i.e. the overall structure is: - Local includes * Conditional local includes - Core includes * Conditional core includes - Thirdparty includes * Conditional thirdparty includes
* Add restrictions to MultiplayerSynchronizer editor and documentationNinni Pipping2023-05-241-0/+69
|
* [MP] Implement "watched" properties.Fabio Alessandrelli2023-05-242-7/+30
| | | | | Checked at "delta_interval" (default = every frame), synchronized (reliably) if changes are detected.
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+2
| | | | | - Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property.
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
| | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.
* 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()
| * 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
| | | | | | | | * This solution is much cleaner than the one in 3.x thanks to the use of callables. * Works without issues in any language (no need to worry about camel or snake case). * Editor code uses a compatibility function (too much work to redo). Fixes #59899
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* [MP] Initial replication profiler.Fabio Alessandrelli2022-11-194-37/+245
| | | | | | Part of the current network profiler stack. Tracks synchronizers, incoming/outgoing state sizes, and their bandwidth usage.
* [MP] Improve network profiler.Fabio Alessandrelli2022-11-172-3/+9
| | | | | | | Fix RPC profiler and add average RPC size. Improve bandwidth debugger to account for all multiplayer traffic (excluding the lower level peer transformations).