Space Engineers

Space Engineers

[OUTDATED] Whip's Pixel Artificial Horizon
Mostrando 1-10 de 44 aportaciones
< 1  2  3  4  5 >
Actualización: 29 ABR 2019 a las 9:40 p. m.

Version 63.5.4
  • Fixed outdated methods
  • Added notifications everywhere to direct users to the new artificial horizon code

Actualización: 3 MAR 2019 a las 2:57 p. m.

Version 63.3.0
  • Removed colorblind mode since all colors can be configured manually
  • Changing sky color now triggers re-caching of the sky background

Actualización: 3 MAR 2019 a las 2:09 p. m.

Version 63.2.2
  • Added a message to code output that tells the user where variables can be configured.

Actualización: 3 MAR 2019 a las 2:03 p. m.

Version 63.2.1
  • Added runtime tracker
  • Text panel now writes a string builder to the text panels
  • Removed as many terminal properties as I could
  • Changed over to IsSameConstructAs
  • Added version output
  • Made all variables configurable from custom data

Actualización: 31 JUL 2018 a las 7:40 p. m.

Version 60
  • Fix for keen's stupid negative runtime bug

Actualización: 14 JUL 2018 a las 9:39 p. m.

Version 59
  • Changed retrograde velocity indicator to look like KSP
  • Fixed bug pertaining to update frequency

Actualización: 14 JUL 2018 a las 8:56 p. m.

Version 58 (minor)
  • Changed update frequency workaround

Actualización: 14 JUL 2018 a las 8:43 p. m.

Version 58
  • Changed update loop workaround

Actualización: 12 MAY 2018 a las 7:49 p. m.

Version 57
  • Changed update loop workaround
  • Code now restarts if it is triggered and no update loop is set
  • Added a mesage for users if the code is not looping to guide them

Actualización: 10 MAY 2018 a las 12:55 a. m.

Version 56
  • Massive performance update
  • Changed char array into a string builder for better performance
  • Changed CheckBlocks name to GrabBlocks for better clarity
  • Rows are now flood filled as opposed to overwriting each pixel
  • Added profiler for debugging
  • Horizon line is now drawn last
  • Improved horizon line appearance