Space Engineers

Space Engineers

Easy Automation V2.0
Mostrando 11-20 de 65 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 15 AGO 2021 a las 11:13 a. m.

V 2.044
Added ability for Variables to reference other Variables in text (useful for passing a compiled variable as a run argument for a Programmable block)
Added a Closing round bracket to the list of ending characters for variable v in InsertVars method on line 1694 so it could recognize the end of the variable name that is at the end of enclosing brackets.

Actualización: 29 MAY 2021 a las 8:29 a. m.

v2.043
-Added the ability have EA2 code in the Custom Data field of any block, not just LCD's.
-As a result the "Show Properties" and "Show Actions" statements now require a debug LCD to be shown.
-Multiple LCD's can now be named as the debug LCD and all will show the debug info. This works in the same way that Named Groups work when referencing other blocks.

Actualización: 27 SEP 2020 a las 10:03 a. m.

V2.042
Added the ability to use negative angles with rotors and hinges (to account for using hinges that have negative lower limits) with the Rotate and ShortRotate statements.

Actualización: 26 SEP 2020 a las 9:21 a. m.

V2.041
- Addressed Keen's change to how rotors deal with being out of the set limit range. Rotors should now be functioning correctly and be able to rotate counter clockwise once again.

Actualización: 21 MAY 2020 a las 6:53 p. m.

v2.040
- Added ability for Rename statement to use variables like the Write statements do. You can't use Rename if your block name contains a \

Actualización: 25 ABR 2020 a las 8:24 a. m.

v2.039-2
- returned actVal variable to proper scope.

Actualización: 24 ABR 2020 a las 5:05 p. m.

V2.039
- Fixed bug introduced in v2.038 due to the reqval variable being removed from the proper scope. Reverted scope to the greater then and less then logic in the HandleIfWhen block.

Actualización: 30 ENE 2020 a las 7:35 p. m.

V2.038
-Fixed a bug with the >> and << logic.

Actualización: 11 AGO 2019 a las 8:43 a. m.

Actualización: 10 AGO 2019 a las 10:14 a. m.

V2.037
-removed the sum of the gravity vector and replaced it with the magnitude of the vector. eg
natural gravity magnitude of MyCockpit.
This should give the gravity in meters per second as was intended.
this will work with natural, artificial, and total gravity statements.