aboutsummaryrefslogtreecommitdiff
path: root/player.c
Commit message (Collapse)AuthorAgeFilesLines
* use a queue for player input to dampen race conditions between the netcode ↵rodri2023-06-051-0/+3
| | | | and the sims.
* put the player routines in their own unit.rodri2023-06-051-0/+91
fixed an issue with the threadsim routine that would cause re-stepping of all the previous parties after dissolving one of them due to one of the players quitting.