OpenSimMirror/OpenSim/Region/ScriptEngine
Charles Krinke cda3206633 Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:
I found a problem trying to get s value directly from a quaternion q.
Compiling a script which directly access to q.s value, caused the 
following error:
CS0103: 'The . symbol cannot be used in LSL except in float values 
or vector components'. Detected around: q.s
I did a small change to allow alphabetic letter "s" to be interpretated 
as valid identifier. This solves the problem.
2008-07-21 13:44:56 +00:00
..
Common some optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and llRot2Up. llAxes2Rot now uses these functions for sign error correction instead of vector*quat products. 2008-07-21 09:36:22 +00:00
DotNetEngine Mantis#1801. Thank you kindly, Junta_Kohime for a patch that: 2008-07-21 13:44:56 +00:00
Interfaces Mantis#1648. Thank you, Melanie for a patch that: 2008-07-02 13:31:39 +00:00
RemoteServer Mantis#1616. Applied Melanie's patch. This may or may 2008-06-28 16:08:12 +00:00
Shared Mantis#1801. Thank you kindly, Junta_Kohime for a patch that: 2008-07-21 13:44:56 +00:00
XEngine Fix prim link numbers (Mantis #1781) 2008-07-19 04:05:34 +00:00