aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Apply http://opensimulator.org/mantis/view.php?id=3165Justin Clarke Casey2009-02-161-125/+109
* Add an override for the % operator.idb2009-02-141-0/+6
* Add an override of the ! operator to lsl integer.idb2009-01-251-0/+5
* Added overrides for == and != for list.idb2009-01-201-0/+24
* Change list type to compare length instead of references.Melanie Thielker2009-01-171-0/+12
* Made the casting of stings to floats more robust and work more like SL.idb2008-12-121-14/+18
* Mantis #2530. Thank you kindly, Idb for a patch that:Charles Krinke2008-11-031-5/+5
* * Apply http://opensimulator.org/mantis/view.php?id=2440Justin Clarke Casey2008-11-011-4/+27