Space Engineers

Space Engineers

Rich HUD Master
Showing 61-70 of 79 entries
< 1 ... 5  6  7  8 >
Update: Mar 19, 2020 @ 4:20pm

Version: 0.9.2

• Highlighting controls will no longer prevent the scroll wheel from working in the settings menu
• Scrollbars will now remain highlighted if the cursor moves out of bounds while they're still being controlled

Update: Mar 18, 2020 @ 11:09pm

Fixed rebind dialog UI layout

Update: Mar 18, 2020 @ 5:22pm

Version: 0.9.1

• RichHudCore and ExceptionHandler session components no longer use Before/Sim/After update methods. Apparently, having session components with the same fully qualified name between mods, update order and priority will prevent those methods from being called.
• Fixed bug that could prevent the exception handler from pausing session components and cause it to go into an infinite loop generating popups.
• ModControlRoots in the terminal no longer show up in the list unless first enabled by the client and then only if they have at least one page registered.
• TextBox highlight is now rendered on Draw rather than Layout (whoops!).

Update: Mar 15, 2020 @ 9:16pm

Version: 0.9.0

• Added support for draw layers
• Layout now updated periodically for elements that aren't being drawn
• Separated layout update from draw
• Improved mouse wheel scrolling in terminal

Update: Mar 14, 2020 @ 1:39pm

Version 0.8.8

• Refactored exception handler
• Fixed bug in TerminalTextField that prevented changes to the text from triggering the update event
• More documentation, reorganized utilities

Update: Mar 7, 2020 @ 6:40am

Version 0.8.7

• Invalid binds are now highlighted in red in the terminal
• Terminal pages no longer close when opening/closing mod roots
• Removed support for shadowed font
• Updated code documentation
• Misc refactoring, details on GitHub

Update: Mar 7, 2020 @ 6:34am

Update: Feb 8, 2020 @ 3:21pm

Version 0.8.6

Fixed bug in TextBuilder that prevented text from being updated in some cases

Update: Feb 7, 2020 @ 2:01pm

Version 0.8.5

• Font and control data are no longer leaked on reload (due to use of static fields)
• Further reduced profiler overhead in TextBoard and RichText types
• Optimized TextBoard text assignment

Update: Feb 4, 2020 @ 7:19am

Version 0.8.4

• Terminal bind now configurable.
• Fixed bug where empty binds could be invoked.