Yengine: change filename extentions on scripts state (better delete contents of bin/scriptengines/yengine .. btw bin/scriptdata is not used anymore )

This commit is contained in:
UbitUmarov
2018-02-25 00:49:44 +00:00
parent 85b973ce1d
commit 5ff57f01b7
6 changed files with 375 additions and 377 deletions

View File

@@ -42,13 +42,12 @@ using LSL_String = OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString;
using LSL_Vector = OpenSim.Region.ScriptEngine.Shared.LSL_Types.Vector3;
/**
* Contains classes that disassemble or decompile an xmrobj file.
* Contains classes that disassemble or decompile an yobj file.
* See xmrengcomp.cx utility program.
*/
namespace OpenSim.Region.ScriptEngine.Yengine
{
/*
* Encapsulate object code for a method.
*/