summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #885 from Spartan322/merge/d09d82dGeorge L. Albany2024-11-26230-1317/+3008
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit godotengine/godot@d09d82d
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-26230-1317/+3008
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99068 from yahkr/fix_monitor_displayThaddeus Crews2024-11-251-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Editor] Fix float value used for integer performance monitors
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix float value used for MONITOR_TYPE_QUANTITYyahkr2024-11-111-0/+3
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99545 from KoBeWi/Vector4.0Thaddeus Crews2024-11-253-8/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stringification of Vector4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix stringification of Vector4kobewi2024-11-223-8/+13
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99542 from bruvzg/stdin_strThaddeus Crews2024-11-253-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert line breaks to `\n` and strip line break from the end of string returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Convert line breaks to `\n` and strip line break from the end of string ↵Pāvels Nadtočajevs2024-11-233-2/+3
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99605 from Alex2782/fix_errmsg_java_sdk_pathThaddeus Crews2024-11-251-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing space after period in error message.
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing space after period in error message.Alexander Hartmann2024-11-241-6/+6
| | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #98069 from ↵Thaddeus Crews2024-11-254-25/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thedinosoar/fix/service-worker-sandbox-error-98068 [Web] Fix PWA callback assignment causing crash in sandboxed iframes
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix PWA callback assignment and error handlingKeegan McGonigle2024-10-224-25/+48
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99506 from Giganzo/scale-2d-selectionThaddeus Crews2024-11-251-8/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change how multi selection scale is applied to canvas item
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Change how multi selection scale is applied to canvas itemGiganzo2024-11-211-8/+7
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99597 from Faless/upnp/custom_instanceThaddeus Crews2024-11-2510-488/+734
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [UPNP] Allow disabling UPNP implementation on the Web
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [UPNP] Allow disabling UPNP implementation on the WebFabio Alessandrelli2024-11-2310-488/+734
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make UPNP classes custom instance, so they can come with empty implementation on the Web (where the would not work anyway) without breaking scripts referencing it. This results in smaller Web builds by not including the library which also results in the emscripten socket wrappers to be stipped away.
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99629 from AThousandShips/fix_scu_winThaddeus Crews2024-11-251-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Buildsystem] Fix path format for SCU builds on Windows
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [Buildsystem] Fix path format for SCU builds on WindowsA Thousand Ships2024-11-241-0/+1
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99562 from badsectoracula/improve_voxelgi_bake_uiThaddeus Crews2024-11-256-36/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add VoxelGI bake cancelling and progress UI improvement
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Add VoxelGI bake cancelling and progress UI improvementBad Sector2024-11-236-36/+116
| | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99688 from akien-mga/revert-99178Thaddeus Crews2024-11-251-16/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Make `delay_usec` more precise on Windows to fix framepacing"
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Make delay_usec more precise"Rémi Verschelde2024-11-251-16/+4
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit df3367f3343ec5acc579205479642d7275f3e12b. Fixes #99593.
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99332 from Repiteo/ci/bump-sconsThaddeus Crews2024-11-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI: Bump SCons to latest (4.8.0 → 4.8.1)
| | * | | | | | | | | | | | | | | | | | | | | | | | | | CI: Bump SCons to latest (4.8.0 → 4.8.1)Thaddeus Crews2024-11-161-1/+1
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99620 from tetrapod00/doc-control-childrenThaddeus Crews2024-11-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Update Control class to properly reflect behavior of Themes on Control Children
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Update Control class to properly reflect behavior of Themes on Control ↵tetrapod002024-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Children Document fact that themes only propagate to control children (not Node2D, etc). Wording is copied from Theme docs. Also clarifies line somewhat. Co-Authored-By: Allyson Chan <allysonn.chann@gmail.com>
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #97986 from ↵Thaddeus Crews2024-11-251-1/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dustdfg/metadata/forbid_deleting_inherited_metadata Editor: forbid deleting inherited metadata properties
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Editor: forbid deleting inherited metadata propertiesYevhen Babiichuk (DustDFG)2024-10-191-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: Tomek <kobewi4e@gmail.com>
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99054 from timothyqiu/session-namesThaddeus Crews2024-11-221-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translate the name of the debugger session tabs
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Translate the name of the debugger session tabsHaoyu Qiu2024-11-111-1/+1
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #97388 from tetrapod00/visualshader-linear-srgbThaddeus Crews2024-11-224-2/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc nodetetrapod002024-10-194-2/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99044 from Sticksman/bug-fix-98873Thaddeus Crews2024-11-224-19/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated worker.js file
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated worker.js fileFelix Yuan2024-11-114-19/+4
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-bindsThaddeus Crews2024-11-2224-108/+278
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core: Fix built-in enum constant bindings
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-2224-108/+278
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-2211-8/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add hint for oneshot property & warning when it will be updated continuously by Force Continuous in `AnimationMixer`
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-1111-8/+37
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99548 from Repiteo/style/clang-format-19-optionsThaddeus Crews2024-11-2212-19/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Style: Add 19.1.0 LLVM options to `.clang-format`
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-2212-19/+39
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99544 from jtcat/fix-inspector-favoritesThaddeus Crews2024-11-221-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inspector section iteration in `update_tree`
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inspector section iteration in `update_tree`jtcat2024-11-221-2/+0
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99416 from adamscott/set-thread-count-for-single-threadedThaddeus Crews2024-11-221-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force `get_thread_count()` to `1` if single threaded
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Force `get_thread_count()` to `1` if single threadedAdam Scott2024-11-181-1/+7
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99533 from crei0/look_at_modifier3d_documentation_data_typosThaddeus Crews2024-11-221-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wording in `LookAtModifier3D` docs
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wording in LookAtModifier3D docsAndré Guedes2024-11-221-2/+2
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99527 from RandomShaper/fix_threaded_transThaddeus Crews2024-11-221-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make loading translations from threads safe
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Make loading translations from threads safePedro J. Estébanez2024-11-221-2/+4
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #99525 from bruvzg/win_tts_sync_eventsThaddeus Crews2024-11-223-5/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Windows] Fix TTS events arriving out of order.
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [Windows] Fix TTS events arriving out of order.bruvzg2024-11-223-5/+13
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |