| Commit message (Expand) | Author | Age | Files | Lines |
* | From: alan_webb@us.ibm.com | Sean Dague | 2008-09-09 | 1 | -0/+2 |
* | 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 | 2 | -3/+3 |
* | 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 | 7 | -0/+2953 |
* | 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 | 3 | -9/+23 |
* | Implement llEjectFromLand. | Charles Krinke | 2008-09-08 | 1 | -1/+12 |
* | Add implementation for llSetSoundRadius(). | Charles Krinke | 2008-09-08 | 1 | -1/+1 |
* | * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ... | Adam Frisby | 2008-09-07 | 1 | -6/+36 |
* | Xengine patch to force a persistence save on script creation. This prevents | Melanie Thielker | 2008-09-07 | 2 | -6/+28 |
* | Mantis #2138 | Melanie Thielker | 2008-09-07 | 1 | -2/+2 |
* | Return 0 for no wind and 0 for no clouds from | Charles Krinke | 2008-09-07 | 1 | -2/+0 |
* | 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 | 12 | -382/+380 |
* | 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 | 1 | -1/+1 |
* | 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 | 2 | -4/+11 |
* | 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 |
* | Another attempt at fixing XEngine llSetPrimitiveParams: Make it accept | Melanie Thielker | 2008-09-01 | 2 | -26/+26 |
* | Maintis #2078 | Melanie Thielker | 2008-08-29 | 1 | -3/+10 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 1 | -17/+17 |
* | Thannk you, Ralphos, for a patch the corrects an improper cast in | Melanie Thielker | 2008-08-28 | 1 | -2/+2 |
* | Thank you, salahzar, for a patch that adds some more functions | Melanie Thielker | 2008-08-28 | 1 | -5/+51 |
* | Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem, | Melanie Thielker | 2008-08-28 | 1 | -3/+3 |
* | Thank you, salahazar, for a patch that corrects the behavior of | Melanie Thielker | 2008-08-27 | 1 | -2/+5 |
* | Refactor XScriptInstance to IScriptInstance and move into Shared/. Now | Melanie Thielker | 2008-08-27 | 2 | -0/+1121 |
* | Refactor Executor into the script app domain and IScript. This changes | Melanie Thielker | 2008-08-27 | 3 | -0/+255 |
* | Erm - make the distanc factor really work.... | Melanie Thielker | 2008-08-27 | 1 | -1/+1 |