Space Engineers

Space Engineers

Rich HUD Master
76개 중 51~60개 표시 중
< 1 ... 4  5  6  7  8 >
업데이트: 2020년 6월 8일 오후 7시 35분

Version 0.9.7

• Incremented API version, older clients not supported
• HUD Element input now uses rendering layers
• Simplified HudMain accessors and exposed PixelToWorld matrix to client

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

Version 0.9.6

• Cursor position calculation now correctly compensates for differences between desktop and in-game resolution.
• Minor improvement to billboard rendering performance.

업데이트: 2020년 6월 8일 오후 3시 16분

업데이트: 2020년 5월 2일 오전 6시 50분

Version 0.9.5

• Trailing line breaks no longer contribute to total text height
• Fixed CJK character alignment in default (Space Engineers) font
• ScrollBox<T> scrollbar now accurately reflects the visible range
• ScrollBox<T> visible range no longer includes spacing for the last element
• Fixed null ref exceptions in BindGroup.TryLoadBindData() and RichText.Add(string)
• Removed chat messages from BindGroup
• Forced keybind change to F1. Apparently, some keys don't play nice with localization settings, and as it turns out ~ was a pretty bad choice.

업데이트: 2020년 5월 1일 오전 2시 04분

업데이트: 2020년 4월 2일 오후 5시 12분

Version: 0.9.4

Line alignment now takes the total width of the text into account. If the text is wider than the element, then that value will be used to calculate the position of the left/center/right positions for the line.

업데이트: 2020년 3월 23일 오전 4시 16분

Version 0.9.3

• Fixed TextBox caret blinking
• Refactored TextBox text highlighting
• Terminal window now takes focus when opened
• TerminalTextFields now wait for input to be closed before updating their values
• TextBoard.GetCharAt() once again retrieves the correct characters

업데이트: 2020년 3월 19일 오후 4시 20분

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

업데이트: 2020년 3월 18일 오후 11시 09분

Fixed rebind dialog UI layout

업데이트: 2020년 3월 18일 오후 5시 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!).