https://www.youtube.com/watch?v=2NciZavxdF4
Started building the Weapon Convergence system. I'm trying to keep it flexible like the BZ system is, using the 'Eyepoint' (well, cockpit) to figure out where to calculate the convergence point from, take weapon range/targeted object into account, then add the additional pitch rotation. Notice the big yellow arrow which is the world-space convergence location (I don't have cool red lasers yet :p), and it doesn't factor Roll into account yet... TFW you need a physics programmer.
This is a frigging hard part. Not only that, but adding the additional Pitch/Roll stuff that BZ2 does when you move or aim has started messing with the Physics, so I get weird Yaw rotation on non-flat surfaces now. Oddly enough, they work fine separately, but the self-righting code adds Z rotation when it doesn't even touch it. Weird stuff.
Full multi-player control/replication is in now too you'll notice, so technically speaking, it's an almost playable game. Though, it's going to need a fair bit of optimization. You'll notice that ammo updates etc aren't as instantaneous as they used to be, so I'm probably flooding the network with RPC calls somewhere... need to diagnose that.