jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
http://quetoo.org
204 stars 28 forks source link

Remove client references from subsystems #585

Closed jdolan closed 3 years ago

jdolan commented 3 years ago

The sound and renderer subsystems are very tangled with the client. This makes it very difficult to manage multiple scenes, e.g. for the PlayerModelView. This PR aims to untangle them. The renderer and sound subsystems no longer hold any references to the client, client includes, etc.

This is now ready for review.