| Commit message (Expand) | Author | Files | Lines |
2008-09-08 | Implement llEjectFromLand. | Charles Krinke | 2 | -2/+24 |
2008-09-08 | I inadvertently edited out llGroundSlope, llGroundNormal | Charles Krinke | 1 | -6/+36 |
2008-09-08 | Add implementation for llSetSoundRadius(). | Charles Krinke | 2 | -38/+9 |
2008-09-08 | Add Adam's llGroundSlope, llGroundNormal and | Charles Krinke | 1 | -7/+36 |
2008-09-07 | * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ... | Adam Frisby | 1 | -6/+36 |
2008-09-07 | Revert the removal of the commented out | Charles Krinke | 1 | -1/+56 |
2008-09-07 | Xengine patch to force a persistence save on script creation. This prevents | Melanie Thielker | 3 | -9/+52 |
2008-09-07 | Mantis #2138 | Melanie Thielker | 2 | -4/+4 |
2008-09-07 | Return 0 for no wind and 0 for no clouds from | Charles Krinke | 2 | -4/+0 |
2008-09-07 | Clean up some of the nonsensical use of ScriptSleep | Charles Krinke | 1 | -56/+1 |
2008-09-07 | Remove a few of the commented out "NotImplemented" | Charles Krinke | 1 | -13/+0 |
2008-09-06 | Brushing rust of ye old commit | Tedd Hansen | 3 | -6/+3 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -2/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 34 | -929/+949 |
2008-09-05 | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: | Charles Krinke | 1 | -48/+48 |
2008-09-05 | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 2 | -8/+70 |
2008-09-05 | Thank you kindly, KrTaylor for a patch that adds: | Charles Krinke | 1 | -3/+8 |
2008-09-03 | Mantis #2112 | Melanie Thielker | 2 | -8/+13 |
2008-09-03 | Mantis #2097 | Melanie Thielker | 1 | -3/+3 |
2008-09-03 | clean up and fixing a typo. | Dr Scofield | 1 | -1/+2 |
2008-09-03 | Mantis #2109 | Melanie Thielker | 1 | -0/+2 |
2008-09-02 | a piece of LSL_API changes got checked in incorectly with 6091. This | Sean Dague | 1 | -1/+1 |
2008-09-02 | Committing the missing resource file for MSSQL. Sorry... | Melanie Thielker | 1 | -1/+1 |
2008-09-02 | Small fix to a cast in list parsing | Melanie Thielker | 1 | -1/+1 |
2008-09-02 | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 2 | -49/+46 |
2008-09-02 | Fix regex for string->int cast to accept leading spaces and a sign | Melanie Thielker | 1 | -1/+1 |
2008-09-02 | First batch of the unit test changes for the new constants semantics | Melanie Thielker | 1 | -1/+1 |
2008-09-02 | Correct the representation of the automatic null string | Melanie Thielker | 1 | -1/+1 |
2008-09-02 | Remove the ((bool)()) cast, since it can make c# barf | Melanie Thielker | 1 | -2/+2 |
2008-09-02 | Change some chat output functions so that text is truncated at | Melanie Thielker | 3 | -6/+13 |
2008-09-02 | Add an explicit cast to bool for the if expression so that any base types | Melanie Thielker | 1 | -2/+2 |
2008-09-01 | Thank you, Ewe Loon, for a patch that fixes various aspects of | Melanie Thielker | 1 | -48/+48 |
2008-09-01 | This is an attempt to fix the handling of constants in LSL. | Melanie Thielker | 3 | -31/+34 |
2008-09-01 | Another attempt at fixing XEngine llSetPrimitiveParams: Make it accept | Melanie Thielker | 2 | -26/+26 |
2008-08-30 | * Apply cmickeyb's patch from mantis 2068 | Justin Clarke Casey | 1 | -8/+13 |
2008-08-29 | Maintis #2078 | Melanie Thielker | 1 | -3/+10 |
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 3 | -39/+38 |
2008-08-28 | Thannk you, Ralphos, for a patch the corrects an improper cast in | Melanie Thielker | 1 | -2/+2 |
2008-08-28 | Thank you, salahzar, for a patch that adds some more functions | Melanie Thielker | 1 | -5/+51 |
2008-08-28 | Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem, | Melanie Thielker | 5 | -7/+79 |
2008-08-27 | Thank you, salahazar, for a patch that corrects the behavior of | Melanie Thielker | 6 | -38/+54 |
2008-08-27 | Refactor XScriptInstance to IScriptInstance and move into Shared/. Now | Melanie Thielker | 5 | -1048/+1233 |
2008-08-27 | Refactor Executor into the script app domain and IScript. This changes | Melanie Thielker | 6 | -175/+111 |
2008-08-27 | Erm - make the distanc factor really work.... | Melanie Thielker | 2 | -2/+2 |
2008-08-27 | Implements the r6005 foes for XEngine as well | Melanie Thielker | 1 | -1/+9 |
2008-08-27 | Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation of | Melanie Thielker | 1 | -1/+7 |
2008-08-25 | Mantis#2045. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2 | -423/+530 |
2008-08-25 | Add the same delay factor in the XEngine section for the XEngine | Melanie Thielker | 1 | -2/+18 |
2008-08-25 | Add ScriptDelayFactor under LL-Functions in OpenSim.ini. Defaulted | Melanie Thielker | 1 | -6/+22 |
2008-08-25 | Fix osAvatarPlayAnimation to actually do what it says on the box | Melanie Thielker | 1 | -1/+1 |