Space Engineers

Space Engineers

[OUTDATED] Whip's Pixel Artificial Horizon
44개 중 1~10개 표시 중
< 1  2  3  4  5 >
업데이트: 2019년 4월 29일 오후 9시 40분

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

업데이트: 2019년 3월 3일 오후 2시 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

업데이트: 2019년 3월 3일 오후 2시 09분

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

업데이트: 2019년 3월 3일 오후 2시 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

업데이트: 2018년 7월 31일 오후 7시 40분

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

업데이트: 2018년 7월 14일 오후 9시 39분

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

업데이트: 2018년 7월 14일 오후 8시 56분

Version 58 (minor)
  • Changed update frequency workaround

업데이트: 2018년 7월 14일 오후 8시 43분

Version 58
  • Changed update loop workaround

업데이트: 2018년 5월 12일 오후 7시 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

업데이트: 2018년 5월 10일 오전 12시 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