Arkamarante / collision-domain

Automatically exported from code.google.com/p/collision-domain
0 stars 0 forks source link

Client quitting not handled #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. exit game as a client

What is the expected output? What do you see instead?

This should remove the player from the pool, freeing up any memory used and 
destroying relevant graphics / physics objects.

The same should happen on other clients after the server broadcasts a quit.

Nothing is done to handle this at the moment as there are no methods to handle 
destroying Player or Car objects.

Original issue reported on code.google.com by jami...@gmail.com on 3 Jan 2012 at 3:56

GoogleCodeExporter commented 8 years ago

Original comment by jami...@gmail.com on 3 Jan 2012 at 3:59

GoogleCodeExporter commented 8 years ago

Original comment by jami...@gmail.com on 24 Apr 2012 at 3:06