aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-08 fix the casting to Boolean of lsl types vector,quaternion,list and rotation,...UbitUmarov1-0/+28
2015-09-28 ... post merge issueUbitUmarov1-6/+14
2015-09-23 add Culture.FormatProvider on all casts to LSLString on Vectors and Quaterni...UbitUmarov1-6/+4
2015-09-02seems to compile ( tests comented out)UbitUmarov1-19/+0
2015-08-24Add Culture.FormatProvider to String.Format, like it is done for LSLFloatlillith xue1-3/+3
2015-08-24Just replace all m_data accesses with accesses to Data, which isMelanie Thielker1-62/+62
2015-08-23add missing culture format on lslvector toStringUbitUmarov1-3/+3
2015-08-23Revert "Revert "Fix a possible nullref caused by accessing m_data rather than...Melanie Thielker1-4/+4
2015-08-23Fix the nullref in scripts - the right wayMelanie Thielker1-3/+3
2015-08-23Revert "Fix a possible nullref caused by accessing m_data rather than Data"Melanie Thielker1-4/+4
2015-08-19Fix a possible nullref caused by accessing m_data rather than DataMelanie Thielker1-4/+4
2015-08-19Convert the lsl list type into a struct. EXPERIMENTAL! This may affectMelanie Thielker1-2/+2
2015-08-19Fix adding a scalar to the end of a listMelanie Thielker1-2/+5
2015-08-19Try to address Mantis #7689. When adding a scalar to a list, make a copyMelanie Thielker1-2/+5
2014-11-20LSL key should be implicitly cast to a boolean valueCinder1-0/+10
2014-04-23Eliminated many warningsOren Hurvitz1-21/+0
2013-06-10LSL_Rotation.Normalize() now returns 0,0,0,1 for x,y,z,s when normalization f...dahlia1-2/+2
2013-06-10add a Normalize() method for LSL_Rotationdahlia1-0/+25
2013-05-15Fix issue where osMakeNotecard() would fail if given a list containing vector...Justin Clark-Casey (justincc)1-30/+30
2013-03-16Fix case where the string member of a LSL_String in a list is nullroot1-1/+1
2013-01-03Scipt modules get the OpenMetaverse types, so lists passed as arguments to sc...SignpostMarv1-2/+27
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-75/+2
2012-08-30fixing bug where last element in list is ignoredSignpostMarv1-1/+1
2012-08-18integrating redundant code into operatorSignpostMarv1-1/+6
2012-08-18Implementing operators & constructors for QuaternionSignpostMarv1-0/+18
2012-08-18refactoring for Vector3 operator & constructor tweaksSignpostMarv1-0/+39
2012-08-17attempt to handle InvalidCastException in a manner similar to Second LifeSignpostMarv1-2/+13
2012-03-05llListSort SL compatibility: When sorting strided list and the listMelanie1-2/+5
2011-07-09refactor: Get LSLString(LSLInteger i) constructor to now call LSLString(int i...Justin Clark-Casey (justincc)1-9/+7
2011-07-09Raw int numbers (ex.LSL Constants) are displayed like "1.000000" when type ca...Makopoppo1-0/+11
2011-07-09fix formatting issues from last patchJustin Clark-Casey (justincc)1-3/+8
2011-07-09Made some LSL_Constant or LS_Constant raw int valuesMakopoppo1-2/+7
2011-05-20ScriptEngine/Shared: Fix bug 5473 (v2).Kim King1-2/+4
2011-02-02Add a missing constand and fix ToDoubleList to not eat the last memeberMelanie1-1/+1
2011-01-12Use ToString() rather than a cast (more robust)Melanie1-1/+1
2011-01-11Use ToString() rather than a cast (more robust)Melanie1-1/+1
2010-12-18fix 'system.exception: unknown type in list.size: system.uint32'Mike Rieker1-0/+2
2010-07-20Remove the null checks altogetherMelanie Thielker1-12/+4
2010-07-20Remove exception badness in the LSL Types. Who ever came up with that.....?!Melanie Thielker1-8/+8
2010-07-08These 2 files want to be committed.Diva Canto1-9/+9
2010-07-08fix a potential division by zerodahlia1-6/+11
2010-07-08fix a potential division by zerodahlia1-4/+9
2010-07-02Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker1-2/+2
2010-07-02Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker1-2/+2
2010-06-20Insert a space after the comma on the ToString methos of lsl vectorsMelanie Thielker1-6/+6
2010-03-04Remove a superfluous array creationMelanie1-1/+0
2010-03-04Remove a superfluous array creationMelanie1-1/+0
2010-03-04Remove a superfluous array creationMelanie1-1/+0
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-16/+16
2009-12-24Add the body to the LSL List Size propertyMelanie1-2/+36