From 39ab8d30e65bd6724263173c0f0692fe37aef942 Mon Sep 17 00:00:00 2001 From: shmyga Date: Thu, 13 Aug 2015 17:18:21 +0300 Subject: [PATCH] update --- project.xml | 8 +-- server.hxml | 2 +- .../ru/m/tankz/view/frames/GameListFrame.hx | 7 +-- .../ru/m/tankz/view/frames/GameReadyFrame.hx | 18 +++---- src/client/webapp/index_template.html | 51 +++++++++++++++++++ src/common/haxe/ru/m/tankz/PacketBuilder.hx | 14 ++--- src/common/haxe/ru/m/tankz/core/Tank.hx | 2 +- src/common/proto/base.proto | 16 +++--- .../ru/m/tankz/server/game/GameManager.hx | 24 +++++++-- .../haxe/ru/m/tankz/server/session/Session.hx | 39 +++++--------- 10 files changed, 117 insertions(+), 64 deletions(-) create mode 100644 src/client/webapp/index_template.html diff --git a/project.xml b/project.xml index 63a896c..13e48ff 100755 --- a/project.xml +++ b/project.xml @@ -9,13 +9,13 @@ - - - + - + + +