Commit Graph
9 Commits
Author SHA1 Message Date
WhatstoneandGitHub 5749d7a6e5 Revert UI queueing (#6789, #6829, #6840) (#6900)
* Revert "Hotfix: pass last state in SharedUserInterfaceSystem.EnsureClientBui (#6840)"

This reverts commit 08b3257ece.

* Revert "Bugfix: SharedUserInterfaceSystem stores and applies BUI states in order. (#6829)"

This reverts commit c766e79ef4.

* Revert "Defer UI operations until UI system runs frame update (#6789)"

This reverts commit f44d7e00c3.
2026-08-04 01:14:17 +00:00
08b3257ece Hotfix: pass last state in SharedUserInterfaceSystem.EnsureClientBui (#6840)
* sins

* New AddQueuedState function, comment both

* I like this name better actually

---------

Co-authored-by: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
2026-07-23 20:03:30 -07:00
WhatstoneandGitHub c766e79ef4 Bugfix: SharedUserInterfaceSystem stores and applies BUI states in order. (#6829)
* store intermediate bui states

* exception printout, remove redundant check

* Set state on Open

* trygetvalue defaults, you dingus

* fix string interpolation bug

* queue in SetUiState

* queue in SetUiState regardless

* TryGetValue->GetValueOrDefault
2026-07-23 14:01:16 -07:00
WhatstoneandGitHub 7c7d1ae451 Cleanup: Warning resolution/suppression (#6721) 2026-07-16 19:43:54 +10:00
WhatstoneandGitHub 332222b134 Add missing EntitySystemSubscriptionsGenerator.targets into Server.csproj (#6740)
add missing SubGenerator targets to Server proj
2026-07-06 11:56:35 -07:00
WhatstoneandGitHub dfe1d4ef8a Cleanup: ProtoMan Part 3 - remove redundant EntitySystem IPrototypeManager, IComponentFactory instances (#6693) 2026-06-30 17:12:55 +10:00
WhatstoneandGitHub 2398cbcf26 GameController: init LocMgr before init broadcast (#5965) 2025-05-24 19:02:26 +02:00
WhatstoneandGitHub 919de8ce0e SharedPhysicsSystem.Island: set position after velocity (#5801) 2025-04-09 01:10:17 +10:00
WhatstoneandGitHub 3dda8d9e93 Try/catch blocks around BUI open/dispose calls (#5730) 2025-03-08 15:16:11 +11:00