Space Engineers
Control Module - basically key binding for ships
11–20 из 39
< 1  2  3  4 >
Обновление: 3 апр. 2019 г. в 4:50

- Fixed PB being ran with the argument from terminal (which is not synchronized and therefore misleading).
- Set propertyIds to terminal controls (ones that shouldn't really be used by PB anyway), they were previously empty which caused some confusion.

Обновление: 3 апр. 2019 г. в 4:46

Обновление: 16 мар. 2019 г. в 22:01

- Fixed passenger seats not working for input monitoring.

Обновление: 10 фев. 2019 г. в 0:57

- Fixed compile errors for public test/next game version (unaffects older versions).

Обновление: 2 июн. 2018 г. в 3:01

- Fixed a rare case where cutting/pasting a grid and some specific code in a PB would cause an error with terminal controls refreshing.

Обновление: 7 мар. 2018 г. в 22:13

- Added analog variants for joystick's rotZ, slider1 and slider2.
- Set consistent visual names for the rotZ, slider1 and slider2 as well as their analog variants.
- Fixed show inputs printing 2 lines.

Обновление: 7 мар. 2018 г. в 22:01

(see next one)

Обновление: 17 фев. 2018 г. в 22:20

- Added a checkbox to allow reading inputs from menus.
- Slightly improved performance of same-grid check.

Обновление: 19 ноя. 2017 г. в 15:05

- Fixed a crash caused by logic components remaining in memory due to PBs not signaling their removal.

Обновление: 17 ноя. 2017 г. в 17:31

- Workaround another issue with PB gamelogic where Entity is null if there's just one gamelogic component on the PB.