| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 11 | -130/+140 |
| | |\ \
| | | |/ |
|
| | | * | Formatting cleanup. | Jeff Ames | 2010-02-22 | 1 | -1/+1 |
| | | * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-02-16 | 15 | -208/+716 |
| | | |\ |
|
| | | | * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 9 | -102/+102 |
| | | | * | Fixes a bug in the previous patch. | Revolution | 2010-02-15 | 1 | -18/+13 |
| | | * | | minor: Make SOG.DelinkFromGroup() return the newly delinked scene object inst... | Justin Clark-Casey (justincc) | 2010-02-16 | 2 | -11/+26 |
| * | | | | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 4 | -16/+15 |
| |/ / / |
|
| * | | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 10 | -97/+618 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Plug a small hole | Melanie | 2010-02-14 | 1 | -0/+3 |
| | * | | Revolution is on the roll again! :) | Revolution | 2010-02-14 | 9 | -106/+616 |
| | |/ |
|
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 5 | -28/+129 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 12 | -493/+1780 |
| |\ \ \ |
|
| * | | | | Finally cutting the gordian knot. Friends needs to be both a module and a | Melanie | 2010-02-04 | 1 | -9/+0 |
| * | | | | Some interface and data structure changes, add the missing method in friends | Melanie | 2010-02-04 | 1 | -0/+9 |
| * | | | | Added missing file. | Diva Canto | 2010-01-31 | 1 | -0/+20 |
| * | | | | * HGScene is no more. | Diva Canto | 2010-01-30 | 6 | -1019/+40 |
| * | | | | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 2010-01-28 | 2 | -1/+37 |
| * | | | | Change a member of the friendslist module to better reflect the client side | Melanie | 2010-01-19 | 1 | -1/+1 |
| * | | | | * Fixed misspelling of field in GridService | Diva Canto | 2010-01-18 | 2 | -15/+9 |
| * | | | | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ... | Diva Canto | 2010-01-16 | 1 | -11/+13 |
| * | | | | 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 |