STFinancial / Minecraft

0 stars 0 forks source link

Player Dead on Arena Match Found #10

Closed Boxxy closed 10 years ago

Boxxy commented 10 years ago

currently unchecked bug which will need to be dealt with, current idea: Right before the queueManager sends the teams off to the matchManager for the new match, we will check to confirm all players are alive on the team. If a team has a dead player the other team will be returned to queue with their time in queue kept. The team with a dead player will be removed from queue.

qsik commented 10 years ago

Talk about changing entire queueing system from MatchManager, QueueManager, Arena into MatchManager, Queues, and Arena, with Arena solely restricted to dealing with the Player in the Arena and the MatchManager everywhere else

Boxxy commented 10 years ago

Queue/Match manager definitely need to be cleaned up, and could be consolidated. If you want to do a full rewrite do it, I will assist in debugging after you finish a somewhat full release. Just make sure it handles all combinations of deaths and disconnects.

qsik commented 10 years ago

Closed for now. Can reopen later

Boxxy commented 10 years ago

currently doable, but waiting on Qsiks queue/match manager merge/rewrite

qsik commented 10 years ago

finished testing required