Delta-v/Content.Client/Administration
Pieter-Jan Briers ea0318b2e0
Fix solution editor UI (#24004)
Fixes #23645

The problem is that the solution editor UI is an EUI, so the UI updates before the game states are applied.

A correct fix would be to move it to a BUI in some way, but that's a little involved as we don't really have pre-existing code that uses BUIs in a manner good for this. I decided against this because I realized we'd want to have more tools similar to this and tbh I kinda figured integrating it with VV would be a better fix instead, so...

This is a bad workaround to manually synchronize the UI updates against game timing. It's not pretty but it works.

(cherry picked from commit 3a2cd95d7f8d2b6975ebfda715b4cbf858e74668)
2024-01-26 22:34:27 +01:00
..
Components Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
Managers Un-revert IPlayerManager refactor (#21244) 2023-10-31 19:00:44 +01:00
Systems Sync master up to 1/10 (#74) 2023-10-03 14:15:46 -05:00
UI Fix solution editor UI (#24004) 2024-01-26 22:34:27 +01:00
AdminNameOverlay.cs Content update for NetEntities (#18935) 2023-09-27 21:59:12 +02:00
QuickDialogSystem.cs Move/Rename stuff (#11209) 2022-09-11 18:56:21 -07:00