Michał Janiszewski
Michał Janiszewski
I watch this repo to know about new awesome lists, then if I find one interesting, start following it as well. I also subscribe to [GitHub's explore](https://github.com/explore), so I think...
I assume the problems mentioned are not regarding adding submodule itself, but rather having the files from submodule in the top-level directory. A way around that could be having `cryptopp-cmake`...
Perhaps the tests are already enabled by some other option?
@cirodrig you can force travis to redo the job if you somehow alter the PR. One simple way is simply rebasing + force push. Project owner can manually re-trigger specific...
In https://github.com/OpenRCT2/OpenRCT2 we have added multiplayer capability to the game, and included a simple lobby, _master server_, which lists online public games. At first there was no authentication, but people...
When I was designing the system, I found out about https://keybase.io/, this looks nice and something we could've probably used, but it still in invite-only mode. If you use crypto...
One interesting bit in this diagram is limiting network messages clients receive to only what they can see. This is a very sound approach, but one that could probably make...
The best thing you could do about floats is not to use them for game state. It may be hard, but other than following IEEE754 to a t, or using...
[](https://xkcd.com/654/)
Yes, protobuf is not the only kid on the block. capnproto has nice summarising feature matrix and some decent comparisons on this page: https://capnproto.org/news/2014-06-17-capnproto-flatbuffers-sbe.html