Author Topic: Chang to Update System  (Read 2528 times)

DaveCT2003

  • Newbie
  • *
  • Posts: 18
    • Online Virtual Pilots Association
Chang to Update System
« on: December 15, 2017, 02:11:47 am »
Umberto,

Would you please consider changing your Live Update system to one that gives the customer a choice between checking all files and simply pushing updated files to the system?  The later could be used by the customer if everything is running well, and the latter could be used if the customer was having any type of issues.

This would save a LOT of precious time of your customers.

Thanks for considering this.

Best wishes.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50755
    • VIRTUALI Sagl
Re: Chang to Update System
« Reply #1 on: December 15, 2017, 10:53:53 am »
Would you please consider changing your Live Update system to one that gives the customer a choice between checking all files and simply pushing updated files to the system?

That's exactly how the Live update does right now. It "simply push updated files to the system" but, of course, in order to know which files are outdated on you system, it must check each one.

And yes, it's already done in the most efficient way possible: by storing a cache of all files MD5 locally and comparing it with the same cache file on the server, so it doesn't have to go through each file on the server, which would be very slow indeed.

It's not really possible to do what you are suggesting, like dividing between "important" or "bugfix" files, and "just updates", like new objects, graphics, etc. because sometimes they depend from each other, and if you were allowed to choose which one to update, it might result in errors like not finding an object, because you asked to update the code that calls it, but skipped the object itself.
« Last Edit: December 15, 2017, 11:00:08 am by virtuali »

dmiannay

  • Newbie
  • *
  • Posts: 6
Re: Chang to Update System
« Reply #2 on: December 18, 2017, 11:19:23 am »
One related question concerning Live Update... can we get a changelog after each time it is run?  Would be very interested in knowing what has been updated.

Thanks, Umberto!

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50755
    • VIRTUALI Sagl
Re: Chang to Update System
« Reply #3 on: December 18, 2017, 01:26:26 pm »
One related question concerning Live Update... can we get a changelog after each time it is run?  Would be very interested in knowing what has been updated.

That what's the "Read the latest release notes" option in the Live Update notification, which has been there for years, does.