Commit History

Author SHA1 Message Date
  UbitUmarov ad99461590 code aesthetics 5 years ago
  UbitUmarov efd6fb05a9 code aesthetics 5 years ago
  UbitUmarov 037e5d8031 save a few ns 6 years ago
  UbitUmarov fced731e70 save a few ns on lsl vector rotations 6 years ago
  UbitUmarov e031d79d48 add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector a), float osAngleBetween(vector a, vector b) and float osRound(ffloat value, integer ndigits) 6 years ago
  UbitUmarov d52a64c7a3 avoid leasing issues on lsl_list on domain crossings. This will make their use even more slow. AppDomainLoading just needs to be set false to have acceptable scripts performance 7 years ago
  UbitUmarov c8a9b0321f osSetParcelDetails: place hard restrictions on change owner,claimdate (both estate owner or manager) and group (same plus parcel owner that also needes to be a member of the new group); add PARCEL_DETAILS_SEE_AVATARS, PARCEL_DETAILS_ANY_AVATAR_SOUNDS and PARCEL_DETAILS_GROUP_SOUNDS 7 years ago
  UbitUmarov 572e84c822 make use of a rare thing called StringBuilder on LSL_List. LSL_List uses may need a revision to make sure they are passed by ref and not by value, with necessary adjustments. This does not have much impact on AppDomains, since if they cross, they are always serialized. Since lists are important parts of LSL, the AppDomainLoading option needs to be replaced by something else 7 years ago
  UbitUmarov 18f1ea1086 make LSL_list a CLASS again. Now we need to it allover again. Scripts need to be recompiled ( delete contents of bin/ScriptEngines) 7 years ago
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 years ago
  UbitUmarov 05ba77fd3b fix parsing of a vector4 and storing on a lsl quaternion needed for lightShare scripts 7 years ago
  UbitUmarov 1c7b688db4 add suport for PRIM_SIT_TARGET on Set(link)PrimitveParameters. This may not be SL compatible. hack: to let active work with zero offset and rotation add a little Z value to offset 7 years ago
  UbitUmarov 16cec3041f <0,0,0,0> is not a rotation 7 years ago
  UbitUmarov 2b354902b5 fix the casting to Boolean of lsl types vector,quaternion,list and rotation, so that if(variable) does compile and work. key still requires a explicit compare to NULL_KEY 8 years ago
  UbitUmarov fd20a9576d ... post merge issue 8 years ago
  UbitUmarov 592ba85b0a add Culture.FormatProvider on all casts to LSLString on Vectors and Quaternions. This may need better checking 8 years ago
  UbitUmarov a11edceb00 seems to compile ( tests comented out) 8 years ago
  UbitUmarov 371c9dd2af bad merge? 8 years ago
  lillith xue 722d00903b Add Culture.FormatProvider to String.Format, like it is done for LSLFloat 9 years ago
  Melanie Thielker 87247dc2c9 Just replace all m_data accesses with accesses to Data, which is 8 years ago
  UbitUmarov ca53671691 add missing culture format on lslvector toString 9 years ago
  Melanie Thielker a9beee7050 Revert "Revert "Fix a possible nullref caused by accessing m_data rather than Data"" 9 years ago
  Melanie Thielker c4ea4ea000 Fix the nullref in scripts - the right way 9 years ago
  Melanie Thielker 26094c21fe Revert "Fix a possible nullref caused by accessing m_data rather than Data" 9 years ago
  Melanie Thielker 20326e1947 Fix a possible nullref caused by accessing m_data rather than Data 9 years ago
  Melanie Thielker 662b59af83 Convert the lsl list type into a struct. EXPERIMENTAL! This may affect 9 years ago
  Melanie Thielker c61aee12d4 Fix adding a scalar to the end of a list 9 years ago
  Melanie Thielker 62f3399559 Try to address Mantis #7689. When adding a scalar to a list, make a copy 9 years ago
  Cinder cfaf904a3b LSL key should be implicitly cast to a boolean value 9 years ago
  Oren Hurvitz 998d7009a6 Eliminated many warnings 10 years ago