| Commit message (Expand) | Author | Age | Files | Lines |
* | Guard against unauthorized agent deletes. | Diva Canto | 2013-07-13 | 1 | -4/+4 |
* | Fix regression where multiple close agents could be sent to the wrong neighbo... | Justin Clark-Casey (justincc) | 2013-06-07 | 1 | -1/+6 |
* | On closing child agents, send separate asynchronous requests to each neighbou... | Justin Clark-Casey (justincc) | 2013-05-16 | 1 | -3/+1 |
* | Missing parameter in log error message was throwing exception | Dan Lake | 2012-07-18 | 1 | -1/+1 |
* | Don't cache regions data on the other unused LocalGridServiceConnector that t... | Justin Clark-Casey (justincc) | 2012-07-13 | 1 | -5/+17 |
* | Fix bug with "kick user" reducing agent counts by 2 instead of 1. | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -6/+5 |
* | Addresses mantis #5846 | Diva Canto | 2012-04-08 | 1 | -1/+3 |
* | Take watchdog alarm calling back outside the m_threads lock. | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -2/+2 |
* | More improvements on agent position updates: if the target sims fail, blackli... | Diva Canto | 2012-02-20 | 1 | -5/+2 |
* | A few more tweaks on position updates and create child agents. Mono hates con... | Diva Canto | 2012-02-19 | 1 | -6/+13 |
* | Changed the async approach on close child agents. This may improve crossings ... | Diva Canto | 2011-12-16 | 1 | -6/+3 |
* | Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff... | Justin Clark-Casey (justincc) | 2011-11-19 | 1 | -2/+6 |
* | Removed unused and mostly commented out SceneCommunicationService methods | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -80/+1 |
* | Remove unused RegionCommsListener/IRegionCommsListener. | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -3/+0 |
* | remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n... | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -5/+0 |
* | Convert SendKillObject to take a list of uint rather than sending one | Melanie | 2011-11-06 | 1 | -4/+0 |
* | Refactored "known child region" in ScenePresence. There were 4 different | Dan Lake | 2011-10-06 | 1 | -1/+1 |
* | Change UpdateAgent (for changes in agent position) to be sent | Mic Bowman | 2011-02-03 | 1 | -21/+22 |
* | A bit more frugal on the caller side of closing agents, now that the receivin... | Diva Canto | 2011-01-07 | 1 | -16/+20 |
* | Fix child agent scoping | Melanie | 2011-01-03 | 1 | -4/+4 |
* | Remove mono compiler warnings | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -3/+3 |
* | Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ... | Diva Canto | 2010-06-13 | 1 | -14/+7 |
* | minor: remove some compiler warnings | Justin Clark-Casey (justincc) | 2010-03-03 | 1 | -7/+7 |
* | * Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE... | John Hurliman | 2010-02-23 | 1 | -1/+1 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -6/+1 |
|\ |
|
| * | Remove "login disable", "login enable" and "login status" commands. | Melanie | 2010-01-10 | 1 | -7/+0 |
* | | * General cleanup of Teleports, Crossings and Child agents. They are now in t... | Diva Canto | 2010-01-15 | 1 | -1149/+0 |
* | | Bug in Teleport fixed -- Appearance was missing from AgentCircuitData. | Diva Canto | 2010-01-13 | 1 | -0/+1 |
* | | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -16/+13 |
* | | More appearance woes fixed, this time for child agents. Tested on a grid with... | Diva Canto | 2010-01-12 | 1 | -0/+4 |
* | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 1 | -2/+2 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+0 |
* | | CommunicationsManager deleted. | Diva Canto | 2010-01-11 | 1 | -3/+1 |
* | | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2010-01-10 | 1 | -6/+1 |
* | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 1 | -13/+0 |
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -3/+4 |
* | | A few more inches... Old friends things removed. Less references to UserProfi... | Diva Canto | 2010-01-08 | 1 | -19/+0 |
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 1 | -5/+0 |
* | | * Finished SimulationServiceConnector | Diva Canto | 2010-01-07 | 1 | -14/+20 |
|/ |
|
* | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 1 | -2/+2 |
* | Getting rid of SimpleRegionInfo and SerializableRegionInfo per Mel | Kunnis | 2009-12-12 | 1 | -33/+4 |
* | Remove the old remoting-type interregion code for prim/script crossing | Melanie | 2009-11-26 | 1 | -72/+0 |
* | refactor: move most animation methods from ScenePresence into a new ScenePres... | Justin Clark-Casey (justincc) | 2009-11-17 | 1 | -1/+1 |
* | Neighbours cache working. | Diva Canto | 2009-09-27 | 1 | -3/+1 |
* | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 2009-09-27 | 1 | -50/+37 |
* | Fixed MapBlocks bug, wrong order of arguments. First version that seems compl... | Diva Canto | 2009-09-26 | 1 | -7/+1 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-26 | 1 | -1/+1 |
|\ |
|
| * | * Fixes teleporting within megaregions on HG enabled regions. You can tele... | Teravus Ovares (Dan Olivares) | 2009-09-25 | 1 | -1/+1 |
* | | First pass at the heart surgery for grid services. Compiles and runs minimall... | Diva Canto | 2009-09-26 | 1 | -167/+108 |
|/ |
|
* | Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the... | Diva Canto | 2009-09-25 | 1 | -0/+7 |