mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-08-27 17:57:37 -04:00
add some java performance (ricing) flags, remove support for ancient javas...well, up to 7
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user