| Commit message (Expand) | Author | Age | Files | Lines |
* | *Almost* have a complete implementation of llDetectedGroup. | Charles Krinke | 2008-09-10 | 1 | -2/+8 |
* | Implementation for llDetectedLinkNumber in DotNetEngine. | Charles Krinke | 2008-09-10 | 1 | -2/+4 |
* | From: alan_webb@us.ibm.com | Sean Dague | 2008-09-09 | 2 | -0/+5 |
* | From: alan_webb@us.ibm.com | Sean Dague | 2008-09-09 | 1 | -1/+1 |
* | Fix llResetScript() and the reset button to actually restore global | Melanie Thielker | 2008-09-09 | 2 | -7/+32 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 4 | -16/+16 |
* | Fix state xxx within state xxx itself triggering a state "change" to | Melanie Thielker | 2008-09-09 | 1 | -0/+3 |
* | Fix string -> int cast to variable | Melanie Thielker | 2008-09-09 | 1 | -3/+8 |
* | Fix delimiter access from list for llParseStringKeepNulls | Melanie Thielker | 2008-09-09 | 1 | -4/+4 |
* | Remove casting nastiness in LSL_Api | Melanie Thielker | 2008-09-08 | 1 | -76/+76 |
* | Correct state handling and state event masks. Prims will now show | Melanie Thielker | 2008-09-08 | 2 | -30/+37 |
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 12 | -0/+3975 |
* | Adapt the unit tests to the new list rules, change some casts to | Melanie Thielker | 2008-09-08 | 2 | -7/+13 |
* | Mantis #2147 | Melanie Thielker | 2008-09-08 | 2 | -26/+27 |
* | Mantis #2144 | Melanie Thielker | 2008-09-08 | 1 | -3/+3 |
* | Mantis #2145 | Melanie Thielker | 2008-09-08 | 1 | -24/+24 |
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 5 | -9/+32 |
* | Implement llEjectFromLand. | Charles Krinke | 2008-09-08 | 2 | -2/+24 |
* | I inadvertently edited out llGroundSlope, llGroundNormal | Charles Krinke | 2008-09-08 | 1 | -6/+36 |
* | Add implementation for llSetSoundRadius(). | Charles Krinke | 2008-09-08 | 2 | -38/+9 |
* | Add Adam's llGroundSlope, llGroundNormal and | Charles Krinke | 2008-09-08 | 1 | -7/+36 |
* | * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ... | Adam Frisby | 2008-09-07 | 1 | -6/+36 |
* | Revert the removal of the commented out | Charles Krinke | 2008-09-07 | 1 | -1/+56 |
* | Xengine patch to force a persistence save on script creation. This prevents | Melanie Thielker | 2008-09-07 | 3 | -9/+52 |
* | Mantis #2138 | Melanie Thielker | 2008-09-07 | 2 | -4/+4 |
* | Return 0 for no wind and 0 for no clouds from | Charles Krinke | 2008-09-07 | 2 | -4/+0 |
* | Clean up some of the nonsensical use of ScriptSleep | Charles Krinke | 2008-09-07 | 1 | -56/+1 |
* | Remove a few of the commented out "NotImplemented" | Charles Krinke | 2008-09-07 | 1 | -13/+0 |
* | Brushing rust of ye old commit | Tedd Hansen | 2008-09-06 | 3 | -6/+3 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 1 | -2/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 34 | -929/+949 |
* | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: | Charles Krinke | 2008-09-05 | 1 | -48/+48 |
* | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 2008-09-05 | 2 | -8/+70 |
* | Thank you kindly, KrTaylor for a patch that adds: | Charles Krinke | 2008-09-05 | 1 | -3/+8 |
* | Mantis #2112 | Melanie Thielker | 2008-09-03 | 2 | -8/+13 |
* | Mantis #2097 | Melanie Thielker | 2008-09-03 | 1 | -3/+3 |
* | clean up and fixing a typo. | Dr Scofield | 2008-09-03 | 1 | -1/+2 |
* | Mantis #2109 | Melanie Thielker | 2008-09-03 | 1 | -0/+2 |
* | a piece of LSL_API changes got checked in incorectly with 6091. This | Sean Dague | 2008-09-02 | 1 | -1/+1 |
* | Committing the missing resource file for MSSQL. Sorry... | Melanie Thielker | 2008-09-02 | 1 | -1/+1 |
* | Small fix to a cast in list parsing | Melanie Thielker | 2008-09-02 | 1 | -1/+1 |
* | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 2008-09-02 | 2 | -49/+46 |
* | Fix regex for string->int cast to accept leading spaces and a sign | Melanie Thielker | 2008-09-02 | 1 | -1/+1 |
* | First batch of the unit test changes for the new constants semantics | Melanie Thielker | 2008-09-02 | 1 | -1/+1 |
* | Correct the representation of the automatic null string | Melanie Thielker | 2008-09-02 | 1 | -1/+1 |
* | Remove the ((bool)()) cast, since it can make c# barf | Melanie Thielker | 2008-09-02 | 1 | -2/+2 |
* | Change some chat output functions so that text is truncated at | Melanie Thielker | 2008-09-02 | 3 | -6/+13 |
* | Add an explicit cast to bool for the if expression so that any base types | Melanie Thielker | 2008-09-02 | 1 | -2/+2 |
* | Thank you, Ewe Loon, for a patch that fixes various aspects of | Melanie Thielker | 2008-09-01 | 1 | -48/+48 |
* | This is an attempt to fix the handling of constants in LSL. | Melanie Thielker | 2008-09-01 | 3 | -31/+34 |