Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-16 | Enable range coder compression by default in NetworkedMultiplayerENet | Hugo Locurcio | |
From empirical testing, this seems to provide the best compression compared to other compression algorithms when used in the Multiplayer Bomber demo. Other algorithms may provide better compression ratios for more complex games, but some compression is probably better than no compression. Zstandard was also not very efficient in my testing, so I added a note in the documentation. | |||
2021-07-12 | [Net] Rename NetworkedMultiplayerENet to ENetMultiplayerPeer. | Fabio Alessandrelli | |