Robin Hawkes
Robin Hawkes
First off, thank you for putting these together. I'm currently learning about how to implement things like cook-torrance and hooking it up with an environment map so this is proving...
I've noticed while using `turf.lineIntersect` that the points it returns aren't exactly on the point of intersection. This can be seen on the [demo on the main turf documentation](http://turfjs.org/docs/#lineIntersect) if...
Either something that it always visible, or that shows up when you press tab, perhaps. Should also display useful statistics about each player, like their ping, kills/deaths, XP, etc. This...
Some people want to play the game and not sign their life away to Twitter. It would be a good idea to have some sort of guest mode that lets...
At points I've noticed bullets being fired from invisible players. The only time I've noticed this has been when the game code has been manipulated by other players to bypass...
Currently the splash page is just a Twitter login button and a couple of links. There needs to be more information about the game, what it is, why I need...
Sometimes players want to stay in the game but don't want to keep getting shot at. Introducing a system where a players can set themselves as AFK so they can't...
Firing bullets before a proper connection to the server is made causes those bullets to stick around and never be removed from the server.
Currently, Twitter authentication details are only saved as session variables, which means they are lost when the browser window is closed. Changing this to a method using cookies or HTML5...
### Description - The way I am using the CityJSON parser differs to the general implementation available within the core exports - For example, `CityJSONWorkerParser` does a lot though I...