Restsharp

Working with Asynchronous …

We’re building a fairly large framework of components for our new game Bedlam. As part of these web services contracts we need to be able to very rapidly fire off commands to the server to persist data, fetch status updates for user collision detection and a bunch of other stuff. We are using …

Bedlam Update 20140309

You can now paint textures and have them persisted in the database! A button on the main gui “Test Function” allows you to push your texture changes for the currently visible chunk up to the server. This sort of manual thing is not at all what I’m hoping to implement but there are …