Space Engineers

Space Engineers

SIMPL | Ship Integrity Monitoring Program Lite (A sprite-based ship layout/floor plan script)
19개 중 11~19개 표시 중
< 1  >
업데이트: 2022년 7월 12일 오후 10시 14분

Version 1.4.3
Diffs: https://github.com/Whiplash141/SpaceEngineersScripts/commit/4edf90d1d61e93f95afe549337c097166f937fd6
  • Added multiscreen drawing support
  • Draw performance improvements

업데이트: 2021년 4월 22일 오후 2시 33분

Version 1.1.3
  • Changed how script background is set to help with sync

업데이트: 2021년 1월 22일 오후 2시 53분

Version 1.1.2
  • Fixed bug where legend colors didn't update

업데이트: 2021년 1월 16일 오후 1시 13분

Version 1.1.1
  • Added a force_draw command that forces all sprites to resync to clients
  • Added a 30 second cooldown on force_draw
  • Fixed computation for quad tree processing progress
  • Internal variable name updates to make quad tree node count names more intuitive

업데이트: 2021년 1월 2일 오후 2시 52분

Version 1.0.6
  • Fixed typo that said RBGA instead of RGBA for colors

업데이트: 2021년 1월 2일 오전 4시 32분

Version 1.0.5
  • Made script ignore text panels and screen blocks that are on other ships connected via connectors

업데이트: 2021년 1월 1일 오후 8시 18분

Version 1.0.4
  • Performance update
    • Changed update frequency from Update1 to Update10
    • Upped the per update limit quotas by 10x so that the number of blocks checked is the same per second
    • Doubled the block check quota by 2x from 300 blocks/second to 600 blocks/second since increasing this had no statistically significant hit to performance
  • For ships with around 10k blocks, there is a ~3x improvement in per-tick performance (.031 ms/tick -> .011 ms/tick)

업데이트: 2020년 12월 31일 오후 10시 30분

Version 1.0.3
  • Fixed quad tree compression ratio calculation

업데이트: 2020년 12월 31일 오후 9시 47분

Version 1.0.2
  • Initial public release