Space Engineers

Space Engineers

Rich HUD Master
Showing 11-20 of 72 entries
< 1  2  3  4 ... 8 >
Update: Feb 24, 2023 @ 9:23am

Version: 1.2.4.2

Fixed a race condition that could allow the Tree Manager to invoke client delegates while the client is in an undefined state.

Update: Feb 24, 2023 @ 6:02am

Version: 1.2.4.1

Fixed an out-of-range exception related to ListInputElement

Update: May 6, 2022 @ 7:52am

Version: 1.2.4.0

Move control blacklist management to DS to accommodate security patch

Update: Mar 20, 2022 @ 9:29am

Version: 1.2.3.5

• Clear spectator camera control blacklist on unload
• Preload cursor UI element

Update: Mar 17, 2022 @ 3:32pm

Version: 1.2.3.4

Added support for spectator cam to input blacklist

Update: Mar 10, 2022 @ 4:16pm

Version: 1.2.3.3: Fix Chat Bind Bug in BindManager

Ensure chat open prop == false when closed w/Enter

Update: Mar 5, 2022 @ 2:04am

Version: 1.2.3.2: Fix: Only Unload BB Utils on Component Unload

Client BB utils don't expect Master utils to reload, meaning master utils can't reload.

Update: Feb 28, 2022 @ 2:39am

Version: 1.2.3.1: Bind Update Fix and Reload Crash Fix

• Fixed bug in BindManager that allowed Bind update to accept duplicates
• Fixed bug in BindManager that would prevent a Bind from being cleared properly when being changed
• Fixed bug causing crash if the currently selected page was no longer in the mod list
• Pressing escape will now cause any control to lose input focus

Update: Feb 26, 2022 @ 9:35am

Version: 1.2.3.0: Text and Cursor Fixes

Additions

• Added universal InputEnabled flag to HudElement base for enabling/disabling input updates for any element type
• Added implicit conversion for RichText to ToolTip

Fixes

• Fixed bug causing reported cursor position to be out of sync for custom HUD spaces
• Fixed bug causing TextBox caret to jump back to start
• NamedSliderBox now clips name text to prevent overlap with value
• Fixed face range calculation in PolyBoard types causing incorrect triangles to be drawn for a given slice
• Stabilized input for RadialSelectionBox and increased sensitivity range
• Fixed null ref exception in TextBuilder lined formatter
• Fixed null ref exception preventing client reload on crash
• Fixed typo in IRichChar accessor index

Other Changes

• Removed HudSpaceNode.DrawCursorInHudSpace. The captured draw matrix is out of sync and not easily fixed, so I've removed this feature for now.
• BindGroupInitializer now accepts empty binds

Update: Feb 21, 2022 @ 9:56pm

Version: 1.2.2.2: Fix Null Ref and Increase BB Pool Size

• Fixed null ref exception in Bind.GetCombo()
• Increased BB swap pool size