From bf69aca9611928aadcf57700e9a4808817d9493c Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Thu, 9 Aug 2007 18:03:24 +0000 Subject: [PATCH] Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into OpenSim.ScriptEngine.DotNetEngine to avoid the compile error --- .../DotNetEngine.Compiler.LSL/LSOdoc.htm | 9 -- .../DotNetEngine.Compiler.LSL/OPCODES.txt | 143 ------------------ ...iptEngine.DotNetEngine.Compiler.LSL.csproj | 63 -------- ...ScriptEngine.DotNetEngine.Compiler.LSL.suo | Bin 7680 -> 0 bytes .../Properties/AssemblyInfo.cs | 35 ----- .../Compiler/LSL}/Common.cs | 0 .../Compiler/LSL}/Engine.cs | 0 .../Compiler/LSL}/IL_common_functions.cs | 0 .../Compiler/LSL}/LSL_BaseClass.cs | 0 .../Compiler/LSL}/LSL_BaseClass_Builtins.cs | 0 .../Compiler/LSL}/LSL_BaseClass_OPCODES.cs | 0 .../Compiler/LSL}/LSL_CLRInterface.cs | 0 .../Compiler/LSL}/LSL_OPCODE_IL_processor.cs | 0 .../Compiler/LSL}/LSO_Enums.cs | 0 .../Compiler/LSL}/LSO_Parser.cs | 0 .../Compiler/LSL}/LSO_Struct.cs | 0 .../LSL_BuiltIn_Commands_Interface.cs | 0 ...LSL_BuiltIn_Commands_TestImplementation.cs | 0 prebuild.xml | 32 ---- 19 files changed, 282 deletions(-) delete mode 100644 OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSOdoc.htm delete mode 100644 OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OPCODES.txt delete mode 100644 OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.csproj delete mode 100644 OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.suo delete mode 100644 OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/Properties/AssemblyInfo.cs rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/Common.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/Engine.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/IL_common_functions.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSL_BaseClass.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSL_BaseClass_Builtins.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSL_BaseClass_OPCODES.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSL_CLRInterface.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSL_OPCODE_IL_processor.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSO_Enums.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSO_Parser.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/LSO_Struct.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/Server API/LSL_BuiltIn_Commands_Interface.cs (100%) rename OpenSim/Region/ScriptEngine/{DotNetEngine.Compiler.LSL => DotNetEngine/Compiler/LSL}/Server API/LSL_BuiltIn_Commands_TestImplementation.cs (100%) 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 1f70524870..0000000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/LSOdoc.htm +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ 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 51d5f222c1..0000000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OPCODES.txt +++ /dev/null @@ -1,143 +0,0 @@ -OPCODE IL_Processor Implemented -======================================================== -NOOP * * -POP * * -POPS * * -POPL * * -POPV * * -POPQ * * -POPARG * * -POPIP -POPBP -POPSP -POPSLR -DUP -DUPS -DUPL -DUPV -DUPQ -STORE * * -STORES * * -STOREL * * -STOREV * * -STOREQ * * -STOREG * * -STOREGS * * -STOREGL * * -STOREGV * * -STOREGQ * * -LOADP * * -LOADSP * * -LOADLP * * -LOADVP * * -LOADQP * * -LOADGP * * -LOADGSP * * -LOADGLP * * -LOADGVP * * -LOADGQP * * -PUSH * * -PUSHS * * -PUSHL * * -PUSHV * * -PUSHQ * * -PUSHG * * -PUSHGS * * -PUSHGL * * -PUSHGV * * -PUSHGQ * * -PUSHIP -PUSHBP -PUSHSP * * -PUSHARGB -PUSHARGI * * -PUSHARGF * * -PUSHARGS * * -PUSHARGV -PUSHARGQ -PUSHE * * -PUSHEV -PUSHEQ -PUSHARGE * -ADD * * -SUB * * -MUL * * -DIV * * -MOD * * -EQ * * -NEQ * * -LEQ * * -GEQ * * -LESS * * -GREATER * * -BITAND * * -BITOR * * -BITXOR * * -BOOLAND * * -BOOLOR * * -NEG * * -BITNOT * -BOOLNOT * -JUMP -JUMPIF -JUMPNIF -STATE -CALL -RETURN * * -CAST -STACKTOS -STACKTOL -PRINT -CALLLIB -CALLLIB_TWO_BYTE * * -SHL -SHR - - - - - - - -IN USE: - - - Implemented -NOOP * -26 -ADD * -BITAND * -CALL -CALLLIB_TWO_BYTE -CAST -DUP -EQ * -JUMPNIF -LOADLP -LOADSP -NEQ * -NOOP -POP * -POPBP -POPL -POPS -POPV -PUSH -PUSHARGB -PUSHARGE -PUSHARGF * -PUSHARGI * -PUSHARGS * -PUSHBP -PUSHE -PUSHG -PUSHGS -PUSHL -PUSHS -PUSHSP -RETURN * -STACKTOL -STOREG -STOREGS -STOREL - 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 872ca92020..0000000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL/OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL.csproj +++ /dev/null @@ -1,63 +0,0 @@ - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {E56CB0C4-DBE8-4169-AC21-B6A2E8235A82} - Library - Properties - OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL - OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ 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 eab36abd86d6edc3d913de3cf4454f2661612d46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7680 zcmeHM%WsTP6hBjM#-kqfsv7TiX}!A;?X(dI+RRusnbfFinO0_|qUq9KpoB!Mg9Sp;fxn~#q)ytA#-$4@?4C+wM9Sy6XH2y9O85SIuO9e@ zq0`+7cFzV#?2tCu4(a=ltCJ(9A#&PEfI^w-<#fnX0r;}0UOJ)mL1~42a*KpfZUQ$; zg;eJGI$b?qihT4N>cn}ZTk_|KnE?f)X8CLL529KqpK>Rn>{dQ~{D=CUK203w{Hce= z0+#MQ;T zB2`|3bSZe5Dz8Ag61+;4S0h~mu25xKY8`mJDsM!(3A`CxrRr#(A}<+DjPEu3*_h3Bjl)WQ9i@@qaM*srP>a(9gzl zqN|O7PoCfS#xsChdpz>6|MSG$3A{_Bv=5yL`neizwHNUs{@Zah0t{@x>eWjvVlt!R z4*VX%j_9yrBBMbEN_uDXEIes>UbbysdvyJ&YY-ZT45xt=S1*3$Svy-}RAkVH0_$(W zpA8xF%$FtpX#JSx>z7$S3x&_B!X%$(cqgKK-cz)lo%*xA4E#-XG|A`v!HFP0wZ3lk zpN~PmtAS1Od7p72>d!lwUIVB8Y+nrSQymA3|J?sIz<-|jf;jIn$Fp%JCWKSIzwPaT zssJSB&hle{_y51vKYe@P4J92J`o5gHnS1&bdGTNAudzP5>2iWznY-R<+oh6T59)76 zI^K3;_~Q*Vf}0?3vb+h{ch>aE-`e?Zfu - - - - ../../../../bin/ScriptEngines/ - - - - - ../../../../bin/ScriptEngines/ - - - - ../../../../bin/ - ../../../../bin/ScriptEngines/ - - - - - - - - - - - - - - - - - -