Merge branch 'master' into careminster

Conflicts:
	OpenSim/Framework/LandData.cs
This commit is contained in:
Melanie
2012-10-23 17:23:36 +01:00
7 changed files with 407 additions and 142 deletions

View File

@@ -613,6 +613,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int CLICK_ACTION_OPEN = 4;
public const int CLICK_ACTION_PLAY = 5;
public const int CLICK_ACTION_OPEN_MEDIA = 6;
public const int CLICK_ACTION_ZOOM = 7;
// constants for the llDetectedTouch* functions
public const int TOUCH_INVALID_FACE = -1;