Hi, On Thu, 19 Mar 2009 23:35:00 -0500 Skidz Tweak <[email protected]> wrote:
> Is there any special technique for passing down the CIL only to the > assest server? > I remember in the old days there was an app called SnowCrash for > doing this in SL Grid. > And are there apps out in the wild that can decompile the CIL, or any > reports of anyone really do this? Something like this would probably be relatively simple to put together. Look through the code for the lsl2cs compiler[1] that's being used in OpenSim, copy the latest versions of CSCodeGenerator.cs, LSL2CSCodeTransformer.cs and any other required files from OpenSim's compiler[2], and compile that into a tool that takes LSL as input and spits out a .NET dll. Mike [1] http://opensimulator.org/svn/opensim-libs/trunk/managed/lsl2cs/ [2] http://opensimulator.org/cgi-bin/viewcvs.cgi/trunk/OpenSim/Region/ScriptEngine/Shared/CodeTools/ _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
