aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-28-copy LSL_Types tests from Common/ to Shared/Mike Mazur1-6/+6
2008-07-28Refresh LSLTypes.cs in Shared/ from the one in Common/, which wasMelanie Thielker1-100/+45
2008-07-28Reinstate the configuration option on XEngine's use of the lexicalMelanie Thielker1-5/+1
2008-07-27Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,...Mike Mazur1-2/+6
2008-07-27Addresses Mantis #1688Melanie Thielker1-1/+1
2008-07-27Mantis#1831.Thank you kindly, Francis for a patch that addresses:Charles Krinke1-16/+10
2008-07-27Log to console if C# line/column lookup fails.Mike Mazur1-1/+2
2008-07-27Conversion from double to LSLInteger needs to be explicit. Fix issue 1826.Mike Mazur1-1/+1
2008-07-27Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 &Mike Mazur1-0/+20
2008-07-26* Changed a number of field names to ccc (public members shouldn't be called m_)lbsa711-1/+1
2008-07-25Add casts from integer to float. Fix issue 1822.Mike Mazur1-0/+5
2008-07-25-add test for newly introduced cast operators (issue 1818)Mike Mazur1-4/+5
2008-07-25Add mingchen's fix for string->float cast to Shared/Melanie Thielker1-0/+4
2008-07-25llApplyImpulse now accepts any non-zero integer as not FALSEDahlia Trimble1-9/+1
2008-07-24Update svn properties. Minor formatting cleanup.Jeff Ames1-3/+3
2008-07-24Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble1-3/+30
2008-07-24Replace the try/catch with a null check.Mike Mazur1-6/+3
2008-07-24Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur1-0/+10
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-6/+6
2008-07-23Attempt to fix Mantis #1804Melanie Thielker1-18/+5
2008-07-23Fix Mantis #1759Melanie Thielker1-2/+2
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-32/+32
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames4-19/+19
2008-07-23Fix issue 1760. If the inventory item is not found, llSay() and throw an exce...Mike Mazur1-4/+7
2008-07-23Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur1-3/+28
2008-07-23First version of position mapping between LSL <-> C# implemented.Mike Mazur1-111/+246
2008-07-21Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke1-1/+1
2008-07-21some optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ...Dahlia Trimble1-36/+48
2008-07-21does some verification of the quaternion returned by llAxes2Rot and modifies ...Dahlia Trimble1-31/+39
2008-07-20Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker1-14/+14
2008-07-19Mantis#1785. Thank you kindly, Junta_Kohime for a patch that"Charles Krinke1-2/+31
2008-07-19Fix prim link numbers (Mantis #1781)Melanie Thielker1-9/+9
2008-07-18Mantis#1778. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke1-2/+30
2008-07-18* Fix http://opensimulator.org/mantis/view.php?id=1761Justin Clarke Casey1-1/+1
2008-07-18Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770.Mike Mazur1-0/+5
2008-07-18Treat LSL_Types as special cases in llList2Integer and llList2Float. This cou...Mike Mazur1-0/+18
2008-07-18Mantis#1768. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke1-1/+15
2008-07-17Mantis#1598. Thank you kindly, Matth for a patch that addresses:Charles Krinke1-27/+53
2008-07-16Mantis#1755. Thank you kindly, Matth for a patch that solves:Charles Krinke1-14/+54
2008-07-16squashing warnings crittersDr Scofield2-1/+10
2008-07-16Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke7-1169/+2559
2008-07-14Mantis#1739. Thank you kindly, Grumly57 for an additional patch that:Charles Krinke1-8/+11
2008-07-14Mantis#1739. Thank you kindly, Grumly57 for a patch that:Charles Krinke1-1/+17
2008-07-14Patch #9150Melanie Thielker1-1/+1
2008-07-14Patch #9147Melanie Thielker1-7/+10
2008-07-14Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke1-7071/+7644
2008-07-12Mantis#1714. Thank you kindly, Krtaylor for a patch that:Charles Krinke1-1/+9
2008-07-12Patch #9142 (No mantis)Melanie Thielker4-12/+53
2008-07-12Patch #9141 (Mantis #1655)Melanie Thielker2-1/+15
2008-07-11Patch #9140 (Mantis #1683)Melanie Thielker2-0/+28