adi64 / terminus

Game Programming Seminar 2014/15
3 stars 0 forks source link

Add multiplayer support #78

Closed Fidge123 closed 9 years ago

Fidge123 commented 9 years ago

Connections:

Features:

adi64 commented 9 years ago

Add synchronization command to sync

adi64 commented 9 years ago

Packets seem to be held back for unknown reasons and arrive in bursts. Examine that!

Fidge123 commented 9 years ago

Sync packets are working nicely but should be sent a lot more frequently. Right now it looks like have a 1 sec latency because trains and health are visibly jumping. Probably just use sync packets for everything unless they are super inefficient (they probably arent all that bad).

In a testrun the left train (running on the nexus) was going faster than the right train without activating the enginewagon.

lw0 commented 9 years ago

completed by #192