Update svn properties.
parent
ff6c89f199
commit
d22a54a195
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) Contributors, http://opensimulator.org/
|
* Copyright (c) Contributors, http://opensimulator.org/
|
||||||
* See CONTRIBUTORS.TXT for a full list of copyright holders.
|
* See CONTRIBUTORS.TXT for a full list of copyright holders.
|
||||||
*
|
*
|
||||||
|
|
|
@ -47,7 +47,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
return CS_code;
|
return CS_code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static string GenCode(string myCode)
|
static string GenCode(string myCode)
|
||||||
{
|
{
|
||||||
Variable TermList = new Variable();
|
Variable TermList = new Variable();
|
||||||
|
@ -63,7 +62,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
}
|
}
|
||||||
myCode.Replace("//yp", "%YPCode");
|
myCode.Replace("//yp", "%YPCode");
|
||||||
|
|
||||||
|
|
||||||
StringWriter myCS_SW = new StringWriter();
|
StringWriter myCS_SW = new StringWriter();
|
||||||
StringReader myCode_SR = new StringReader(" yp_nop_header_nop. \n "+myCode + "\n");
|
StringReader myCode_SR = new StringReader(" yp_nop_header_nop. \n "+myCode + "\n");
|
||||||
|
|
||||||
|
@ -81,7 +79,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
//Console.WriteLine("-------------------------")
|
//Console.WriteLine("-------------------------")
|
||||||
YPCompiler.convertFunctionCSharp(FunctionCode);
|
YPCompiler.convertFunctionCSharp(FunctionCode);
|
||||||
//YPCompiler.convertStringCodesCSharp(VFC);
|
//YPCompiler.convertStringCodesCSharp(VFC);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
YP.seen();
|
YP.seen();
|
||||||
|
@ -107,7 +104,5 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
RegexOptions.Compiled | RegexOptions.Singleline);
|
RegexOptions.Compiled | RegexOptions.Singleline);
|
||||||
return finalcode;
|
return finalcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,6 +45,7 @@ property_map = {
|
||||||
".build" : text,
|
".build" : text,
|
||||||
".cfg" : text,
|
".cfg" : text,
|
||||||
".cgi" : text,
|
".cgi" : text,
|
||||||
|
".conf" : text,
|
||||||
".config" : text,
|
".config" : text,
|
||||||
".cs" : text,
|
".cs" : text,
|
||||||
".csproj" : text,
|
".csproj" : text,
|
||||||
|
|
Loading…
Reference in New Issue