Space Engineers

Space Engineers

Rich HUD Master
Viser 61-70 af 77 forekomster
< 1 ... 5  6  7  8 >
Opdatering: 18. mar. 2020 kl. 17:22

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!).

Opdatering: 15. mar. 2020 kl. 21:16

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

Opdatering: 14. mar. 2020 kl. 13:39

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

Opdatering: 7. mar. 2020 kl. 6:40

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

Opdatering: 7. mar. 2020 kl. 6:34

Opdatering: 8. feb. 2020 kl. 15:21

Version 0.8.6

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

Opdatering: 7. feb. 2020 kl. 14:01

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

Opdatering: 4. feb. 2020 kl. 7:19

Version 0.8.4

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

Opdatering: 3. feb. 2020 kl. 12:36

Version 0.8.3

• Improved TextBuilder memory management
• Reduced profiler overhead

Opdatering: 29. jan. 2020 kl. 19:13

Version 0.8.2

• Updated terminal appearance and fixed a few unused terminal controls
• Bind.OnPressedAndHeld no longer invokes on new press
• Added support for smooth scrolling to TextBoard
• TextBoard.MoveTo now correctly calculates the offset needed