| Commit message (Expand) | Author | Files | Lines |
2011-08-15 | Add "shutdown" message to RegionReady | BlueWall | 1 | -0/+5 |
2011-07-13 | refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-07-09 | Rename SetSculptData() to SetSculptProperties(), since this is what it does (... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-06-24 | RegionReady Module: | BlueWall | 1 | -0/+2 |
2011-05-28 | Adding an event to signal that logins are enabled | BlueWall | 1 | -11/+76 |
2011-05-28 | Add option to disable logins | BlueWall | 1 | -1/+24 |
2011-04-02 | Comment out some startup logging lines to make up for the one I added earlier... | Justin Clark-Casey (justincc) | 1 | -9/+1 |
2011-03-25 | Start using IPrimCounts populated by PrimCountModule instead of LandData coun... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2010-10-28 | Formatting cleanup. | Jeff Ames | 2 | -2/+1 |
2010-10-27 | Formatting cleanup. | Jeff Ames | 1 | -7/+4 |
2010-10-21 | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 1 | -9/+6 |
2010-09-16 | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 1 | -5/+1 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2010-09-10 | First pass at cleaning up thread safety in EntityManager and SceneGraph | John Hurliman | 2 | -4/+6 |
2010-09-06 | Make console backup command do a forced backup rather than non-forced | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-28 | Improve liveness by operating on list copies of SOG.Children where appropriate | Justin Clark-Casey (justincc) | 1 | -10/+12 |
2010-08-26 | Improve consistency of locking for SOG.m_parts in order to avoid race conditi... | Justin Clark-Casey (justincc) | 1 | -7/+12 |
2010-05-30 | Fix a nullref in EventManager caused by RegionReady not setting the scene | Melanie Thielker | 1 | -0/+1 |
2010-05-21 | Apply http://opensimulator.org/mantis/view.php?id=4632 | Justin Clark-Casey (justincc) | 2 | -2/+60 |
2010-05-21 | Apply http://opensimulator.org/mantis/view.php?id=4627 | Justin Clark-Casey (justincc) | 2 | -0/+20 |
2010-04-28 | Minor spelling corrections in MiniModule: "RetreiveAsset" changed to | unknown | 2 | -5/+5 |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 1 | -1/+1 |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 1 | -1/+1 |
2010-02-19 | Apply http://opensimulator.org/mantis/view.php?id=4495 | Justin Clark-Casey (justincc) | 2 | -0/+8 |
2010-02-14 | Revolution is on the roll again! :) | Revolution | 2 | -3/+3 |
2010-01-30 | apply http://opensimulator.org/mantis/view.php?id=4486 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 5 | -84/+45 |
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 5 | -45/+84 |
2010-01-10 | Some typos fixed related to master avie removal | Diva Canto | 1 | -2/+2 |
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -3/+3 |
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 3 | -9/+9 |
2009-12-23 | Thank you kindly, Ziah for a patch that adds the channel to the class ChatEve... | Charles Krinke | 4 | -2/+16 |
2009-12-21 | Patch from Ziah. | Melanie | 1 | -8/+32 |
2009-11-26 | minor: reduce region ready logging verbosity | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2009-11-10 | Add IScriptModuleComms interface and region module to handle dispatch of | Melanie | 1 | -0/+105 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 1 | -4/+1 |
2009-10-26 | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 1 | -21/+21 |
2009-10-15 | * Removed some of the redundant broadcast functions in Scene and SceneGraph s... | John Hurliman | 1 | -2/+2 |
2009-10-02 | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2 | -6/+6 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-01 | cleanup. | dr scofield (aka dirk husemann) | 1 | -1/+0 |
2009-08-31 | cleaning up RegionReadyModule: | dr scofield (aka dirk husemann) | 1 | -24/+44 |
2009-08-18 | Added additional configuration options for MRM Security. See OpenSim.ini.exam... | Adam Frisby | 1 | -8/+22 |
2009-08-18 | * Implementing a bunch of Unimplemented MRM stubs. | Adam Frisby | 2 | -10/+27 |
2009-08-17 | Add copyright header. Formatting cleanup. | Jeff Ames | 2 | -2/+29 |
2009-08-17 | * Implements AppDomain Security for MRM Scripts. | Adam Frisby | 1 | -2/+101 |
2009-08-16 | * Implements ISecurityCredential member on SPAvatar, SPAvatarAttachment | Adam Frisby | 4 | -8/+15 |
2009-08-16 | * Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of IAva... | Adam Frisby | 2 | -13/+15 |
2009-08-16 | * Implements ISecurityCredential on all uses of SOPObject.cs except Avatar At... | Adam Frisby | 2 | -2/+2 |
2009-08-16 | * [MRM] Added permission checks to MRM Events (ie, requires edit permission t... | Adam Frisby | 1 | -6/+9 |