From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_net_game_server_8cpp.html | 207 ++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 Doc/doxygen/html/_net_game_server_8cpp.html (limited to 'Doc/doxygen/html/_net_game_server_8cpp.html') diff --git a/Doc/doxygen/html/_net_game_server_8cpp.html b/Doc/doxygen/html/_net_game_server_8cpp.html new file mode 100644 index 0000000..239b98b --- /dev/null +++ b/Doc/doxygen/html/_net_game_server_8cpp.html @@ -0,0 +1,207 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/NetGameServer.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetGameServer.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "NetGameServer.h"
+#include "NetServerConfig.h"
+#include "NetLobbyServer.h"
+#include "NetPlayer.h"
+#include "NetUser.h"
+#include "NetMsg.h"
+#include "NetData.h"
+#include "StarServer.h"
+#include "Ship.h"
+#include "ShipDesign.h"
+#include "Shield.h"
+#include "Sim.h"
+#include "SimEvent.h"
+#include "Element.h"
+#include "HUDView.h"
+#include "RadioMessage.h"
+#include "RadioView.h"
+#include "Instruction.h"
+#include "Hangar.h"
+#include "FlightDeck.h"
+#include "Mission.h"
+#include "NetLayer.h"
+#include "NetHost.h"
+#include "NetPeer.h"
+#include "NetUtil.h"
+#include "Game.h"
+#include "Light.h"
+
+

Go to the source code of this file.

+ + + +

+Functions

const char * FormatGameTime ()
+ + + +

+Variables

const int MAX_NET_FPS = 20
const int MIN_NET_FRAME = 1000 / MAX_NET_FPS
+

Function Documentation

+ +
+
+ + + + + + + +
const char* FormatGameTime ()
+
+ +

Definition at line 3796 of file Sim.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
const int MAX_NET_FPS = 20
+
+ +

Definition at line 47 of file NetGameServer.cpp.

+ +
+
+ +
+
+ + + + +
const int MIN_NET_FRAME = 1000 / MAX_NET_FPS
+
+ +

Definition at line 48 of file NetGameServer.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1