diff options
author | MW | 2007-05-27 18:52:42 +0000 |
---|---|---|
committer | MW | 2007-05-27 18:52:42 +0000 |
commit | c746a2f9f4f0b1e7eea564effdae63472f79ab22 (patch) | |
tree | 54d23af3d168958bfec995cf2987cf5af79ac149 /OpenSim/OpenSim.World/Avatar.Update.cs | |
parent | Goodbye World (diff) | |
download | opensim-SC-c746a2f9f4f0b1e7eea564effdae63472f79ab22.zip opensim-SC-c746a2f9f4f0b1e7eea564effdae63472f79ab22.tar.gz opensim-SC-c746a2f9f4f0b1e7eea564effdae63472f79ab22.tar.bz2 opensim-SC-c746a2f9f4f0b1e7eea564effdae63472f79ab22.tar.xz |
Should allow multiple worlds (and UDP servers) to be ran in one instance, just missing backend comms and working Avatar/primitives classes.
Diffstat (limited to 'OpenSim/OpenSim.World/Avatar.Update.cs')
-rw-r--r-- | OpenSim/OpenSim.World/Avatar.Update.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.Update.cs b/OpenSim/OpenSim.World/Avatar.Update.cs index 33132cf..13a480a 100644 --- a/OpenSim/OpenSim.World/Avatar.Update.cs +++ b/OpenSim/OpenSim.World/Avatar.Update.cs | |||
@@ -4,6 +4,7 @@ using System.Text; | |||
4 | using libsecondlife; | 4 | using libsecondlife; |
5 | using libsecondlife.Packets; | 5 | using libsecondlife.Packets; |
6 | using OpenSim.Physics.Manager; | 6 | using OpenSim.Physics.Manager; |
7 | using OpenSim.Framework.Interfaces; | ||
7 | 8 | ||
8 | namespace OpenSim.world | 9 | namespace OpenSim.world |
9 | { | 10 | { |
@@ -22,7 +23,7 @@ namespace OpenSim.world | |||
22 | 23 | ||
23 | public ObjectUpdatePacket CreateUpdatePacket() | 24 | public ObjectUpdatePacket CreateUpdatePacket() |
24 | { | 25 | { |
25 | 26 | return null; | |
26 | } | 27 | } |
27 | 28 | ||
28 | public void SendInitialPosition() | 29 | public void SendInitialPosition() |
@@ -35,7 +36,7 @@ namespace OpenSim.world | |||
35 | 36 | ||
36 | } | 37 | } |
37 | 38 | ||
38 | public void SendOurAppearance(ClientView OurClient) | 39 | public void SendOurAppearance(IClientAPI OurClient) |
39 | { | 40 | { |
40 | 41 | ||
41 | } | 42 | } |
@@ -57,7 +58,7 @@ namespace OpenSim.world | |||
57 | 58 | ||
58 | public ImprovedTerseObjectUpdatePacket.ObjectDataBlock CreateTerseBlock() | 59 | public ImprovedTerseObjectUpdatePacket.ObjectDataBlock CreateTerseBlock() |
59 | { | 60 | { |
60 | 61 | return null; | |
61 | } | 62 | } |
62 | 63 | ||
63 | // Sends animation update | 64 | // Sends animation update |