diff options
author | Homer Horwitz | 2008-10-11 15:18:55 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-10-11 15:18:55 +0000 |
commit | bed6c763a5004a2bba2c7df26514747422f1e43a (patch) | |
tree | 8d2c9fd75af8be88bc1f8b670323429627bed50d /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Add a + operator to LSLString, otherwise you will end up with CIL strings if (diff) | |
download | opensim-SC_OLD-bed6c763a5004a2bba2c7df26514747422f1e43a.zip opensim-SC_OLD-bed6c763a5004a2bba2c7df26514747422f1e43a.tar.gz opensim-SC_OLD-bed6c763a5004a2bba2c7df26514747422f1e43a.tar.bz2 opensim-SC_OLD-bed6c763a5004a2bba2c7df26514747422f1e43a.tar.xz |
* Rework llParcelMediaCommandList
* Add missing PARCEL_MEDIA_COMMAND_* constants
* Fix a copy/paste error in SendParcelMediaUpdate
llParcelMediaCommandList should work now
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 2c5c0b3..c3d3270 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -372,6 +372,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
372 | public const int PARCEL_MEDIA_COMMAND_AGENT = 7; | 372 | public const int PARCEL_MEDIA_COMMAND_AGENT = 7; |
373 | public const int PARCEL_MEDIA_COMMAND_UNLOAD = 8; | 373 | public const int PARCEL_MEDIA_COMMAND_UNLOAD = 8; |
374 | public const int PARCEL_MEDIA_COMMAND_AUTO_ALIGN = 9; | 374 | public const int PARCEL_MEDIA_COMMAND_AUTO_ALIGN = 9; |
375 | public const int PARCEL_MEDIA_COMMAND_TYPE = 10; | ||
376 | public const int PARCEL_MEDIA_COMMAND_SIZE = 11; | ||
377 | public const int PARCEL_MEDIA_COMMAND_DESC = 12; | ||
375 | 378 | ||
376 | public const int PARCEL_FLAG_ALLOW_FLY = 0x1; // parcel allows flying | 379 | public const int PARCEL_FLAG_ALLOW_FLY = 0x1; // parcel allows flying |
377 | public const int PARCEL_FLAG_ALLOW_SCRIPTS = 0x2; // parcel allows outside scripts | 380 | public const int PARCEL_FLAG_ALLOW_SCRIPTS = 0x2; // parcel allows outside scripts |