client
client copied to clipboard
FAF Python Client
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.
https://github.com/FAForever/fa/issues/1688
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.
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...
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"...
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"
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,...
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...