diff options
author | Teravus Ovares | 2008-06-12 20:19:42 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-12 20:19:42 +0000 |
commit | 5219eb74209d83f1a240a75528fad9d302b84f0e (patch) | |
tree | b9cd1712b30bb348998482ef39d51c777c4e854e /OpenSim/Region/Environment/Scenes/ScenePresence.cs | |
parent | Fix mysql migrations. This is tested with an existing up to date schema, (diff) | |
download | opensim-SC_OLD-5219eb74209d83f1a240a75528fad9d302b84f0e.zip opensim-SC_OLD-5219eb74209d83f1a240a75528fad9d302b84f0e.tar.gz opensim-SC_OLD-5219eb74209d83f1a240a75528fad9d302b84f0e.tar.bz2 opensim-SC_OLD-5219eb74209d83f1a240a75528fad9d302b84f0e.tar.xz |
* Split the World Map code into a module.
* Implemented a hack so regions beyond the 10,000m range will show the map without having to click on the map before they'll start to show. The hack shows regions around the one you're in, but it won't show the one you're in.. you still need to click on the map to get that (not sure why yet). Additionally, the map still only shows pictures for regions that are hosted on the same instance (no change).
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 300a363..2774a45 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -81,7 +81,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
81 | private ScriptControlled IgnoredControls = ScriptControlled.CONTROL_ZERO; | 81 | private ScriptControlled IgnoredControls = ScriptControlled.CONTROL_ZERO; |
82 | private ScriptControlled LastCommands = ScriptControlled.CONTROL_ZERO; | 82 | private ScriptControlled LastCommands = ScriptControlled.CONTROL_ZERO; |
83 | private SceneObjectGroup proxyObjectGroup = null; | 83 | private SceneObjectGroup proxyObjectGroup = null; |
84 | private SceneObjectPart proxyObjectPart = null; | 84 | //private SceneObjectPart proxyObjectPart = null; |
85 | 85 | ||
86 | public Vector3 lastKnownAllowedPosition = new Vector3(); | 86 | public Vector3 lastKnownAllowedPosition = new Vector3(); |
87 | public bool sentMessageAboutRestrictedParcelFlyingDown = false; | 87 | public bool sentMessageAboutRestrictedParcelFlyingDown = false; |