add some java performance (ricing) flags, remove support for ancient javas...well, up to 7

This commit is contained in:
DarthArgus
2016-07-19 16:52:07 +00:00
parent fd7df09b26
commit 74c121f6c7
3 changed files with 62 additions and 214 deletions
@@ -52,7 +52,6 @@ void ConfigServerGame::install(void)
KEY_INT (taskManagerPort, 60001);
KEY_STRING (centralServerAddress, "localhost");
KEY_INT (centralServerPort, 44451);
KEY_STRING (javaVMName, "");
KEY_STRING (scriptPath, "../../data/sku.0/sys.server/compiled/game");
#if defined(WIN32)
KEY_STRING (javaLibPath, "jvm.dll");
@@ -74,7 +74,6 @@ class ConfigServerGame
int jediUpdateLocationTimeSeconds; // how long we wait before updating a Jedi's location in the Jedi manager
// script data
const char * javaVMName; // the type of vm we are using
const char * scriptPath; // location of scripts
const char * javaLibPath; // location of jvm files
const char * javaDebugPort; // ip port we connect to for remote debugging
@@ -1210,13 +1209,6 @@ inline float ConfigServerGame::getInteriorTargetDurationFactor(void)
}
//-----------------------------------------------------------------------
inline const char * ConfigServerGame::getJavaVMName(void)
{
return data->javaVMName;
}
//-----------------------------------------------------------------------
inline const char * ConfigServerGame::getScriptPath(void)