Space Engineers
[OUTDATED] Whip's Pixel Artificial Horizon
1–10 из 44
< 1  2  3  4  5 >
Обновление: 29 апр. 2019 г. в 21:40

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

Обновление: 3 мар. 2019 г. в 14:57

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

Обновление: 3 мар. 2019 г. в 14:09

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

Обновление: 3 мар. 2019 г. в 14:03

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

Обновление: 31 июл. 2018 г. в 19:40

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

Обновление: 14 июл. 2018 г. в 21:39

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

Обновление: 14 июл. 2018 г. в 20:56

Version 58 (minor)
  • Changed update frequency workaround

Обновление: 14 июл. 2018 г. в 20:43

Version 58
  • Changed update loop workaround

Обновление: 12 мая. 2018 г. в 19:49

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

Обновление: 10 мая. 2018 г. в 0:55

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