| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Implements the r6005 foes for XEngine as well | Melanie Thielker | 2008-08-27 | 1 | -1/+9 |
* | Mantis#2045. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2008-08-25 | 1 | -60/+111 |
* | Add the same delay factor in the XEngine section for the XEngine | Melanie Thielker | 2008-08-25 | 1 | -2/+18 |
* | Fix osAvatarPlayAnimation to actually do what it says on the box | Melanie Thielker | 2008-08-25 | 1 | -1/+1 |
* | Mantis #2044 | Melanie Thielker | 2008-08-25 | 1 | -9/+92 |
* | Thank you, salahzar, for a patch that adds llGetNumberOfSides and will | Melanie Thielker | 2008-08-23 | 1 | -2/+105 |
* | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 2008-08-23 | 1 | -0/+1 |
* | Fixes the previous commit of llMakeLink for Shared/ | Melanie Thielker | 2008-08-19 | 1 | -2/+2 |
* | Mantis #2001 | Melanie Thielker | 2008-08-19 | 1 | -1/+31 |
* | Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs. | Mike Mazur | 2008-08-19 | 1 | -91/+96 |
* | Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well. | Mike Mazur | 2008-08-19 | 1 | -2/+94 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 12 | -187/+185 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 1 | -42/+42 |
* | Mantis#1974. Thank you BlueWall for a patch that: | Charles Krinke | 2008-08-17 | 1 | -0/+42 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 1 | -32/+32 |
* | Mantis#1971. Thank you kindly, BlueWall for a patch that: | Charles Krinke | 2008-08-16 | 1 | -2/+40 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-16 | 1 | -75/+75 |
* | Mantis#1964. Thank you kindly, BlueWall for a patch that: | Charles Krinke | 2008-08-16 | 1 | -3/+63 |
* | Mantis#1963. Thank you kindly, Krtaylor for a patch that solves: | Charles Krinke | 2008-08-16 | 1 | -0/+10 |
* | Refactor a lot of direct calls to OGS1 to use the cached version instead. | Melanie Thielker | 2008-08-16 | 2 | -6/+7 |
* | Pantis #1957 | Melanie Thielker | 2008-08-15 | 1 | -3/+11 |
* | Mantis #1961 | Melanie Thielker | 2008-08-15 | 1 | -0/+34 |
* | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 2008-08-15 | 1 | -1/+1 |