GrangerHub / tremulous

Other
81 stars 18 forks source link

Revert TeamStatus system. Fix #118 #121

Open Buom01 opened 3 years ago

Buom01 commented 3 years ago

Hi,

I had to revert my previous TeamStatus system introduced in https://github.com/GrangerHub/tremulous/pull/104 as I didn't find any acceptable way to implant it on client and server without the need of custom QVM. (I would to add it on game logic, allowing servers to give a better way to send the team status than the /teamstatus command which have a lot of limitations). I think that my code were quite well written: this repo is not a new version of tremulous, just a client.

What is removed:

What will still work:

Preview of team/weapons/item/class/buildable are still fully working as it's independent.

cengique commented 1 year ago

@Buom01 should I try to merge this?