aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-06-111-2/+2
|\
| * LSL_Rotation.Normalize() now returns 0,0,0,1 for x,y,z,s when normalization f...dahlia2013-06-101-2/+2
* | Merge branch 'master' into careminsterMelanie2013-06-111-0/+25
|\ \ | |/
| * add a Normalize() method for LSL_Rotationdahlia2013-06-101-0/+25
* | Merge branch 'master' into careminsterMelanie2013-05-161-30/+30
|\ \ | |/
| * Fix issue where osMakeNotecard() would fail if given a list containing vector...Justin Clark-Casey (justincc)2013-05-151-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
|\ \ \ | |/ / |/| / | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-08-181-0/+23
|\ \ | |/
| * integrating redundant code into operatorSignpostMarv2012-08-181-1/+6
| * Implementing operators & constructors for QuaternionSignpostMarv2012-08-181-0/+18
* | Merge branch 'master' into careminsterMelanie2012-08-181-0/+39
|\ \ | |/
| * refactoring for Vector3 operator & constructor tweaksSignpostMarv2012-08-181-0/+39
* | Merge branch 'master' into careminsterMelanie2012-08-181-2/+13
|\ \ | |/
| * attempt to handle InvalidCastException in a manner similar to Second LifeSignpostMarv2012-08-171-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
|\ \ | |/
| * 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
| * Made some LSL_Constant or LS_Constant raw int valuesMakopoppo2011-07-091-2/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-201-2/+4
|\ \ | |/
| * ScriptEngine/Shared: Fix bug 5473 (v2).Kim King2011-05-201-2/+4
| * Use ToString() rather than a cast (more robust)Melanie2011-01-121-1/+1
* | 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
|\ \ | |/
| * These 2 files want to be committed.Diva Canto2010-07-081-9/+9
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-081-4/+9
|\ \ | |/
| * fix a potential division by zerodahlia2010-07-081-4/+9
| * Fix a dumb little sign error that makes a LSL wiki example failMelanie Thielker2010-07-021-2/+2
* | 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
|/
* Remove a superfluous array creationMelanie2010-03-041-1/+0
* Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-121-16/+16
* Add the LSL List Size propertyMelanie2009-12-241-1/+40
* * Removing ODEPrim and ODECharacter GetHashCode() overrides since they were b...John Hurliman2009-10-201-1/+1
* Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares2009-08-211-7/+36
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Fixed a number of culture-variant bugs in lsl implicit type conversions.lbsa712009-04-091-9/+11
* * argh. reverted untested fix that snuck into the last commitlbsa712009-04-091-2/+1
* * tagged some more database tests as suchlbsa712009-04-091-1/+2
* Correct casts so that the target id in the at_target event matches the origin...idb2009-03-071-0/+5