Delta-v/Content.Server/Administration
Pieter-Jan Briers 3a2cd95d7f
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.
2024-01-13 15:52:42 +11:00
..
BanList Add role bans tab to the bans admin window (#20388) 2023-09-22 14:08:28 -07:00
Commands Replace EntityUid parsing with NetEntity (#23474) 2024-01-04 11:04:31 +11:00
Components Super Bonk Smite (#22413) 2023-12-18 14:39:23 -05:00
Logs Move ActorComponent to shared (#21293) 2023-10-29 04:21:02 +11:00
Managers Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
Notes message notes no longer show seen notes in chat (#23271) 2023-12-31 01:01:05 -06:00
Systems Revert "Game server api (#23129)" (#23672) 2024-01-07 02:04:21 -08:00
Toolshed Revert 'Revert 'Solution Entities'' (#23168) 2023-12-29 08:47:43 -04:00
UI Fix solution editor UI (#24004) 2024-01-13 15:52:42 +11:00
AdminCommandAttribute.cs Toolshed (#17895) 2023-08-02 16:09:08 -05:00
AdminPermsChangedEventArgs.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
AdminRank.cs Remove redundant #nullable enable (#4275) 2021-07-16 17:37:09 -07:00
BanPanelEui.cs Fix bad sawmill IPostInjectInit (#23626) 2024-01-07 02:33:53 +11:00
ContentNetworkResourceManager.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
PlayerLocator.cs Cache HTTP client in player locator (#12555) 2022-11-11 19:56:47 -06:00
QuickDialogSystem.OpenDialog.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
QuickDialogSystem.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00