diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSOdoc.htm | 9 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OPCODES.txt | 143 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.csproj | 63 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.suo | bin | 7680 -> 0 bytes | |||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Properties/AssemblyInfo.cs | 35 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Common.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Common.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Engine.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Engine.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/IL_common_functions.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/IL_common_functions.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass_Builtins.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass_Builtins.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass_OPCODES.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass_OPCODES.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_CLRInterface.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_CLRInterface.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_OPCODE_IL_processor.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_OPCODE_IL_processor.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Enums.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Enums.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Parser.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Parser.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Struct.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Struct.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Server API/LSL_BuiltIn_Commands_Interface.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Server API/LSL_BuiltIn_Commands_Interface.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Server API/LSL_BuiltIn_Commands_TestImplementation.cs (renamed from OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Server API/LSL_BuiltIn_Commands_TestImplementation.cs) | 0 |
18 files changed, 0 insertions, 250 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSOdoc.htm b/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSOdoc.htm deleted file mode 100644 index 1f70524..0000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSOdoc.htm +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | ||
2 | <html> | ||
3 | <head> | ||
4 | <title></title> | ||
5 | </head> | ||
6 | <body> | ||
7 | |||
8 | </body> | ||
9 | </html> \ No newline at end of file | ||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OPCODES.txt b/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OPCODES.txt deleted file mode 100644 index 51d5f22..0000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OPCODES.txt +++ /dev/null | |||
@@ -1,143 +0,0 @@ | |||
1 | OPCODE IL_Processor Implemented | ||
2 | ======================================================== | ||
3 | NOOP * * | ||
4 | POP * * | ||
5 | POPS * * | ||
6 | POPL * * | ||
7 | POPV * * | ||
8 | POPQ * * | ||
9 | POPARG * * | ||
10 | POPIP | ||
11 | POPBP | ||
12 | POPSP | ||
13 | POPSLR | ||
14 | DUP | ||
15 | DUPS | ||
16 | DUPL | ||
17 | DUPV | ||
18 | DUPQ | ||
19 | STORE * * | ||
20 | STORES * * | ||
21 | STOREL * * | ||
22 | STOREV * * | ||
23 | STOREQ * * | ||
24 | STOREG * * | ||
25 | STOREGS * * | ||
26 | STOREGL * * | ||
27 | STOREGV * * | ||
28 | STOREGQ * * | ||
29 | LOADP * * | ||
30 | LOADSP * * | ||
31 | LOADLP * * | ||
32 | LOADVP * * | ||
33 | LOADQP * * | ||
34 | LOADGP * * | ||
35 | LOADGSP * * | ||
36 | LOADGLP * * | ||
37 | LOADGVP * * | ||
38 | LOADGQP * * | ||
39 | PUSH * * | ||
40 | PUSHS * * | ||
41 | PUSHL * * | ||
42 | PUSHV * * | ||
43 | PUSHQ * * | ||
44 | PUSHG * * | ||
45 | PUSHGS * * | ||
46 | PUSHGL * * | ||
47 | PUSHGV * * | ||
48 | PUSHGQ * * | ||
49 | PUSHIP | ||
50 | PUSHBP | ||
51 | PUSHSP * * | ||
52 | PUSHARGB | ||
53 | PUSHARGI * * | ||
54 | PUSHARGF * * | ||
55 | PUSHARGS * * | ||
56 | PUSHARGV | ||
57 | PUSHARGQ | ||
58 | PUSHE * * | ||
59 | PUSHEV | ||
60 | PUSHEQ | ||
61 | PUSHARGE * | ||
62 | ADD * * | ||
63 | SUB * * | ||
64 | MUL * * | ||
65 | DIV * * | ||
66 | MOD * * | ||
67 | EQ * * | ||
68 | NEQ * * | ||
69 | LEQ * * | ||
70 | GEQ * * | ||
71 | LESS * * | ||
72 | GREATER * * | ||
73 | BITAND * * | ||
74 | BITOR * * | ||
75 | BITXOR * * | ||
76 | BOOLAND * * | ||
77 | BOOLOR * * | ||
78 | NEG * * | ||
79 | BITNOT * | ||
80 | BOOLNOT * | ||
81 | JUMP | ||
82 | JUMPIF | ||
83 | JUMPNIF | ||
84 | STATE | ||
85 | CALL | ||
86 | RETURN * * | ||
87 | CAST | ||
88 | STACKTOS | ||
89 | STACKTOL | ||
90 | |||
91 | CALLLIB | ||
92 | CALLLIB_TWO_BYTE * * | ||
93 | SHL | ||
94 | SHR | ||
95 | |||
96 | |||
97 | |||
98 | |||
99 | |||
100 | |||
101 | |||
102 | IN USE: | ||
103 | |||
104 | |||
105 | Implemented | ||
106 | NOOP * | ||
107 | 26 | ||
108 | ADD * | ||
109 | BITAND * | ||
110 | CALL | ||
111 | CALLLIB_TWO_BYTE | ||
112 | CAST | ||
113 | DUP | ||
114 | EQ * | ||
115 | JUMPNIF | ||
116 | LOADLP | ||
117 | LOADSP | ||
118 | NEQ * | ||
119 | NOOP | ||
120 | POP * | ||
121 | POPBP | ||
122 | POPL | ||
123 | POPS | ||
124 | POPV | ||
125 | PUSH | ||
126 | PUSHARGB | ||
127 | PUSHARGE | ||
128 | PUSHARGF * | ||
129 | PUSHARGI * | ||
130 | PUSHARGS * | ||
131 | PUSHBP | ||
132 | PUSHE | ||
133 | PUSHG | ||
134 | PUSHGS | ||
135 | PUSHL | ||
136 | PUSHS | ||
137 | PUSHSP | ||
138 | RETURN * | ||
139 | STACKTOL | ||
140 | STOREG | ||
141 | STOREGS | ||
142 | STOREL | ||
143 | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.csproj b/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.csproj deleted file mode 100644 index 872ca92..0000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.csproj +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
5 | <ProductVersion>8.0.50727</ProductVersion> | ||
6 | <SchemaVersion>2.0</SchemaVersion> | ||
7 | <ProjectGuid>{E56CB0C4-DBE8-4169-AC21-B6A2E8235A82}</ProjectGuid> | ||
8 | <OutputType>Library</OutputType> | ||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
10 | <RootNamespace>OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL</RootNamespace> | ||
11 | <AssemblyName>OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL</AssemblyName> | ||
12 | </PropertyGroup> | ||
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
14 | <DebugSymbols>true</DebugSymbols> | ||
15 | <DebugType>full</DebugType> | ||
16 | <Optimize>false</Optimize> | ||
17 | <OutputPath>bin\Debug\</OutputPath> | ||
18 | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
19 | <ErrorReport>prompt</ErrorReport> | ||
20 | <WarningLevel>4</WarningLevel> | ||
21 | </PropertyGroup> | ||
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
23 | <DebugType>pdbonly</DebugType> | ||
24 | <Optimize>true</Optimize> | ||
25 | <OutputPath>bin\Release\</OutputPath> | ||
26 | <DefineConstants>TRACE</DefineConstants> | ||
27 | <ErrorReport>prompt</ErrorReport> | ||
28 | <WarningLevel>4</WarningLevel> | ||
29 | </PropertyGroup> | ||
30 | <ItemGroup> | ||
31 | <Reference Include="System" /> | ||
32 | <Reference Include="System.Data" /> | ||
33 | <Reference Include="System.Windows.Forms" /> | ||
34 | <Reference Include="System.Xml" /> | ||
35 | </ItemGroup> | ||
36 | <ItemGroup> | ||
37 | <Compile Include="Common.cs" /> | ||
38 | <Compile Include="Engine.cs" /> | ||
39 | <Compile Include="IL_common_functions.cs" /> | ||
40 | <Compile Include="LSL_BaseClass.cs" /> | ||
41 | <Compile Include="LSL_BaseClass_Builtins.cs" /> | ||
42 | <Compile Include="LSL_BaseClass_OPCODES.cs" /> | ||
43 | <Compile Include="Server API\LSL_BuiltIn_Commands_Interface.cs" /> | ||
44 | <Compile Include="Server API\LSL_BuiltIn_Commands_TestImplementation.cs" /> | ||
45 | <Compile Include="LSL_CLRInterface.cs" /> | ||
46 | <Compile Include="LSL_OPCODE_IL_processor.cs" /> | ||
47 | <Compile Include="LSO_Parser.cs" /> | ||
48 | <Compile Include="LSO_Enums.cs" /> | ||
49 | <Compile Include="LSO_Struct.cs" /> | ||
50 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
51 | </ItemGroup> | ||
52 | <ItemGroup> | ||
53 | <Content Include="OPCODES.txt" /> | ||
54 | </ItemGroup> | ||
55 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
56 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
57 | Other similar extension points exist, see Microsoft.Common.targets. | ||
58 | <Target Name="BeforeBuild"> | ||
59 | </Target> | ||
60 | <Target Name="AfterBuild"> | ||
61 | </Target> | ||
62 | --> | ||
63 | </Project> \ No newline at end of file | ||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.suo b/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.suo deleted file mode 100644 index eab36ab..0000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.suo +++ /dev/null | |||
Binary files differ | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Properties/AssemblyInfo.cs b/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Properties/AssemblyInfo.cs deleted file mode 100644 index 9879d88..0000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Properties/AssemblyInfo.cs +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | using System.Reflection; | ||
2 | using System.Runtime.CompilerServices; | ||
3 | using System.Runtime.InteropServices; | ||
4 | |||
5 | // General Information about an assembly is controlled through the following | ||
6 | // set of attributes. Change these attribute values to modify the information | ||
7 | // associated with an assembly. | ||
8 | [assembly: AssemblyTitle("OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL")] | ||
9 | [assembly: AssemblyDescription("")] | ||
10 | [assembly: AssemblyConfiguration("")] | ||
11 | [assembly: AssemblyCompany("")] | ||
12 | [assembly: AssemblyProduct("OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL")] | ||
13 | [assembly: AssemblyCopyright("Copyright © 2007")] | ||
14 | [assembly: AssemblyTrademark("")] | ||
15 | [assembly: AssemblyCulture("")] | ||
16 | |||
17 | // Setting ComVisible to false makes the types in this assembly not visible | ||
18 | // to COM components. If you need to access a type in this assembly from | ||
19 | // COM, set the ComVisible attribute to true on that type. | ||
20 | [assembly: ComVisible(false)] | ||
21 | |||
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM | ||
23 | [assembly: Guid("aa5ae75e-b542-4167-8e3e-baacb7e35654")] | ||
24 | |||
25 | // Version information for an assembly consists of the following four values: | ||
26 | // | ||
27 | // Major Version | ||
28 | // Minor Version | ||
29 | // Build Number | ||
30 | // Revision | ||
31 | // | ||
32 | // You can specify all the values or you can default the Revision and Build Numbers | ||
33 | // by using the '*' as shown below: | ||
34 | [assembly: AssemblyVersion("1.0.0.0")] | ||
35 | [assembly: AssemblyFileVersion("1.0.0.0")] | ||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Common.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Common.cs index 1f24d9b..1f24d9b 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Common.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Common.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Engine.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Engine.cs index 2db35c4..2db35c4 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Engine.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Engine.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/IL_common_functions.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/IL_common_functions.cs index 76738b8..76738b8 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/IL_common_functions.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/IL_common_functions.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs index b88a905..b88a905 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass_Builtins.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass_Builtins.cs index d6f9a88..d6f9a88 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass_Builtins.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass_Builtins.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass_OPCODES.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass_OPCODES.cs index b771678..b771678 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_BaseClass_OPCODES.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass_OPCODES.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_CLRInterface.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_CLRInterface.cs index 84cb20c..84cb20c 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_CLRInterface.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_CLRInterface.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_OPCODE_IL_processor.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_OPCODE_IL_processor.cs index 8836195..8836195 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSL_OPCODE_IL_processor.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_OPCODE_IL_processor.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Enums.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Enums.cs index f3eef3d..f3eef3d 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Enums.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Enums.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Parser.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Parser.cs index b486c46..b486c46 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Parser.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Parser.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Struct.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Struct.cs index 8ea618c..8ea618c 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSO_Struct.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSO_Struct.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Server API/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Server API/LSL_BuiltIn_Commands_Interface.cs index b6f2889..b6f2889 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Server API/LSL_BuiltIn_Commands_Interface.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Server API/LSL_BuiltIn_Commands_Interface.cs | |||
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Server API/LSL_BuiltIn_Commands_TestImplementation.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Server API/LSL_BuiltIn_Commands_TestImplementation.cs index bbdafad..bbdafad 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Server API/LSL_BuiltIn_Commands_TestImplementation.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Server API/LSL_BuiltIn_Commands_TestImplementation.cs | |||