aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add casts from integer to float. Fix issue 1822.Mike Mazur2008-07-251-0/+5
* -add test for newly introduced cast operators (issue 1818)Mike Mazur2008-07-251-4/+5
* Add mingchen's fix for string->float cast to Shared/Melanie Thielker2008-07-251-0/+4
* llApplyImpulse now accepts any non-zero integer as not FALSEDahlia Trimble2008-07-251-9/+1
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-241-3/+3
* Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble2008-07-241-3/+30
* Replace the try/catch with a null check.Mike Mazur2008-07-241-6/+3
* Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur2008-07-241-0/+10
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-6/+6
* Attempt to fix Mantis #1804Melanie Thielker2008-07-231-18/+5
* Fix Mantis #1759Melanie Thielker2008-07-231-2/+2
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-32/+32
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-234-19/+19
* Fix issue 1760. If the inventory item is not found, llSay() and throw an exce...Mike Mazur2008-07-231-4/+7
* Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur2008-07-231-3/+28
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-231-111/+246
* Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2008-07-211-1/+1
* some optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ...Dahlia Trimble2008-07-211-36/+48
* does some verification of the quaternion returned by llAxes2Rot and modifies ...Dahlia Trimble2008-07-211-31/+39
* Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker2008-07-201-14/+14
* Mantis#1785. Thank you kindly, Junta_Kohime for a patch that"Charles Krinke2008-07-191-2/+31
* Fix prim link numbers (Mantis #1781)Melanie Thielker2008-07-191-9/+9
* Mantis#1778. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2008-07-181-2/+30
* * Fix http://opensimulator.org/mantis/view.php?id=1761Justin Clarke Casey2008-07-181-1/+1
* Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770.Mike Mazur2008-07-181-0/+5
* Treat LSL_Types as special cases in llList2Integer and llList2Float. This cou...Mike Mazur2008-07-181-0/+18
* Mantis#1768. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2008-07-181-1/+15
* Mantis#1598. Thank you kindly, Matth for a patch that addresses:Charles Krinke2008-07-171-27/+53
* Mantis#1755. Thank you kindly, Matth for a patch that solves:Charles Krinke2008-07-161-14/+54
* squashing warnings crittersDr Scofield2008-07-162-1/+10
* Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-167-1169/+2559
* Mantis#1739. Thank you kindly, Grumly57 for an additional patch that:Charles Krinke2008-07-141-8/+11
* Mantis#1739. Thank you kindly, Grumly57 for a patch that:Charles Krinke2008-07-141-1/+17
* Patch #9150Melanie Thielker2008-07-141-1/+1
* Patch #9147Melanie Thielker2008-07-141-7/+10
* Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke2008-07-141-7071/+7644
* Mantis#1714. Thank you kindly, Krtaylor for a patch that:Charles Krinke2008-07-121-1/+9
* Patch #9142 (No mantis)Melanie Thielker2008-07-124-12/+53
* Patch #9141 (Mantis #1655)Melanie Thielker2008-07-122-1/+15
* Patch #9140 (Mantis #1683)Melanie Thielker2008-07-112-0/+28
* Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=...Johan Berntsson2008-07-111-6947/+7211
* Patch from Mike: errors from the LSL/C# compilers are now reported to the use...Johan Berntsson2008-07-101-1/+1
* Mantis#1707. Thank you, Melanie for a patch that:Charles Krinke2008-07-101-0/+36
* Mantis#1673. Thank you kindly, Matth for a patch that:Charles Krinke2008-07-101-0/+20
* Mantis#1700. Thank you, Melanie for a patch that:Charles Krinke2008-07-091-0/+8
* for testing purposes only:MW2008-07-093-0/+15
* Patch from Mike which removes a lexer warning in the LSL compiler.Johan Berntsson2008-07-091-9593/+9326
* Mantis#1691. Applied Melanie's modification of Charles Krinke2008-07-081-2/+13
* another patch from Mike: the llscript compiler is now available in XEngine as...Johan Berntsson2008-07-085-0/+29509
* change SitTarget calls from functions to propertiesSean Dague2008-07-071-1/+2