- added code for new network protocol (disabled by default as i need to test this on arm)

This commit is contained in:
Mark Vejvoda
2012-11-02 19:08:55 +00:00
parent f128d40def
commit 61c86c15d1
10 changed files with 1983 additions and 441 deletions

View File

@@ -13,6 +13,7 @@
#define BYTE_ORDER_H
#include <algorithm>
#include "leak_dumper.h"
namespace Shared{ namespace PlatformByteOrder {

View File

@@ -88,6 +88,7 @@ const char *GAME_ARGS[] = {
"--disable-opengl-checks",
"--disable-streflop-checks",
"--debug-network-packets",
"--enable-new-protocol",
"--verbose"
@@ -162,6 +163,7 @@ enum GAME_ARG_TYPE {
GAME_ARG_DISABLE_STREFLOP_CAPS_CHECK,
GAME_ARG_DEBUG_NETWORK_PACKETS,
GAME_ARG_ENABLE_NEW_PROTOCOL,
GAME_ARG_VERBOSE_MODE,