]> git.tdb.fi Git - libs/game.git/commit
Add string interning to the network protocol
authorMikko Rasa <tdb@tdb.fi>
Sun, 11 Jun 2023 12:42:25 +0000 (15:42 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 11 Jun 2023 14:13:56 +0000 (17:13 +0300)
commit864908d48a348c7f690eb72cae88aa09ea4b95cd
tree999eee0392884db201357f7e401ee1e1eac02f4d
parenta2151989338b571a61259e706f6e6086e00720d8
Add string interning to the network protocol

This allows transmitting commonly used strings using short IDs.
source/game/messages.h
source/game/networking.cpp
source/game/networking.h
source/game/protocol.cpp