Closed dtinth closed 11 years ago
thanks for the changes, I will test it on the weekend.
woah haste mode is crazy !
on the server thing: the best way would be for the server variable to be final, then java could remove that portion of code during execution if server == null then instead of doing server = null later, you could have server.gameStarted = true, or something like that.
or you could another approach and do the server thing on initialize(), not sure if its possible,
I made a lot of changes to the code and almost didn't commit anything long time ago. So here's a pull request with some commits with lots of changes and improvements.