aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorSean Dague2007-11-07 20:29:30 +0000
committerSean Dague2007-11-07 20:29:30 +0000
commit65eb1852a3a9cf8d71a11ab8fdb30edb42888a59 (patch)
treef2b0efcb34bff04f880bfe5dbd464ca306f9fa53 /OpenSim/Framework
parentdisable profuse logging messages for not saving physical (diff)
downloadopensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.zip
opensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.tar.gz
opensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.tar.bz2
opensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.tar.xz
add SendSunPos function to IClientAPI to let us pull all the sun
calculation logic into a module
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index c18216e..11e6ae7 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -427,6 +427,7 @@ namespace OpenSim.Framework
427 void SendLoadURL(string objectname, LLUUID objectID, LLUUID ownerID, bool groupOwned, string message, string url); 427 void SendLoadURL(string objectname, LLUUID objectID, LLUUID ownerID, bool groupOwned, string message, string url);
428 bool AddMoney(int debit); 428 bool AddMoney(int debit);
429 429
430 void SendSunPos(LLVector3 sunPos, LLVector3 sunVel);
430 void SendViewerTime(int phase); 431 void SendViewerTime(int phase);
431 432
432 void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, 433 void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout,