From a5a445a8dd96fdfd486f227d1a1ace1c4c5299ce Mon Sep 17 00:00:00 2001 From: logsol Date: Tue, 17 Jul 2012 11:36:31 +0200 Subject: [PATCH] deleted TODO. Using Github Issues instead --- TODO.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 6e4980b..0000000 --- a/TODO.txt +++ /dev/null @@ -1,12 +0,0 @@ -1. add Event Notification Center and Trigger Mechanism - http://addyosmani.com/resources/essentialjsdesignpatterns/book/#observerpatternjavascript -2. use assemble for game command creation -3. use NULL for command option default value -4. Rename Input Control Unit -5. Rename ServerProcessor.updateWorld && game.updateClientsWorld broadcastWorldUpdate -6. updateWorld add update intervall (15) to Settings -7. rename channel.sendCommandToAllUsers to broadcastCommand(..,..,except) -8. Networker - remove spawning from onJoinSuccess. create initital World update flag -> spawn -9. on client side - change naming user -> player -10. Repair Collision Detection, split between local and server detection -11. Rethink Useres, Clients, Players on server and client side -23. Rethink Project Structure \ No newline at end of file