abrindam / ArtemisEngineeringClient

Java client for Artemis SBS. Attempts to provide an better experience for those playing the Engineering station.
2 stars 1 forks source link

Display "other stats" #2

Open abrindam opened 8 years ago

abrindam commented 8 years ago

The vanilla engineering console displays some stats that are not specific to engineering such as shield levels, etc.

jacobmaxfrank commented 8 years ago

Still needed: -Ordnance counts (for each munition type, how many remaining in magazine) -Weapons lock (idle/locked) -Beams mode (auto/manual)

abrindam commented 8 years ago

APIs for all of the above have been exposed.

jacobmaxfrank commented 8 years ago

Added magazine status in 9ce8f3ad

jacobmaxfrank commented 8 years ago

1c94590 adds the GUI portion. @abrindam weapons lock status and beams mode do not appear to be triggering updates. Could you check that?