From bd45f538c78b5ef1af0231b5a70c8121cb9c5a68 Mon Sep 17 00:00:00 2001 From: logsol Date: Sat, 21 Jul 2012 21:37:24 +0200 Subject: [PATCH] some more renaming --- app/{bootstrap => Bootstrap}/HttpServer.js | 0 app/{bootstrap => Bootstrap}/Socket.js | 0 app/{bootstrap => Bootstrap}/client.js | 0 app/{bootstrap => Bootstrap}/server.js | 0 app/{game => Game}/Client/Collision/Detector.js | 0 app/{game => Game}/Client/Control/Key.js | 0 app/{game => Game}/Client/Control/KeyboardController.js | 0 app/{game => Game}/Client/Control/KeyboardInput.js | 0 app/{game => Game}/Client/GameController.js | 0 app/{game => Game}/Client/Networker.js | 0 app/{game => Game}/Client/View/CameraController.js | 0 app/{game => Game}/Client/View/DomController.js | 0 app/{game => Game}/Client/View/ViewController.js | 0 app/{game => Game}/Config/Settings.js | 0 app/{game => Game}/Core/Collision/Detector.js | 0 app/{game => Game}/Core/Control/InputController.js | 0 app/{game => Game}/Core/GameController.js | 0 app/{game => Game}/Core/Loader/Level.js | 0 app/{game => Game}/Core/Physics/Doll.js | 0 app/{game => Game}/Core/Physics/Engine.js | 0 app/{game => Game}/Core/Player.js | 0 app/{game => Game}/Core/Protocol/Helper.js | 0 app/{game => Game}/Core/Protocol/Parser.js | 0 app/{game => Game}/Server/Channel.js | 0 app/{game => Game}/Server/Collision/Detector.js | 0 app/{game => Game}/Server/GameController.js | 0 app/{game => Game}/Server/NotificationCenter.js | 0 app/{game => Game}/Server/User.js | 0 app/{lobby => Lobby}/Coordinator.js | 0 app/{lib => Vendor}/Box2D.js | 0 app/{lib => Vendor}/SocketIO.js | 0 app/{lib => Vendor}/Three.js | 0 app/{lib => Vendor}/Three/Three.js | 0 app/{lib => Vendor}/Utilities/RequestAnimFrame.js | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename app/{bootstrap => Bootstrap}/HttpServer.js (100%) rename app/{bootstrap => Bootstrap}/Socket.js (100%) rename app/{bootstrap => Bootstrap}/client.js (100%) rename app/{bootstrap => Bootstrap}/server.js (100%) rename app/{game => Game}/Client/Collision/Detector.js (100%) rename app/{game => Game}/Client/Control/Key.js (100%) rename app/{game => Game}/Client/Control/KeyboardController.js (100%) rename app/{game => Game}/Client/Control/KeyboardInput.js (100%) rename app/{game => Game}/Client/GameController.js (100%) rename app/{game => Game}/Client/Networker.js (100%) rename app/{game => Game}/Client/View/CameraController.js (100%) rename app/{game => Game}/Client/View/DomController.js (100%) rename app/{game => Game}/Client/View/ViewController.js (100%) rename app/{game => Game}/Config/Settings.js (100%) rename app/{game => Game}/Core/Collision/Detector.js (100%) rename app/{game => Game}/Core/Control/InputController.js (100%) rename app/{game => Game}/Core/GameController.js (100%) rename app/{game => Game}/Core/Loader/Level.js (100%) rename app/{game => Game}/Core/Physics/Doll.js (100%) rename app/{game => Game}/Core/Physics/Engine.js (100%) rename app/{game => Game}/Core/Player.js (100%) rename app/{game => Game}/Core/Protocol/Helper.js (100%) rename app/{game => Game}/Core/Protocol/Parser.js (100%) rename app/{game => Game}/Server/Channel.js (100%) rename app/{game => Game}/Server/Collision/Detector.js (100%) rename app/{game => Game}/Server/GameController.js (100%) rename app/{game => Game}/Server/NotificationCenter.js (100%) rename app/{game => Game}/Server/User.js (100%) rename app/{lobby => Lobby}/Coordinator.js (100%) rename app/{lib => Vendor}/Box2D.js (100%) rename app/{lib => Vendor}/SocketIO.js (100%) rename app/{lib => Vendor}/Three.js (100%) rename app/{lib => Vendor}/Three/Three.js (100%) rename app/{lib => Vendor}/Utilities/RequestAnimFrame.js (100%) diff --git a/app/bootstrap/HttpServer.js b/app/Bootstrap/HttpServer.js similarity index 100% rename from app/bootstrap/HttpServer.js rename to app/Bootstrap/HttpServer.js diff --git a/app/bootstrap/Socket.js b/app/Bootstrap/Socket.js similarity index 100% rename from app/bootstrap/Socket.js rename to app/Bootstrap/Socket.js diff --git a/app/bootstrap/client.js b/app/Bootstrap/client.js similarity index 100% rename from app/bootstrap/client.js rename to app/Bootstrap/client.js diff --git a/app/bootstrap/server.js b/app/Bootstrap/server.js similarity index 100% rename from app/bootstrap/server.js rename to app/Bootstrap/server.js diff --git a/app/game/Client/Collision/Detector.js b/app/Game/Client/Collision/Detector.js similarity index 100% rename from app/game/Client/Collision/Detector.js rename to app/Game/Client/Collision/Detector.js diff --git a/app/game/Client/Control/Key.js b/app/Game/Client/Control/Key.js similarity index 100% rename from app/game/Client/Control/Key.js rename to app/Game/Client/Control/Key.js diff --git a/app/game/Client/Control/KeyboardController.js b/app/Game/Client/Control/KeyboardController.js similarity index 100% rename from app/game/Client/Control/KeyboardController.js rename to app/Game/Client/Control/KeyboardController.js diff --git a/app/game/Client/Control/KeyboardInput.js b/app/Game/Client/Control/KeyboardInput.js similarity index 100% rename from app/game/Client/Control/KeyboardInput.js rename to app/Game/Client/Control/KeyboardInput.js diff --git a/app/game/Client/GameController.js b/app/Game/Client/GameController.js similarity index 100% rename from app/game/Client/GameController.js rename to app/Game/Client/GameController.js diff --git a/app/game/Client/Networker.js b/app/Game/Client/Networker.js similarity index 100% rename from app/game/Client/Networker.js rename to app/Game/Client/Networker.js diff --git a/app/game/Client/View/CameraController.js b/app/Game/Client/View/CameraController.js similarity index 100% rename from app/game/Client/View/CameraController.js rename to app/Game/Client/View/CameraController.js diff --git a/app/game/Client/View/DomController.js b/app/Game/Client/View/DomController.js similarity index 100% rename from app/game/Client/View/DomController.js rename to app/Game/Client/View/DomController.js diff --git a/app/game/Client/View/ViewController.js b/app/Game/Client/View/ViewController.js similarity index 100% rename from app/game/Client/View/ViewController.js rename to app/Game/Client/View/ViewController.js diff --git a/app/game/Config/Settings.js b/app/Game/Config/Settings.js similarity index 100% rename from app/game/Config/Settings.js rename to app/Game/Config/Settings.js diff --git a/app/game/Core/Collision/Detector.js b/app/Game/Core/Collision/Detector.js similarity index 100% rename from app/game/Core/Collision/Detector.js rename to app/Game/Core/Collision/Detector.js diff --git a/app/game/Core/Control/InputController.js b/app/Game/Core/Control/InputController.js similarity index 100% rename from app/game/Core/Control/InputController.js rename to app/Game/Core/Control/InputController.js diff --git a/app/game/Core/GameController.js b/app/Game/Core/GameController.js similarity index 100% rename from app/game/Core/GameController.js rename to app/Game/Core/GameController.js diff --git a/app/game/Core/Loader/Level.js b/app/Game/Core/Loader/Level.js similarity index 100% rename from app/game/Core/Loader/Level.js rename to app/Game/Core/Loader/Level.js diff --git a/app/game/Core/Physics/Doll.js b/app/Game/Core/Physics/Doll.js similarity index 100% rename from app/game/Core/Physics/Doll.js rename to app/Game/Core/Physics/Doll.js diff --git a/app/game/Core/Physics/Engine.js b/app/Game/Core/Physics/Engine.js similarity index 100% rename from app/game/Core/Physics/Engine.js rename to app/Game/Core/Physics/Engine.js diff --git a/app/game/Core/Player.js b/app/Game/Core/Player.js similarity index 100% rename from app/game/Core/Player.js rename to app/Game/Core/Player.js diff --git a/app/game/Core/Protocol/Helper.js b/app/Game/Core/Protocol/Helper.js similarity index 100% rename from app/game/Core/Protocol/Helper.js rename to app/Game/Core/Protocol/Helper.js diff --git a/app/game/Core/Protocol/Parser.js b/app/Game/Core/Protocol/Parser.js similarity index 100% rename from app/game/Core/Protocol/Parser.js rename to app/Game/Core/Protocol/Parser.js diff --git a/app/game/Server/Channel.js b/app/Game/Server/Channel.js similarity index 100% rename from app/game/Server/Channel.js rename to app/Game/Server/Channel.js diff --git a/app/game/Server/Collision/Detector.js b/app/Game/Server/Collision/Detector.js similarity index 100% rename from app/game/Server/Collision/Detector.js rename to app/Game/Server/Collision/Detector.js diff --git a/app/game/Server/GameController.js b/app/Game/Server/GameController.js similarity index 100% rename from app/game/Server/GameController.js rename to app/Game/Server/GameController.js diff --git a/app/game/Server/NotificationCenter.js b/app/Game/Server/NotificationCenter.js similarity index 100% rename from app/game/Server/NotificationCenter.js rename to app/Game/Server/NotificationCenter.js diff --git a/app/game/Server/User.js b/app/Game/Server/User.js similarity index 100% rename from app/game/Server/User.js rename to app/Game/Server/User.js diff --git a/app/lobby/Coordinator.js b/app/Lobby/Coordinator.js similarity index 100% rename from app/lobby/Coordinator.js rename to app/Lobby/Coordinator.js diff --git a/app/lib/Box2D.js b/app/Vendor/Box2D.js similarity index 100% rename from app/lib/Box2D.js rename to app/Vendor/Box2D.js diff --git a/app/lib/SocketIO.js b/app/Vendor/SocketIO.js similarity index 100% rename from app/lib/SocketIO.js rename to app/Vendor/SocketIO.js diff --git a/app/lib/Three.js b/app/Vendor/Three.js similarity index 100% rename from app/lib/Three.js rename to app/Vendor/Three.js diff --git a/app/lib/Three/Three.js b/app/Vendor/Three/Three.js similarity index 100% rename from app/lib/Three/Three.js rename to app/Vendor/Three/Three.js diff --git a/app/lib/Utilities/RequestAnimFrame.js b/app/Vendor/Utilities/RequestAnimFrame.js similarity index 100% rename from app/lib/Utilities/RequestAnimFrame.js rename to app/Vendor/Utilities/RequestAnimFrame.js