| Commit message (Expand) | Author | Files | Lines |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -4/+4 |
2010-03-04 | move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules... | Justin Clark-Casey (justincc) | 1 | -15/+15 |
2010-02-28 | Initial Online friends notification seems to be working reliably now. All thi... | Diva Canto | 1 | -1/+26 |
2010-02-15 | Formatting cleanup. | Jeff Ames | 1 | -86/+86 |
2010-02-08 | Add EventManager.OnIncomingSceneObject event which is triggered by an incomin... | Justin Clark-Casey (justincc) | 1 | -1/+28 |
2010-02-03 | minor: add a smidgen of EventManager doc | Justin Clark-Casey (justincc) | 1 | -3/+5 |
2010-02-03 | For each delegate added to events in the EventManager, catch and log but do n... | Justin Clark-Casey (justincc) | 1 | -314/+1128 |
2010-02-03 | add an IsRoot property to sop | Justin Clark-Casey (justincc) | 1 | -1/+15 |
2010-02-02 | minor: add some documentation to EventManager.OnObjectGrab | Justin Clark-Casey (justincc) | 1 | -15/+8 |
2010-02-01 | Actually make EventManager.OnAttach() fire when an object is attached. Previ... | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2010-01-29 | Apply http://opensimulator.org/mantis/view.php?id=3334 | Justin Clark-Casey (justincc) | 1 | -0/+11 |
2010-01-11 | Whitespace cleanup | Melanie | 1 | -28/+28 |
2010-01-11 | Adds llRotTarget and the events at_rot_target and not_at_rot_target. | Revolution | 1 | -2/+30 |
2010-01-10 | Adds land collision events. | Revolution | 1 | -0/+28 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-09-27 | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 1 | -0/+13 |
2009-08-16 | Misc cleanup. | Jeff Ames | 1 | -1/+1 |
2009-08-13 | Formatting cleanup. Fix some compiler warnings. | Jeff Ames | 1 | -1/+1 |
2009-08-07 | Another stab at cmickeyb's patch for script GC. | Melanie | 1 | -5/+6 |
2009-08-07 | Revert the XEngine memleak patch, it causes premature GC. | Melanie | 1 | -6/+5 |
2009-08-06 | |From: James J Greensky <jame.j.greensky@intel.com> | Melanie | 1 | -5/+6 |
2009-08-04 | This change adds support for the attach event in scripts. | Alan Webb | 1 | -0/+16 |
2009-06-19 | When a shared module hooks OnClientClosed, it has no way of finding | Melanie Thielker | 1 | -3/+3 |
2009-06-19 | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -3/+3 |
2009-06-18 | * Corrected CAPS namespaces | Arthur Valadares | 1 | -1/+1 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-04-15 | * Make it possible to add a request id to load and save oar requests | Justin Clarke Casey | 1 | -6/+8 |
2009-04-10 | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 1 | -0/+32 |
2009-03-13 | Thank you, mcortez, for a patch that fixes a number of long standing | Melanie Thielker | 1 | -13/+20 |
2009-03-12 | * Don't fail the client login if there are no OnClientConnect listeners | Justin Clarke Casey | 1 | -1/+2 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -3/+2 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -3/+4 |
2009-02-04 | Added a ForceSceneObjectBackup method to Scene, which as it says forces a dat... | MW | 1 | -2/+2 |
2009-02-02 | * Establish OnOarFileSaved EventManager event and subscribe to that instead o... | Justin Clarke Casey | 1 | -0/+16 |
2009-01-28 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -0/+31 |
2008-12-12 | * refactor: pull out common user profile test code into utility functions | Justin Clarke Casey | 1 | -0/+4 |
2008-12-05 | Implementation of the llDetectedTouch* functions | idb | 1 | -3/+3 |
2008-11-22 | Add root agent tracking to presence module | Melanie Thielker | 1 | -3/+3 |
2008-11-22 | Next step in the presence module - some core plumbing included at | Melanie Thielker | 1 | -0/+13 |
2008-11-16 | Introduces the message transfer module. It splits the transfer mechanics off | Melanie Thielker | 1 | -10/+19 |
2008-11-09 | Script region crossing. This has not user functionality, but lays all the | Melanie Thielker | 1 | -3/+3 |
2008-11-08 | * Implemented OnClientConnect in Scene EventManager | Adam Frisby | 1 | -0/+16 |
2008-11-01 | Make the IM and friends modules optional. Clean up some code that dealt | Melanie Thielker | 1 | -22/+6 |
2008-10-03 | This changeset changes the way chat from client is routed: | Dr Scofield | 1 | -3/+19 |
2008-09-25 | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 1 | -0/+11 |
2008-09-21 | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 1 | -3/+4 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -44/+44 |
2008-08-27 | Thank you, salahazar, for a patch that corrects the behavior of | Melanie Thielker | 1 | -6/+6 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -23/+9 |
2008-07-25 | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 1 | -4/+4 |