Space Engineers

Space Engineers

[OUTDATED] Whip's Pixel Artificial Horizon
Showing 1-10 of 44 entries
< 1  2  3  4  5 >
Update: 29 Apr, 2019 @ 9:40pm

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

Update: 3 Mar, 2019 @ 2:57pm

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

Update: 3 Mar, 2019 @ 2:09pm

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

Update: 3 Mar, 2019 @ 2:03pm

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

Update: 31 Jul, 2018 @ 7:40pm

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

Update: 14 Jul, 2018 @ 9:39pm

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

Update: 14 Jul, 2018 @ 8:56pm

Version 58 (minor)
  • Changed update frequency workaround

Update: 14 Jul, 2018 @ 8:43pm

Version 58
  • Changed update loop workaround

Update: 12 May, 2018 @ 7:49pm

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

Update: 10 May, 2018 @ 12:55am

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