Space Engineers

Space Engineers

Ship Main Computer (broken)
Showing 51-60 of 73 entries
< 1 ... 4  5  6  7  8 >
Update: 19 Aug, 2016 @ 7:23am

Change all cases of IMyAirVent.IsPressurized() to CanPressurize.

Update: 15 Mar, 2016 @ 9:28pm

Hardened GetPowerOutput to protect against empty detailed info.

This happened with solar panels on world load causing the program block to stop with error.

To do:
922,14 IMyAirVent.IsPressurized() is obsolete change to CanPressurize
177,31 IMyAirVent.IsPressurized() is obsolete change to CanPressurize

Update: 12 Mar, 2016 @ 9:39pm

Removed Debug code

Update: 12 Mar, 2016 @ 9:37pm

Fixed a case state error in HangerBayControls2

Update: 12 Mar, 2016 @ 6:32pm

Fixed bug in HangerBaycontrols and HangerBayControls2
Hangers can now be closed in an atmosphere.

Update: 12 Mar, 2016 @ 6:04pm

Added support for airlocks and hangers to work Planetside.
Earth = 5.75%
Alien = 0.71%

updated var:
airPressureWarning changed from 90 to 5

Added var:
string outsideVent

Added method:
float OutsideOxygenPressure(string outsideVent)

updated method:
AirlockControls
HangerBayControls
HangerBayControls2

Update: 5 Sep, 2015 @ 3:36pm

Fixed bug in void LandingPadLock(string[] reservedNames)

Update: 5 Sep, 2015 @ 12:45pm

Added OxygenFarms to AirTank method.

Update: 5 Sep, 2015 @ 12:40pm

Complete re-ordered by alphabet.
Removed memory read/write system
Removed GetAirPresure
Remove trailing spaces

To do:
Add OxygenFarms to Airtank program

Update: 30 Aug, 2015 @ 10:51am

Added a bool to Airlock, Airpressure and landing pad.
If bool is true then the string list is the list of zone and not the zones to ignore.

Allows people to program zones instead of letting code find zones each time.