AlbianWarp / AlbianWarpClient

Albian Warp Client component!
http://blog.albianwarp.com
GNU General Public License v3.0
9 stars 2 forks source link

Bootstrap auto updater #31

Closed KeyboardInterrupt closed 6 years ago

KeyboardInterrupt commented 6 years ago

We should get rid of the manual process of installing and updating the GameModifications into Bootstrap.

Needed:

Bonus Points: - [ ] the client automatically detects the correct Bootstrap Directory

KeyboardInterrupt commented 6 years ago

Linked to #38

KeyboardInterrupt commented 6 years ago

The current Implementation is hitting github servers to check for an Update, I want to implement a "proxy" feature, that caches the Information on the Gameserver, this way the Client wont have to mess with this configuration. and the Github servers are not accessed more frequently then necessary.

KeyboardInterrupt commented 6 years ago

A server side, cached API Endpoint for the Latest Github release, of Game Modification and Client, has been added. and is now used per default. #38