- WIP attempt at syncing item positions

- Some changes to item floating logic (lift is also applied to items outside the sub, forcefactor is clamped to 1 if the item is fully submerged)
This commit is contained in:
Regalis
2016-03-07 00:57:15 +02:00
parent 436bdb1448
commit 10bb5d061f
5 changed files with 164 additions and 60 deletions

View File

@@ -28,7 +28,9 @@ namespace Barotrauma.Networking
ItemFixed = 9,
UpdateProperty = 10,
WallDamage = 11
WallDamage = 11,
PhysicsBodyPosition = 12
}
class NetworkEvent