client icon indicating copy to clipboard operation
client copied to clipboard

FAF Python Client

Results 102 client issues
Sort by recently updated
recently updated
newest added

Some people reported to have no write access to `C:\ProgramData\FAForever` and need to run the client as Administrator. The installer MUST fix it, since it introduced #401 . Could be...

This is an issue with the current protocol, and the security implications here should be handled in the new-protocol branch.

enhancement
ready

https://github.com/FAForever/fa/issues/1688

enhancement

There is an ad-hoc lua parser in `src/vault/luaparser.py` that we want to replace by lupa just because maintaining our own lua parser makes no sense.

enhancement
in progress

The old new server doesn't implement mod and map upload, therefore these features should be the first to be migrated to the API. Needs: * [ ] API base layer...

help wanted

Beta-Mod is always shown in featured mod list. It should only be there if there is actually a beta release that's newer than the current fafmod shown as "FA Forever"...

enhancement
help wanted
analysis

either show a message when hosting an outdated map with the option to download the current version or add the option "always keep my maps updated"

enhancement
help wanted

https://github.com/FAForever/client/blob/develop/src/vault/__init__.py#L128 self.client.writeToServer("UPLOAD_MAP", zipName, scenarioInfos, qfile) https://github.com/FAForever/client/blob/develop/src/client/_clientwindow.py#L954 def writeToServer(self, action, _args, *_kw): ''' Writes data to the deprecated stream API. Do not use. ''' I haven't worked on the code yet,...

See https://github.com/FAForever/fa/issues/864

enhancement
feature
ready

I have a version system for my game.prefs ... Since the GAZ_UI rework some game.prefs are broken ... Maybe we should add a game.prefs manager into the lobby? Where you...

ready