Philipp van Kempen

Results 150 comments of Philipp van Kempen

@pehala Great ideas! But definitely a huge workload which would be better done on a new branch. Feel free to work directly on this repository instead of your fork if...

I am not sure if it's really suited here but the server-client communications needs some sort of protection against conflics/race conditions when multiple messages come in at the same time....

> No need, I would still like someone to review the code, to make sure it is correct. I would also like to discuss this with you in more detail...

@pehala I digged a bit through the codebase and got a bit more familiar with some endpoints and how the connection works. I have a few open questions to you:...

@pehala Have you already found this document? https://github.com/PhilippvK/playforia-minigolf/blob/master/doc/servertoclient.txt Its not as helpful as I wished but it contains at least a subset of endpoints...

Do you think de-obfuscating the variable- and function-names in the client-side connection code would be a good initial/intermediate step or would it become obsolete when rewriting the protocol anyway? We...

Wow, I actually hd the same thoughs just a few days ago! I tried Porting the Client Java Applet to HTML5+JS via the CheerpJ Compiler. The problem is that Browsers...

Good points! But as far as I know only the server-side of the communication uses Netty at the moment. Client uses plain sockets. I assume that we should possibly port...

Similar situation for me. I hope that I manage to invest some time in the project in March because exams are more important at the moment.