3dfxdev / EDGE

EDGE Source Code
http://edge2.sf.net
74 stars 10 forks source link

Networking Overhaul #60

Open Corbachu opened 6 years ago

Corbachu commented 6 years ago

I think it would be a good idea for the team to start focusing on the networking code. Part of the reason interpolation is wonky is because it is tied to the in completed networking code in EDGE (n_network.cc).

I strongly feel that in order for us to fix the interpolation code, we need to fix the networking stuff. When I say that, I don't necessarily mean communication over the internet, but port intricacies that are affected by that unstable part of the codebase.

We should begin brainstorming to see what should be tackled first. My first thought is the tic handling code, which feels messy.