index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
SceneCommunicationService.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-24
Take watchdog alarm calling back outside the m_threads lock.
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-02-20
More improvements on agent position updates: if the target sims fail, blackli...
Diva Canto
1
-5
/
+2
2012-02-19
A few more tweaks on position updates and create child agents. Mono hates con...
Diva Canto
1
-6
/
+13
2011-12-16
Changed the async approach on close child agents. This may improve crossings ...
Diva Canto
1
-6
/
+3
2011-11-19
Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...
Justin Clark-Casey (justincc)
1
-2
/
+6
2011-11-15
Removed unused and mostly commented out SceneCommunicationService methods
Justin Clark-Casey (justincc)
1
-80
/
+1
2011-11-15
Remove unused RegionCommsListener/IRegionCommsListener.
Justin Clark-Casey (justincc)
1
-3
/
+0
2011-11-15
remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n...
Justin Clark-Casey (justincc)
1
-5
/
+0
2011-11-06
Convert SendKillObject to take a list of uint rather than sending one
Melanie
1
-4
/
+0
2011-10-06
Refactored "known child region" in ScenePresence. There were 4 different
Dan Lake
1
-1
/
+1
2011-02-03
Change UpdateAgent (for changes in agent position) to be sent
Mic Bowman
1
-21
/
+22
2011-01-07
A bit more frugal on the caller side of closing agents, now that the receivin...
Diva Canto
1
-16
/
+20
2011-01-03
Fix child agent scoping
Melanie
1
-4
/
+4
2010-08-26
Remove mono compiler warnings
Justin Clark-Casey (justincc)
1
-3
/
+3
2010-06-13
Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...
Diva Canto
1
-14
/
+7
2010-03-03
minor: remove some compiler warnings
Justin Clark-Casey (justincc)
1
-7
/
+7
2010-02-23
* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...
John Hurliman
1
-1
/
+1
2010-02-08
Add EventManager.OnIncomingSceneObject event which is triggered by an incomin...
Justin Clark-Casey (justincc)
1
-1
/
+0
2010-01-15
* General cleanup of Teleports, Crossings and Child agents. They are now in t...
Diva Canto
1
-1149
/
+0
2010-01-13
Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.
Diva Canto
1
-0
/
+1
2010-01-13
Several more buglets removed.
Diva Canto
1
-16
/
+13
2010-01-12
More appearance woes fixed, this time for child agents. Tested on a grid with...
Diva Canto
1
-0
/
+4
2010-01-11
Fixed a couple of bugs with Appearance. Appearance is all good now.
Diva Canto
1
-2
/
+2
2010-01-11
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
Diva Canto
1
-1
/
+0
2010-01-11
CommunicationsManager deleted.
Diva Canto
1
-3
/
+1
2010-01-10
CommunicationsManager is practically empty. Only NetworkServersInfo is there.
Diva Canto
1
-6
/
+1
2010-01-10
* Changed IPresenceService Logout, so that it takes a position and a lookat
Diva Canto
1
-13
/
+0
2010-01-10
* OMG! All but one references to UserProfileCacheService have been rerouted!
Diva Canto
1
-3
/
+4
2010-01-10
Remove "login disable", "login enable" and "login status" commands.
Melanie
1
-7
/
+0
2010-01-08
A few more inches... Old friends things removed. Less references to UserProfi...
Diva Canto
1
-19
/
+0
2010-01-08
Inching ahead... This compiles, but very likely does not run.
Diva Canto
1
-5
/
+0
2010-01-07
* Finished SimulationServiceConnector
Diva Canto
1
-14
/
+20
2009-12-29
Change teleports so the TeleportFlags are sent to the destination sim. It
Melanie
1
-2
/
+2
2009-12-12
Getting rid of SimpleRegionInfo and SerializableRegionInfo per Mel
Kunnis
1
-33
/
+4
2009-11-26
Remove the old remoting-type interregion code for prim/script crossing
Melanie
1
-72
/
+0
2009-11-17
refactor: move most animation methods from ScenePresence into a new ScenePres...
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-09-27
Neighbours cache working.
Diva Canto
1
-3
/
+1
2009-09-27
Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...
Diva Canto
1
-50
/
+37
2009-09-26
Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...
Diva Canto
1
-7
/
+1
2009-09-26
First pass at the heart surgery for grid services. Compiles and runs minimall...
Diva Canto
1
-167
/
+108
2009-09-25
* Fixes teleporting within megaregions on HG enabled regions. You can tele...
Teravus Ovares (Dan Olivares)
1
-1
/
+1
2009-09-25
Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...
Diva Canto
1
-0
/
+7
2009-09-13
* Use the BeginInvoke methodology instead of the FireAndForget methodology to...
Teravus Ovares (Dan Olivares)
1
-5
/
+25
2009-09-13
* More comments in the RegionCombinerModule
Teravus Ovares (Dan Olivares)
1
-11
/
+113
2009-09-10
* Fix an off by one error on visible neighbors in the 'RequestNeighbors' meth...
Teravus Ovares (Dan Olivares)
1
-2
/
+2
2009-09-07
* Enables Child Agents for all virtual regions in the region and their neighb...
Teravus Ovares (Dan Olivares)
1
-2
/
+56
2009-09-06
minor: organizational
Teravus Ovares (Dan Olivares)
1
-1
/
+19
2009-09-02
* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ...
Teravus Ovares (Dan Olivares)
1
-1
/
+1
2009-08-29
* Rename the RegionCombiner Module from PhysicsCombiner
Teravus Ovares (Dan Olivares)
1
-21
/
+29
2009-08-28
* Deal with teleports to other virtual regions in the same scene.
Teravus Ovares (Dan Olivares)
1
-9
/
+80
[next]