aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix the casting to Boolean of lsl types vector,quaternion,list and rotation,...UbitUmarov2015-10-081-0/+28
* ... post merge issueUbitUmarov2015-09-281-6/+14
* add Culture.FormatProvider on all casts to LSLString on Vectors and Quaterni...UbitUmarov2015-09-231-6/+4
* seems to compile ( tests comented out)UbitUmarov2015-09-021-19/+0
* bad merge?UbitUmarov2015-09-011-18/+34
|\
| * add missing culture format on lslvector toStringUbitUmarov2015-08-231-3/+3
| * Fix adding a scalar to the end of a listMelanie Thielker2015-08-191-2/+5
| * Merge branch 'master' into careminsterMelanie2013-06-111-2/+2
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-06-111-0/+25
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-05-161-30/+30
| |\ \ \
| * \ \ \ Merge branch 'avination' into careminsterMelanie2013-03-191-1/+1
| |\ \ \ \
| | * | | | Fix case where the string member of a LSL_String in a list is nullroot2013-03-161-1/+1
| * | | | | Merge branch 'master' into careminsterMelanie2013-01-041-2/+27
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into careminsterMelanie2012-08-181-0/+23
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-181-0/+39
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-181-2/+13
| |\ \ \ \ \ \ \
| * | | | | | | | llListSort SL compatibility: When sorting strided list and the listMelanie2012-03-051-2/+5
| * | | | | | | | Resolve merge commits, stage 1Tom2011-09-041-6/+25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-201-2/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a missing constand and fix ToDoubleList to not eat the last memeberMelanie2011-02-021-1/+1
| * | | | | | | | | | Use ToString() rather than a cast (more robust)Melanie2011-01-111-1/+1
| * | | | | | | | | | fix 'system.exception: unknown type in list.size: system.uint32'Mike Rieker2010-12-181-0/+2
| * | | | | | | | | | Remove the null checks altogetherMelanie Thielker2010-07-201-12/+4
| * | | | | | | | | | Remove exception badness in the LSL Types. Who ever came up with that.....?!Melanie Thielker2010-07-201-8/+8
| * | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-111-9/+9
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-07-081-4/+9
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker2010-07-021-2/+2
| * | | | | | | | | | | | Insert a space after the comma on the ToString methos of lsl vectorsMelanie Thielker2010-06-201-6/+6
* | | | | | | | | | | | | Add Culture.FormatProvider to String.Format, like it is done for LSLFloatlillith xue2015-08-241-3/+3
* | | | | | | | | | | | | Just replace all m_data accesses with accesses to Data, which isMelanie Thielker2015-08-241-62/+62
* | | | | | | | | | | | | Revert "Revert "Fix a possible nullref caused by accessing m_data rather than...Melanie Thielker2015-08-231-4/+4
* | | | | | | | | | | | | Fix the nullref in scripts - the right wayMelanie Thielker2015-08-231-3/+3
* | | | | | | | | | | | | Revert "Fix a possible nullref caused by accessing m_data rather than Data"Melanie Thielker2015-08-231-4/+4
* | | | | | | | | | | | | Fix a possible nullref caused by accessing m_data rather than DataMelanie Thielker2015-08-191-4/+4
* | | | | | | | | | | | | Convert the lsl list type into a struct. EXPERIMENTAL! This may affectMelanie Thielker2015-08-191-2/+2
* | | | | | | | | | | | | Try to address Mantis #7689. When adding a scalar to a list, make a copyMelanie Thielker2015-08-191-2/+5
* | | | | | | | | | | | | LSL key should be implicitly cast to a boolean valueCinder2014-11-201-0/+10
* | | | | | | | | | | | | Eliminated many warningsOren Hurvitz2014-04-231-21/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | LSL_Rotation.Normalize() now returns 0,0,0,1 for x,y,z,s when normalization f...dahlia2013-06-101-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | add a Normalize() method for LSL_Rotationdahlia2013-06-101-0/+25
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix issue where osMakeNotecard() would fail if given a list containing vector...Justin Clark-Casey (justincc)2013-05-151-30/+30
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Scipt modules get the OpenMetaverse types, so lists passed as arguments to sc...SignpostMarv2013-01-031-2/+27
* | | | | | | | | fixing bug where last element in list is ignoredSignpostMarv2012-08-301-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | integrating redundant code into operatorSignpostMarv2012-08-181-1/+6
* | | | | | | | Implementing operators & constructors for QuaternionSignpostMarv2012-08-181-0/+18
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | refactoring for Vector3 operator & constructor tweaksSignpostMarv2012-08-181-0/+39
| |_|_|_|_|/ |/| | | | |
* | | | | | attempt to handle InvalidCastException in a manner similar to Second LifeSignpostMarv2012-08-171-2/+13
| |_|_|_|/ |/| | | |
* | | | | refactor: Get LSLString(LSLInteger i) constructor to now call LSLString(int i...Justin Clark-Casey (justincc)2011-07-091-9/+7
* | | | | Raw int numbers (ex.LSL Constants) are displayed like "1.000000" when type ca...Makopoppo2011-07-091-0/+11
* | | | | fix formatting issues from last patchJustin Clark-Casey (justincc)2011-07-091-3/+8