From 1114b12b2d16e3585dd22ba2d5b84d1ffd3fb12a Mon Sep 17 00:00:00 2001 From: "sean@seancode.com" Date: Mon, 19 Dec 2011 00:58:19 -0700 Subject: [PATCH] Fixed armor display. Started on experimental server support. --- Terrafirma/ConnectToServer.xaml | 13 ++ Terrafirma/ConnectToServer.xaml.cs | 46 +++++++ Terrafirma/MainWindow.xaml | 5 + Terrafirma/MainWindow.xaml.cs | 168 ++++++++++++++++++++++++++ Terrafirma/MapCommands.cs | 2 + Terrafirma/Properties/AssemblyInfo.cs | 4 +- Terrafirma/Render.cs | 12 +- Terrafirma/ServerPassword.xaml | 10 ++ Terrafirma/ServerPassword.xaml.cs | 35 ++++++ Terrafirma/Terrafirma.csproj | 14 +++ terrafirma.wxs | 2 +- 11 files changed, 304 insertions(+), 7 deletions(-) create mode 100644 Terrafirma/ConnectToServer.xaml create mode 100644 Terrafirma/ConnectToServer.xaml.cs create mode 100644 Terrafirma/ServerPassword.xaml create mode 100644 Terrafirma/ServerPassword.xaml.cs diff --git a/Terrafirma/ConnectToServer.xaml b/Terrafirma/ConnectToServer.xaml new file mode 100644 index 0000000..087ceaa --- /dev/null +++ b/Terrafirma/ConnectToServer.xaml @@ -0,0 +1,13 @@ + + +