netcode progress, improved handling of missing frames
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
"UseVSync": false,
|
||||
"AAQuality": 3,
|
||||
"SSRQuality": 3,
|
||||
"SSAOQuality": 0,
|
||||
"VolumetricFogQuality": 3,
|
||||
"SSAOQuality": 3,
|
||||
"VolumetricFogQuality": 0,
|
||||
"ShadowsQuality": 3,
|
||||
"ShadowMapsQuality": 3,
|
||||
"AllowCSMBlending": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ID": "8ec53dba4c238bfbea1d62922e612a4d",
|
||||
"TypeName": "FlaxEditor.Content.Settings.InputSettings",
|
||||
"EngineBuild": 6335,
|
||||
"EngineBuild": 6705,
|
||||
"Data": {
|
||||
"ActionMappings": [
|
||||
{
|
||||
@@ -84,6 +84,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.0,
|
||||
"Sensitivity": 0.11,
|
||||
"Gravity": 1.0,
|
||||
@@ -96,6 +98,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.0,
|
||||
"Sensitivity": 0.11,
|
||||
"Gravity": 1.0,
|
||||
@@ -108,9 +112,11 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 68,
|
||||
"NegativeButton": 65,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.01,
|
||||
"Sensitivity": 5.0,
|
||||
"Gravity": 5.0,
|
||||
"Sensitivity": 0.0,
|
||||
"Gravity": 0.0,
|
||||
"Scale": 1.0,
|
||||
"Snap": true
|
||||
},
|
||||
@@ -120,9 +126,11 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 87,
|
||||
"NegativeButton": 83,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.01,
|
||||
"Sensitivity": 5.0,
|
||||
"Gravity": 5.0,
|
||||
"Sensitivity": 0.0,
|
||||
"Gravity": 0.0,
|
||||
"Scale": 1.0,
|
||||
"Snap": true
|
||||
},
|
||||
@@ -132,6 +140,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 39,
|
||||
"NegativeButton": 37,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.0,
|
||||
"Sensitivity": 1.0,
|
||||
"Gravity": 800.0,
|
||||
@@ -144,6 +154,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 38,
|
||||
"NegativeButton": 40,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.0,
|
||||
"Sensitivity": 1.0,
|
||||
"Gravity": 800.0,
|
||||
@@ -156,6 +168,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.19,
|
||||
"Sensitivity": 1.0,
|
||||
"Gravity": 1.0,
|
||||
@@ -168,6 +182,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.19,
|
||||
"Sensitivity": 1.0,
|
||||
"Gravity": 1.0,
|
||||
@@ -180,6 +196,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.19,
|
||||
"Sensitivity": 1.0,
|
||||
"Gravity": 1.0,
|
||||
@@ -192,6 +210,8 @@
|
||||
"Gamepad": 0,
|
||||
"PositiveButton": 0,
|
||||
"NegativeButton": 0,
|
||||
"GamepadPositiveButton": 0,
|
||||
"GamepadNegativeButton": 0,
|
||||
"DeadZone": 0.19,
|
||||
"Sensitivity": 1.0,
|
||||
"Gravity": 1.0,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ID": "4bd8a4cc460399b5f1975fbe0a668e3f",
|
||||
"TypeName": "FlaxEditor.Content.Settings.PhysicsSettings",
|
||||
"EngineBuild": 6510,
|
||||
"EngineBuild": 6705,
|
||||
"Data": {
|
||||
"DefaultGravity": {
|
||||
"X": 0.0,
|
||||
@@ -13,6 +13,7 @@
|
||||
"RestitutionCombineMode": 0,
|
||||
"DisableCCD": false,
|
||||
"BroadPhaseType": 3,
|
||||
"EnableEnhancedDeterminism": false,
|
||||
"SolverType": 0,
|
||||
"MaxDeltaTime": 0.1,
|
||||
"EnableSubstepping": false,
|
||||
|
||||
Reference in New Issue
Block a user