]> git.tdb.fi Git - libs/game.git/commit
Implement queueing for remote calls
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Jan 2024 18:10:50 +0000 (20:10 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Jan 2024 18:10:50 +0000 (20:10 +0200)
commite44d751390a97a6b3da260835c364e820d39f742
tree1ff8a8ba888fdb52d04ada4a3312b830c57f5ffb
parent6f72f8e7e32daf9854841893c00c1291d89cf51b
Implement queueing for remote calls

This allows received calls to be dispatched in a controlled order during
a frame.
source/game/landscape.h
source/game/remotecall.cpp [new file with mode: 0644]
source/game/remotecall.h
source/game/replicator.cpp
source/game/replicator.h