| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Thank you kindly, Melanie for a patch to solve | Charles Krinke | 2008-05-02 | 3 | -37/+56 |
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-05-02 | 3 | -2/+30 |
* | revert changeset 4469 as this breaks the script engine. | Sean Dague | 2008-05-01 | 1 | -7/+1 |
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-05-01 | 1 | -0/+3 |
* | * Applied Mantis#1106 - fix missing cast from LSLInteger to uint, make int ca... | Adam Frisby | 2008-05-01 | 1 | -1/+7 |
* | * Thanks to Mic Bowman for inspiring me to look at that we are still using AS... | Adam Frisby | 2008-05-01 | 2 | -3/+3 |
* | * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc... | Teravus Ovares | 2008-05-01 | 4 | -5/+161 |
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
* | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 2008-05-01 | 1 | -88/+88 |
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 3 | -5/+6 |
* | * Applying Mantis#1097 - Thanks Xantor! | Adam Frisby | 2008-05-01 | 1 | -3/+6 |
* | * Sometimes you know, you do something really stupid. | Adam Frisby | 2008-04-30 | 5 | -6/+6 |
* | * Patch by Melanie. Implements proper objectflags on child objects. Thanks ... | Teravus Ovares | 2008-04-30 | 2 | -6/+6 |
* | Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e... | Teravus Ovares | 2008-04-30 | 8 | -98/+185 |
* | * Applying Xantor's patch 0001089 - Added llRot2Angle, llRot2Axis,llAxisAngle... | Teravus Ovares | 2008-04-29 | 3 | -9/+174 |
* | * Applying melanie's List2Vector and List2Rot patch. Added a routine in the... | Teravus Ovares | 2008-04-29 | 2 | -2/+8 |
* | wrap a common exception that we get on shutdown of the script engine to keep | Sean Dague | 2008-04-28 | 1 | -4/+9 |
* | * Patch from XenReborn to make remove-region work properly without needing to... | Teravus Ovares | 2008-04-27 | 1 | -0/+10 |
* | Thank you Melanie for implementing | Charles Krinke | 2008-04-26 | 2 | -36/+65 |
* | * Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementati... | Adam Frisby | 2008-04-26 | 3 | -29/+191 |
* | * Applying mantis#1048 - Patch for osSetRegionWaterHeight() | Adam Frisby | 2008-04-25 | 5 | -3/+20 |
* | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 2008-04-25 | 3 | -9/+12 |
* | * Patch from Melanie. Mantis: 1040. Thanks Melanie! | Teravus Ovares | 2008-04-24 | 2 | -8/+65 |
* | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 2008-04-24 | 2 | -197/+197 |
* | * From: Alan M Webb <awebb.vnet.ibm.com> | Justin Clarke Casey | 2008-04-24 | 1 | -1/+1 |
* | * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... | Teravus Ovares | 2008-04-23 | 3 | -8/+71 |
* | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 2008-04-23 | 1 | -4/+12 |
* | * Patch #1026 - llDialog support -- Thanks Melanie! | Adam Frisby | 2008-04-23 | 1 | -9/+54 |
* | * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie! | Adam Frisby | 2008-04-23 | 1 | -16/+213 |
* | * Applying Mantis #1020 (Animations) - Thanks Melanie. | Adam Frisby | 2008-04-23 | 1 | -1/+1 |
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-04-23 | 1 | -2/+12 |
* | * Implements llScriptDanger | Teravus Ovares | 2008-04-22 | 3 | -5/+14 |
* | * Implemented NoScript areas (without loosing script state). | Teravus Ovares | 2008-04-22 | 1 | -9/+13 |
* | * Patch from Mic Bowman(cmickeyb) that implements llUnsit. Thanks Mic! | Teravus Ovares | 2008-04-22 | 1 | -1/+38 |
* | * Committing fix for previous build breakage. Sorry! | Adam Frisby | 2008-04-21 | 1 | -2/+2 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 29 | -247/+168 |
* | Removed some script engine noise from console | Tedd Hansen | 2008-04-20 | 2 | -2/+2 |
* | Moved script engine os* commands to OSSL_BuilIn_Commands.cs and OSSL_BuilIn_C... | Tedd Hansen | 2008-04-20 | 4 | -324/+340 |
* | * Updates LSL2CS converter | Teravus Ovares | 2008-04-20 | 3 | -0/+10 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-04-18 | 1 | -42/+219 |
* | Mantis #851, 100% CPU on unhandlet HTTP event. Thanks cmickeyb. | Tedd Hansen | 2008-04-18 | 1 | -9/+21 |
* | Thank you, Melanie, very kindly for a patch that : | Charles Krinke | 2008-04-18 | 1 | -2/+15 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-04-17 | 1 | -5/+98 |
* | * From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-04-16 | 1 | -2/+47 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-04-16 | 1 | -13/+60 |
* | * From Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-04-16 | 1 | -4/+23 |
* | Fixed LSL State support. | Teravus Ovares | 2008-04-15 | 2 | -2/+14 |
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Sean Dague | 2008-04-11 | 1 | -11/+16 |
* | Thank you Justin for a patch that solves the issue of: When a sensor detects ... | Charles Krinke | 2008-04-10 | 1 | -4/+14 |
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 2 | -2/+2 |