open2jamorg / open2jam

open source o2jam emulator
open2jam.wordpress.com
Artistic License 2.0
109 stars 40 forks source link

Lots of change and improvement. :( #38

Closed dtinth closed 11 years ago

dtinth commented 11 years ago

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.

chaosfox commented 11 years ago

thanks for the changes, I will test it on the weekend.

chaosfox commented 11 years ago

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,