| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When casting strings to int, use double.Parse() as strings may be floats. With | Mike Mazur | 2008-07-28 | 2 | -4/+8 |
* | -implement LSLString -> Quaternion explicit cast | Mike Mazur | 2008-07-28 | 2 | -0/+15 |
* | Adding explicit cast from LSLFloat to LSLInteger. Work on issue 1822. | Mike Mazur | 2008-07-28 | 1 | -0/+5 |
* | -copy LSL_Types tests from Common/ to Shared/ | Mike Mazur | 2008-07-28 | 2 | -9/+9 |
* | Refresh LSLTypes.cs in Shared/ from the one in Common/, which was | Melanie Thielker | 2008-07-28 | 1 | -100/+45 |
* | Reinstate the configuration option on XEngine's use of the lexical | Melanie Thielker | 2008-07-28 | 1 | -5/+1 |
* | Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,... | Mike Mazur | 2008-07-27 | 2 | -22/+25 |
* | Re-fix r5681. Sorry for the inconvenience. We will now return you | Melanie Thielker | 2008-07-27 | 1 | -0/+1 |
* | Addresses Mantis #1611 | Melanie Thielker | 2008-07-27 | 1 | -0/+3 |
* | Addresses Mantis #1688 | Melanie Thielker | 2008-07-27 | 2 | -2/+2 |
* | Mantis#1831.Thank you kindly, Francis for a patch that addresses: | Charles Krinke | 2008-07-27 | 2 | -30/+20 |
* | Log to console if C# line/column lookup fails. | Mike Mazur | 2008-07-27 | 2 | -2/+4 |
* | Conversion from double to LSLInteger needs to be explicit. Fix issue 1826. | Mike Mazur | 2008-07-27 | 2 | -2/+2 |
* | Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 & | Mike Mazur | 2008-07-27 | 2 | -0/+40 |
* | * Changed a number of field names to ccc (public members shouldn't be called m_) | lbsa71 | 2008-07-26 | 3 | -3/+3 |
* | Add casts from integer to float. Fix issue 1822. | Mike Mazur | 2008-07-25 | 2 | -0/+10 |
* | -add test for newly introduced cast operators (issue 1818) | Mike Mazur | 2008-07-25 | 2 | -4/+6 |
* | Add mingchen's fix for string->float cast to Shared/ | Melanie Thielker | 2008-07-25 | 1 | -0/+4 |
* | *Fixes #0001818: typecast string to float | mingchen | 2008-07-25 | 1 | -0/+4 |
* | llApplyImpulse now accepts any non-zero integer as not FALSE | Dahlia Trimble | 2008-07-25 | 2 | -21/+5 |
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-07-24 | 2 | -5/+5 |
* | Implements llSetForce() and llGetForce(). These are experimental and the unit... | Dahlia Trimble | 2008-07-24 | 2 | -6/+60 |
* | Replace the try/catch with a null check. | Mike Mazur | 2008-07-24 | 2 | -12/+6 |
* | Replace implicit casts from LSLFloat to int and uint which were removed in | Mike Mazur | 2008-07-24 | 2 | -0/+20 |
* | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 2008-07-23 | 2 | -12/+12 |
* | Attempt to fix Mantis #1804 | Melanie Thielker | 2008-07-23 | 2 | -35/+9 |
* | Fix Mantis #1759 | Melanie Thielker | 2008-07-23 | 1 | -2/+2 |
* | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 2008-07-23 | 2 | -64/+64 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 7 | -54/+54 |
* | Fix issue 1760. If the inventory item is not found, llSay() and throw an exce... | Mike Mazur | 2008-07-23 | 2 | -7/+13 |
* | Enable LSL <-> C# source location mapping when reporing compiler errors to th... | Mike Mazur | 2008-07-23 | 2 | -3/+44 |
* | First version of position mapping between LSL <-> C# implemented. | Mike Mazur | 2008-07-23 | 3 | -231/+500 |
* | Mantis#1801. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2008-07-21 | 2 | -2/+2 |
* | some optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ... | Dahlia Trimble | 2008-07-21 | 2 | -73/+98 |
* | does some verification of the quaternion returned by llAxes2Rot and modifies ... | Dahlia Trimble | 2008-07-21 | 2 | -52/+69 |
* | Make the max sizes of physical and nonphysical prims configurable in OpenSim.ini | Melanie Thielker | 2008-07-20 | 2 | -28/+28 |
* | Mantis#1785. Thank you kindly, Junta_Kohime for a patch that" | Charles Krinke | 2008-07-19 | 2 | -5/+62 |
* | Fix prim link numbers (Mantis #1781) | Melanie Thielker | 2008-07-19 | 3 | -27/+21 |
* | Mantis#1778. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2008-07-18 | 2 | -4/+61 |
* | * Fix http://opensimulator.org/mantis/view.php?id=1761 | Justin Clarke Casey | 2008-07-18 | 2 | -2/+2 |
* | Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770. | Mike Mazur | 2008-07-18 | 2 | -0/+10 |
* | Treat LSL_Types as special cases in llList2Integer and llList2Float. This cou... | Mike Mazur | 2008-07-18 | 2 | -0/+36 |
* | Mantis#1768. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2008-07-18 | 2 | -2/+30 |
* | Mantis#1598. Thank you kindly, Matth for a patch that addresses: | Charles Krinke | 2008-07-17 | 2 | -55/+105 |
* | Mantis#1755. Thank you kindly, Matth for a patch that solves: | Charles Krinke | 2008-07-16 | 2 | -32/+107 |
* | squashing warnings critters | Dr Scofield | 2008-07-16 | 4 | -2/+20 |
* | Mantis#1746. Thank you kindly, nlin for pointing out that | Charles Krinke | 2008-07-16 | 1 | -2/+2 |
* | Fix issue 1582. The maximum allowable length for a string passed to SimChat i... | Mike Mazur | 2008-07-16 | 1 | -1/+1 |
* | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-16 | 14 | -2290/+5107 |
* | I had to revert the Mantis#1746 patch as although the local build | Charles Krinke | 2008-07-15 | 2 | -64/+2 |