jxsl13 / zcatch

zCatch is a server modification for the retro multiplayer shooter Teeworlds. It is a last man standing instagib gamemode.
https://zcat.ch
Other
15 stars 5 forks source link

Proper commands handling ('/help' and others) #82

Closed maximyurchuk closed 4 years ago

maximyurchuk commented 4 years ago

There are were some problems at least with current steam client (0.7.5):

You can check these problems in game.

This pull request have following changes:

-- bleeding

maximyurchuk commented 4 years ago

Argh, seems 0.7.4 commands are broken with this change.

jxsl13 commented 4 years ago

will merge when 0.7.6 is released and most people play >= 0.7.5 then

maximyurchuk commented 4 years ago

@jxsl13 I fixed problems with clients 0.7.4 and below, so, I suppose it can be merged without waiting 0.7.6 release. For fix details see my last commit.

jxsl13 commented 4 years ago

original source: https://github.com/jxsl13/zcatch/blob/7fb4e63cd4b4ba9649326e90af615d15b9b576ad/src/game/server/gamemodes/zcatch.cpp#L318

this PR breaks the /rank nickname with spaces

maximyurchuk commented 4 years ago

Yeah, already realize that. Fixed in last commit.