From 88c085c1c0c330c7f2396a9b37eeef5a8cd02f5e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 14 Jan 2010 21:42:18 +1300 Subject: [PATCH] lobby info hax --- OpenRA.Server/OpenRA.Server.csproj | 11 +++ OpenRA.Server/Server.cs | 116 +++++++++++++---------------- OpenRA.Server/ServerOrder.cs | 54 ++++++++++++++ OpenRa.FileFormats/Session.cs | 35 +++++---- OpenRa.Game/Game.cs | 16 ++++ OpenRa.Game/Orders/UnitOrders.cs | 25 ++----- OpenRa.Game/Player.cs | 24 ++++++ 7 files changed, 178 insertions(+), 103 deletions(-) create mode 100644 OpenRA.Server/ServerOrder.cs diff --git a/OpenRA.Server/OpenRA.Server.csproj b/OpenRA.Server/OpenRA.Server.csproj index 714160b8d0..5f486b4d5d 100644 --- a/OpenRA.Server/OpenRA.Server.csproj +++ b/OpenRA.Server/OpenRA.Server.csproj @@ -51,6 +51,17 @@ + + + + + {2F9E7A23-56C0-4286-9C8E-1060A9B2F073} + OpenRa.DataStructures + + + {BDAEAB25-991E-46A7-AF1E-4F0E03358DAA} + OpenRa.FileFormats +