Delta-v/Content.Client/Administration/UI
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
..
AdminRemarks Remove cringe hardcodes for background (#20374) 2023-09-27 21:59:12 +02:00
BanList Add role bans tab to the bans admin window (#20388) 2023-09-27 21:59:12 +02:00
BanPanel Add admin Erase verb, add checkbox to erase from the ban panel (#20985) 2023-10-14 22:19:04 +02:00
Bwoink Add cvar to show new players in ahelp (#23265) 2024-01-26 21:36:22 +01:00
CustomControls Fix right click not showing the context menu in AHelps, players tab and objects tab (#22798) 2023-12-22 23:15:11 +01:00
Logs Remove cringe hardcodes for background (#20374) 2023-09-27 21:59:12 +02:00
ManageSolutions Fix solution editor UI (#24004) 2024-01-26 22:34:27 +01:00
Notes Remove cringe hardcodes for background (#20374) 2023-09-27 21:59:12 +02:00
SetOutfit Fix misc commands (#20004) 2023-09-27 21:59:12 +02:00
SpawnExplosion Remove 700 usages of Component.Owner (#21100) 2023-10-20 15:31:13 +02:00
Tabs Fix objects tab not showing nents (#23837) 2024-01-26 22:22:36 +01:00
AdminAnnounceWindow.xaml Multiline edit everywhere (#15216) 2023-04-14 12:57:47 -07:00
AdminAnnounceWindow.xaml.cs Multiline edit everywhere (#15216) 2023-04-14 12:57:47 -07:00
AdminMenuWindow.xaml Add panic bunker UI and automatic panic bunker (#20954) 2023-10-14 22:19:02 +02:00
AdminMenuWindow.xaml.cs Add panic bunker UI and automatic panic bunker (#20954) 2023-10-14 22:19:02 +02:00
AdminMenuWindowEui.cs Ensure EUIs close themselves (#15860) 2023-04-29 13:16:24 +10:00
AdminUIHelpers.cs Sync master up to 1/10 (#74) 2023-10-03 14:15:46 -05:00
PermissionsEui.cs Update content vectors to numerics (#17759) 2023-07-08 14:08:32 +10:00