Space Engineers

Space Engineers

[OUTDATED] Whip's Pixel Artificial Horizon
44개 중 11~20개 표시 중
< 1  2  3  4  5 >
업데이트: 2018년 3월 30일 오후 8시 37분

Version 54
  • Added another step into the state machine to aid with computations
  • Decreased width of display to 47 pixels from 51 to make the display square
  • Decreased the number of extraneous iterations when filling the horizon. This should increase code performance.

    In this plot, red represents the runtime of the new version of the code. Blue represents the old. Lower y-axis means that the code has less of a performance hit (which is very good). I managed to distribute the load over various ticks more evenly with this new version making the code more performant :)

업데이트: 2018년 3월 30일 오후 3시 44분

Version 53
  • Using alignment setting instead of spacers for better performance and less character use
  • Minor changes to debug text output formatting

업데이트: 2018년 3월 30일 오후 3시 15분

Version 52
  • Re-added in optional tagging for specific ship controllers
  • Changed block fetching for better performance

업데이트: 2018년 3월 29일 오후 6시 50분

Version 51
  • Changed logic for when pauseWhenAway is disabled

업데이트: 2018년 3월 29일 오후 6시 42분

Version 50
  • Removed unused code
  • Changed instructions to reflect new changes: Code no longer needs you to name your control seats!

업데이트: 2018년 3월 18일 오후 10시 21분

Version 49 (Minor)
  • Fixed date in readme lol

업데이트: 2018년 3월 18일 오후 10시 11분

Version 49
  • Changed default color constants - v47
  • Fixed issue where code would trigger multiple times per tick in
  • Fixed issue where readout spit out the control seat name instead of the text panel name for an error message - v49

업데이트: 2017년 11월 22일 오후 6시 36분

Version 46
  • Added variable "isEasyStartPlanetWorld" since the easy start planet preset worlds have a different sun rotation axis :/

업데이트: 2017년 11월 22일 오후 5시 40분

Version 45
  • Changed stuff to use arrays instead of string builder
  • Code now uses a state machine to break up the drawing operations over several ticks. This vastly improves performance of the code
  • Removed ShowTextureOnScreen() as this caused screen flashing
  • Made the code trigger itself. No more need for timers!

업데이트: 2017년 6월 10일 오후 4시 11분

Version 42
  • Removed excess GridTerminalSystem calls in the WriteToTextPanel() method. This should further reduce lag :) - v42