supertuxkart / stk-addons

SuperTuxKart Addons Website
Other
37 stars 28 forks source link

Use online.stk for xml files #129

Closed MinIsMin closed 5 years ago

MinIsMin commented 5 years ago

This PR creates another variant of news.xml and asset.xml for new clients capable of using the online.stk server. See https://github.com/supertuxkart/stk-code/issues/3842

If this gets merged the game client needs to use the new news_v2.xml. This can be done either by changing the hardcoded URL in stk-code or rewriting the URL via .htaccess for clients using online.stk

TODO:

vampy commented 5 years ago

Thanks. A word of advice, don't create one commit for each file modified (good thing github has the new merge and squash feature). I will try to push to production this evening.