Space Engineers

Space Engineers

Rich HUD Master
76개 중 61~70개 표시 중
< 1 ... 5  6  7  8 >
업데이트: 2020년 3월 15일 오후 9시 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

업데이트: 2020년 3월 14일 오후 1시 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

업데이트: 2020년 3월 7일 오전 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

업데이트: 2020년 3월 7일 오전 6시 34분

업데이트: 2020년 2월 8일 오후 3시 21분

Version 0.8.6

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

업데이트: 2020년 2월 7일 오후 2시 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

업데이트: 2020년 2월 4일 오전 7시 19분

Version 0.8.4

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

업데이트: 2020년 2월 3일 오후 12시 36분

Version 0.8.3

• Improved TextBuilder memory management
• Reduced profiler overhead

업데이트: 2020년 1월 29일 오후 7시 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

업데이트: 2020년 1월 17일 오후 4시 34분

Version 0.8.1

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