]> git.tdb.fi Git - libs/game.git/commit
Add basic networking infrastructure
authorMikko Rasa <tdb@tdb.fi>
Tue, 17 Jan 2023 07:52:25 +0000 (09:52 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 17 Jan 2023 07:52:25 +0000 (09:52 +0200)
commitef6ea3a070df769f99d891ff236133065820d7b2
treed103789d7f959b1608d5cd3ae0fddf01dae6afc0
parent9b765a57fc019c9f29d45c40dd6f338c7faabe2d
Add basic networking infrastructure

Currently it only allows running a server, connecting to it and creating
players, but no synchronization yet.
Build
source/game/director.cpp
source/game/director.h
source/game/events.h
source/game/messages.h [new file with mode: 0644]
source/game/networking.cpp [new file with mode: 0644]
source/game/networking.h [new file with mode: 0644]
source/game/protocol.cpp [new file with mode: 0644]
source/game/protocol.h [new file with mode: 0644]