Petter Arvidsson

Results 7 issues of Petter Arvidsson

When tearing down a tower that is more than a chunk high, a block removed at the chunk boundary is stuck in the last step of destruction.

To make it easy to follow nanogui development, remove our changes and instead implement a simple main loop of our won based on: https://github.com/wjakob/nanogui/blob/master/src/example3.cpp Also replace nanogui dependency with the...

This requires a new release of the API

To accommodate more advanced use cases such as machines extend the inventory actor with new functionality. As a first step, add three different types of inventories that can be associated...

To simplify infrastructure set up, use akka-http web socket support rather than TCP. WebSockets supports binary and text data, just as our own protocol, so we should reuse that fucntionality.

Make sure that a player can only move to where there is no collision.