Space Engineers

Space Engineers

Rich HUD Master
Showing 31-40 of 72 entries
< 1  2  3  4  5  6 ... 8 >
Update: Sep 17, 2021 @ 3:45pm

Update: Sep 13, 2021 @ 5:03pm

Version 1.2.0.0: UI Clipping, Better Cursor and Input Management

See the patch notes on GitHub for details.[github.com]

Update: Sep 13, 2021 @ 4:45pm

Update: Sep 13, 2021 @ 4:34pm

Update: Jul 15, 2021 @ 9:56pm

Wrong branch

Update: Jul 15, 2021 @ 9:55pm

Update: Jul 15, 2021 @ 9:27pm

Update: May 5, 2021 @ 8:35pm

Version 1.1.1.0: Text Update Fixes and Minor Formatting Optimization

• Library UI elements that change text formatting now only change text color. This should make it easier to use custom text formats with these types, especially SelectionBox types.
• Fixed bug underline bounding calculation preventing it from correctly clipping underlines on text with a horizontal offset.
• SetText() and SetFormatting() methods in TextBuilders affecting the entire text now change default formatting.
• Changes to text formatting that only affect color will not trigger a full update; it'll just update the billboard color.
• GlyphFormat is now a value type.

Update: Mar 27, 2021 @ 9:59am

Version: 1.1.0.0: UI Tree Optimization and Library Overhaul

See the patch notes on GitHub for details.[github.com]

Update: Mar 12, 2021 @ 3:14pm

Version 1.0.3.0: Minor Terminal Fixes and List Box Refactoring

• Added new API accessors for terminal ListBox types to allow insertion, removal, and retrieval of the selection's current index.
• Terminal ListBox entries now allow the user to retrieve/modify the name of the entry
• Refactored ListBox, Dropdown and TreeBox to allow the use of custom entry elements
• Fixed bug preventing clients from reading/writing to terminal ListBox entry properties
• The terminal will now automatically close when the SE terminal or other windows open