diff options
author | Diva Canto | 2012-03-20 17:19:14 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-20 17:19:14 -0700 |
commit | 3fa51f66ec2f032134f333bf1fa047275a77f6e0 (patch) | |
tree | 952df67fcc209ecc81ce66b92f4bdf93a7017e08 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | HG Friends: allow the establishment of HG friendships without requiring co-pr... (diff) | |
parent | Add ability to log warn if a frame takes longer than twice the expected time.... (diff) | |
download | opensim-SC-3fa51f66ec2f032134f333bf1fa047275a77f6e0.zip opensim-SC-3fa51f66ec2f032134f333bf1fa047275a77f6e0.tar.gz opensim-SC-3fa51f66ec2f032134f333bf1fa047275a77f6e0.tar.bz2 opensim-SC-3fa51f66ec2f032134f333bf1fa047275a77f6e0.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Conflicts:
OpenSim/Framework/Util.cs
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/Tests/MockScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/Tests/MockScene.cs b/OpenSim/Region/ClientStack/Linden/UDP/Tests/MockScene.cs index fb94355..d76927b 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/Tests/MockScene.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/Tests/MockScene.cs | |||
@@ -50,7 +50,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests | |||
50 | m_regStatus = RegionStatus.Up; | 50 | m_regStatus = RegionStatus.Up; |
51 | } | 51 | } |
52 | 52 | ||
53 | public override void Update() {} | 53 | public override void Update(int frames) {} |
54 | public override void LoadWorldMap() {} | 54 | public override void LoadWorldMap() {} |
55 | 55 | ||
56 | public override ISceneAgent AddNewClient(IClientAPI client, PresenceType type) | 56 | public override ISceneAgent AddNewClient(IClientAPI client, PresenceType type) |