Space Engineers

Space Engineers

Rich HUD Master
Hiển thị 61-70 trong 76 mục
< 1 ... 5  6  7  8 >
Cập nhật: 15 Thg03, 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

Cập nhật: 14 Thg03, 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

Cập nhật: 7 Thg03, 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

Cập nhật: 7 Thg03, 2020 @ 6:34am

Cập nhật: 8 Thg02, 2020 @ 3:21pm

Version 0.8.6

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

Cập nhật: 7 Thg02, 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

Cập nhật: 4 Thg02, 2020 @ 7:19am

Version 0.8.4

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

Cập nhật: 3 Thg02, 2020 @ 12:36pm

Version 0.8.3

• Improved TextBuilder memory management
• Reduced profiler overhead

Cập nhật: 29 Thg01, 2020 @ 7:13pm

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

Cập nhật: 17 Thg01, 2020 @ 4:34pm

Version 0.8.1

• Updated cursor positioning to account for internal resolution scaling in MyAPIGateway.Input.GetMousePosition().
• Settings menu now resizes for smaller screens.