| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2009-02-17 | 1 | -2/+2 |
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 1 | -2/+2 |
* | Thank you, DoranZemlja, for a patch that implements local inter-object email | Melanie Thielker | 2009-02-14 | 1 | -1/+8 |
* | Correct llGetNumberOfPrims to include sitting avatars in the count. | idb | 2009-02-13 | 1 | -2/+18 |
* | Fix some compiler warnings. Minor formatting cleanup. | Jeff Ames | 2009-02-13 | 1 | -4/+4 |
* | Thank you kindly, FrankNichols for a patch that: | Charles Krinke | 2009-02-11 | 1 | -1/+1 |
* | From Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 2009-02-10 | 1 | -1/+5 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 1 | -5/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-02-09 | 1 | -2/+2 |
* | This patch implements llLookAt to the extent that an object will correctly | Dr Scofield | 2009-02-09 | 1 | -1/+23 |
* | the parameters for llAtan2 were inverted before passing to Math. | Sean Dague | 2009-02-07 | 1 | -1/+1 |
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 1 | -6/+0 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -5/+4 |
* | * Fission SceneObjectTests into basic and linking sets | Justin Clarke Casey | 2009-02-03 | 1 | -1/+5 |
* | * Lock the parts for the old group while we're clearing it as well - not much... | Justin Clarke Casey | 2009-02-03 | 1 | -0/+5 |
* | Correct the method signature on llMakeFountain. | idb | 2009-02-01 | 1 | -1/+1 |
* | Flesh out llGetAgentLanguage to return "en-us" until | Charles Krinke | 2009-01-31 | 1 | -2/+4 |
* | Complete the implementation of llSHA1String. | idb | 2009-01-29 | 1 | -1/+2 |
* | Add in a stub for llSHA1String. I believe it is the only one new | Charles Krinke | 2009-01-28 | 1 | -0/+5 |
* | Fix for llGetRot when the script is in a child prim. Also fixed llGetPrimitiv... | idb | 2009-01-23 | 1 | -5/+5 |
* | Moved applying an impulse to a newly rezzed object to minimise the delay gett... | idb | 2009-01-18 | 1 | -1/+0 |
* | Minor formatting cleanup, add copyright header. | Jeff Ames | 2009-01-16 | 1 | -3/+3 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-13 | 1 | -1/+2 |
* | * refactor: move url sending from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -3/+6 |
* | * refactor: move code to send a dialog to a user from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 1 | -1/+10 |
* | * Adding some recognizable and search-able test to some WriteLine(e.ToString(... | Teravus Ovares | 2009-01-02 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-30 | 1 | -1/+1 |
* | * Add a method to allow friendship offers to a logged in client from an offli... | Justin Clarke Casey | 2008-12-23 | 1 | -1/+0 |
* | Fix the error i got sidetracked from :/ | Melanie Thielker | 2008-12-22 | 1 | -1/+1 |
* | Fix "from" link number in single prims to 0. Previously, this was 1, | Melanie Thielker | 2008-12-22 | 1 | -1/+5 |
* | Thanks to M. Igarashi and nlin for a patch that improves conformance of the f... | Dahlia Trimble | 2008-12-22 | 1 | -36/+49 |
* | An initial implementation of llMinEventDelay in XEngine. | idb | 2008-12-21 | 1 | -1/+9 |
* | Mantis#2796. Thank you kindly, Gerhard for a patch that addresses: | Charles Krinke | 2008-12-20 | 1 | -1/+1 |
* | Make scripted item and folder gives pop up a "accept, decline" message | Melanie Thielker | 2008-12-14 | 1 | -6/+54 |
* | Remove use of time dilation in llGetTimeOfDay, llGetTime and llGetAndResetTime. | idb | 2008-12-14 | 1 | -3/+3 |
* | * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ... | Teravus Ovares | 2008-12-14 | 1 | -5/+7 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-11 | 1 | -17/+17 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2008-12-09 | 1 | -4/+15 |
* | * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect. | Teravus Ovares | 2008-12-09 | 1 | -1/+7 |
* | Remove null checks on structs | idb | 2008-12-09 | 1 | -6/+6 |
* | Implementation of the llDetectedTouch* functions | idb | 2008-12-05 | 1 | -12/+42 |
* | Minor formatting cleanup. | Jeff Ames | 2008-12-03 | 1 | -3/+3 |
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-12-03 | 1 | -1/+4 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2741 | Justin Clarke Casey | 2008-12-02 | 1 | -1/+1 |
* | Remove duplicated avatar height calculation in lsl functions. | idb | 2008-12-01 | 1 | -19/+3 |
* | Add the lifetime management back into the LSL_Api, since that will also | Melanie Thielker | 2008-11-29 | 1 | -2/+10 |
* | ScriptSponsor and LSL_Api are now MarshalByRefObject | Tedd Hansen | 2008-11-26 | 1 | -1/+1 |
* | Attempt to give script objects a proper lease time (DNE and xengine). Relies ... | Tedd Hansen | 2008-11-26 | 1 | -11/+3 |
* | * Removed more locks on Entities | Adam Frisby | 2008-11-24 | 1 | -4/+1 |
* | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 2008-11-21 | 1 | -3/+3 |