mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
- removed white ghosting trigger logic as its just too annoying, even if fps is low.. live with low fps!
This commit is contained in:
@@ -26,7 +26,7 @@ using namespace Shared::Platform;
|
|||||||
namespace Glest{ namespace Game{
|
namespace Glest{ namespace Game{
|
||||||
|
|
||||||
const string mailString= "contact_game@glest.org";
|
const string mailString= "contact_game@glest.org";
|
||||||
const string glestVersionString= "v3.3.5-beta7.4";
|
const string glestVersionString= "v3.3.5-beta7.5";
|
||||||
|
|
||||||
string getCrashDumpFileName(){
|
string getCrashDumpFileName(){
|
||||||
return "glest" + glestVersionString + ".dmp";
|
return "glest" + glestVersionString + ".dmp";
|
||||||
|
@@ -42,8 +42,8 @@ namespace Glest { namespace Game{
|
|||||||
bool MeshCallbackTeamColor::noTeamColors = false;
|
bool MeshCallbackTeamColor::noTeamColors = false;
|
||||||
|
|
||||||
// if FPS is less than this we start to skip 3D renders
|
// if FPS is less than this we start to skip 3D renders
|
||||||
int MIN_RENDER_FPS_ALLOWED = 10;
|
//int MIN_RENDER_FPS_ALLOWED = 10;
|
||||||
//int MIN_RENDER_FPS_ALLOWED = -1;
|
int MIN_RENDER_FPS_ALLOWED = -1;
|
||||||
int MIN_RENDER_LAG_ALLOWED = 1;
|
int MIN_RENDER_LAG_ALLOWED = 1;
|
||||||
int MAX_RENDER_LAG_ITEMCOUNT_ALLOWED = 200;
|
int MAX_RENDER_LAG_ITEMCOUNT_ALLOWED = 200;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user