| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Finished moving object crossings into EntityTransferModule | Diva Canto | 2010-01-16 | 2 | -298/+0 |
| * | | | | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 2010-01-16 | 3 | -174/+185 |
| * | | | | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... | Diva Canto | 2010-01-15 | 6 | -36/+422 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 6 | -36/+422 |
| | |\ \ \ \ |
|
| * | | | | | | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects... | Diva Canto | 2010-01-15 | 3 | -5/+5 |
| |/ / / / / |
|
| * | | | | | * General cleanup of Teleports, Crossings and Child agents. They are now in t... | Diva Canto | 2010-01-15 | 6 | -1599/+50 |
| * | | | | | Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_... | Diva Canto | 2010-01-13 | 2 | -2/+2 |
| * | | | | | Omit AuthorizationService from the default configurations, because the servic... | Diva Canto | 2010-01-13 | 1 | -5/+5 |
| * | | | | | * Removed debug messages. | Diva Canto | 2010-01-13 | 1 | -2/+0 |
| * | | | | | Bug in Teleport fixed -- Appearance was missing from AgentCircuitData. | Diva Canto | 2010-01-13 | 2 | -0/+3 |
| * | | | | | Several more buglets removed. | Diva Canto | 2010-01-13 | 3 | -18/+18 |
| * | | | | | More appearance woes fixed, this time for child agents. Tested on a grid with... | Diva Canto | 2010-01-12 | 2 | -0/+6 |
| * | | | | | Fixed more appearance woes that showed up using remote connectors. Appearance... | Diva Canto | 2010-01-12 | 2 | -5/+5 |
| * | | | | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 4 | -5/+9 |
| * | | | | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 15 | -15/+8 |
| * | | | | | CommunicationsManager deleted. | Diva Canto | 2010-01-11 | 7 | -18/+11 |
| * | | | | | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 2 | -2/+0 |
| * | | | | | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 2010-01-10 | 5 | -7/+4 |
| * | | | | | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2010-01-10 | 3 | -16/+15 |
| * | | | | | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... | Diva Canto | 2010-01-10 | 1 | -6/+0 |
| |\ \ \ \ \ |
|
| | * | | | | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 1 | -6/+0 |
| * | | | | | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 2 | -14/+0 |
| |/ / / / / |
|
| * | | | | | * Last reference to CommsManager.UserProfileCacheService removed | Diva Canto | 2010-01-10 | 1 | -1/+1 |
| * | | | | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 8 | -118/+28 |
| * | | | | | Less refs to UserProfileCacheService. Compiles but likely doesn't run. | Diva Canto | 2010-01-09 | 2 | -3/+51 |
| * | | | | | A few more inches... Old friends things removed. Less references to UserProfi... | Diva Canto | 2010-01-08 | 2 | -48/+0 |
| * | | | | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 2 | -44/+18 |
| * | | | | | * Finished SimulationServiceConnector | Diva Canto | 2010-01-07 | 6 | -58/+105 |
| * | | | | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 7 | -40/+47 |
| |\ \ \ \ \ |
|
| * | | | | | | The Library Service is now working. UserProfileCacheService.LibraryRoot is ob... | Diva Canto | 2010-01-01 | 3 | -21/+38 |
| * | | | | | | New LL login service is working! -- tested in standalone only. Things still m... | Diva Canto | 2010-01-01 | 1 | -3/+11 |
| * | | | | | | Readds llCollisionFilter and adds llPassCollision. | Revolution | 2009-12-31 | 2 | -62/+276 |
| * | | | | | | Simulation handlers (agents & objects) completed. | Diva Canto | 2009-12-31 | 2 | -0/+21 |
| * | | | | | | Merge branch 'master' into presence-refactor | Melanie | 2009-12-30 | 7 | -22/+70 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo... | Melanie | 2009-12-28 | 1 | -5/+5 |
* | | | | | | | | Allow particles and texture anims to be persisted to XML. This behaviour is e... | CasperW | 2010-02-25 | 1 | -2/+0 |
* | | | | | | | | Disable blocking teleports within the same parcel for now; it's not implement... | CasperW | 2010-02-25 | 1 | -2/+4 |
* | | | | | | | | Plug a small hole | Melanie | 2010-02-15 | 1 | -0/+3 |
* | | | | | | | | Merge branch 'master' into careminster | Melanie | 2010-02-14 | 2 | -1/+2 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2010-02-12 | 2 | -1/+2 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'master' into careminster | Melanie | 2010-02-08 | 7 | -43/+147 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | add some method doc to IDynamicTextureManager | Justin Clark-Casey (justincc) | 2010-02-08 | 1 | -2/+59 |
| * | | | | | | refactor: Reuse SceneObjectGroup.IsAttachmentCheckFull() in Scene.AddSceneObj... | Justin Clark-Casey (justincc) | 2010-02-08 | 2 | -5/+12 |
| * | | | | | | Add EventManager.OnIncomingSceneObject event which is triggered by an incomin... | Justin Clark-Casey (justincc) | 2010-02-08 | 4 | -17/+58 |
| * | | | | | | minor: log what kind of wearable cannot be found | Justin Clark-Casey (justincc) | 2010-02-05 | 1 | -3/+2 |
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | refactor: chain two ScenePresence constructors together to eliminate common c... | Justin Clark-Casey (justincc) | 2010-02-04 | 1 | -15/+11 |
| * | | | | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-02-04 | 2 | -17/+15 |
| |\ \ \ \ \ |
|
| * | | | | | | minor: one method doc | Justin Clark-Casey (justincc) | 2010-02-04 | 1 | -3/+7 |
* | | | | | | | Merge branch 'master' into careminster | Melanie | 2010-02-04 | 3 | -335/+1168 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Revert "change position of OnAttach event firing so that this also happens wh... | Melanie | 2010-02-04 | 2 | -17/+15 |
| |/ / / / / |
|