supertuxkart / stk-code

The code base of supertuxkart
Other
4.49k stars 1.06k forks source link

Disable GUI doesn't hide the minimap #3478

Closed MatthewsSam closed 6 years ago

MatthewsSam commented 6 years ago

When enabling artist debug mode we can hide the GUI to take screenshot for debug purpose without the GUI (HUD, speedometer, etc). However now when I click on hide the GUI everything is hidden except the minimap of the track.

metro

Benau commented 6 years ago

devee have time for another apk and server update?

and lol not sure if you like android player only servers!

deveee commented 6 years ago

Update apk maybe tomorrorw. And I wouldn't restrict servers to android/non-android only... You can use server name or motd with some suggestions, eg "only for advanced players" and users will decide theirself.

And btw. is it possible that httprequest is not thread safe and that's why I have these crashes/errors on startup? For me it's easily reproducible when I run STK with --no-sound and I get [error ] HTTPRequest: Can't open './.config/.local/share/supertuxkart/addons/news.xml.part' for writing, ignored.

Benau commented 6 years ago

fout = fopen((m_filename+".part").c_str(), "wb"); is thread-safe?

....or there are multiple stk you are starting at the same time?