[sldev] How Asset server handles saving of scripts
Argent Stonecutter
secret.argent at gmail.com
Thu Dec 20 10:46:18 PST 2007
On 2007-12-20, at 12:11, John Hurliman wrote:
> Useless trivia: If there is a compile error the script source code
> is uploaded anyways, but no compiled binary. OpenSim uses this to
> their advantage; if you place a precompiler directive at the top of
> the file to indicate it is another language the viewer will fail to
> compile it but upload the plaintext, and the simulator will do
> server-side compilation of the script and run it.
Yeh, I know about this. It's silly, because the client source tree
already contains the code to generate CIL from LSL.
More information about the SLDev
mailing list