aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1102/+0
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-5/+8
2009-01-21* minor: move connection success log message so that it doesn't get printed a...Justin Clarke Casey1-1/+1
2009-01-19* minor: Just some minor log elaboration to reveal in the logs where a telepo...Justin Clarke Casey1-2/+9
2009-01-18Getting rid of the CheckRegion call during TPs. This seems to be not just use...diva1-12/+1
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey1-2/+2
2009-01-15* Add new unit test for simple teleport in a standalone.Justin Clarke Casey1-1/+1
2009-01-14* minor: Change around more debugging messagesJustin Clarke Casey1-3/+3
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-2/+0
2009-01-06* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey1-4/+3
2009-01-06* Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey1-4/+6
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-2/+3
2009-01-03Another interregion comms change that will not work well with previous versio...diva1-2/+4
2009-01-03Split agent updates into two messages: full update and position+camera update...diva1-4/+4
2009-01-01Major changes in interregion communications. This breaks compatibility with o...diva1-32/+74
2008-12-31Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the ...diva1-15/+25
2008-12-29Final part for implementing SendChildAgentDataUpdate with modules. This is th...diva1-11/+18
2008-12-22Fix for attachment crossing on TPs. Now that we're letting the viewer have co...diva1-6/+8
2008-12-22This commit is a major change on the TP process. Several things were wrong an...diva1-53/+71
2008-12-21Slowing TPs down a bit further.diva1-4/+4
2008-12-20Slowing things down even more on TPs, to see if that helps the European folks...diva1-2/+5
2008-12-20This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes som...diva1-6/+18
2008-12-20Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep ...diva1-1/+5
2008-12-18Removing a check in Teleports. This check should be there, I think, but it ma...diva1-20/+22
2008-12-17* minor: Comment out "Informing neighbours" debug message that pops up whenev...Justin Clarke Casey1-1/+1
2008-12-17* remove mono compiler warningsJustin Clarke Casey1-17/+17
2008-12-15Bug fix in new child agents management. Thanks DigiDaz for helping identify t...diva1-57/+74
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-66/+200
2008-12-10Applying diva's revert patch. Reverts closing child agents and makesMelanie Thielker1-15/+4
2008-12-03Remove the bandaid (fast rip)Melanie Thielker1-9/+9
2008-12-03Apply Diva's bandaid to OpenSim's scraped knee.Melanie Thielker1-9/+9
2008-12-01* minor: remove 2 mono compiler warningsJustin Clarke Casey1-1/+1
2008-11-30Mantis #2584 (again)Melanie Thielker1-10/+17
2008-11-29Mantis #2584Melanie Thielker1-1/+18
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-1/+1
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-4/+4
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-4/+4
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-4/+4
2008-11-14* test: Add scene root agent test stub, since I'll be picking up with somethi...Justin Clarke Casey1-1/+1
2008-11-12* Stop the pointless passing of a scene's own region handler back to it in re...Justin Clarke Casey1-20/+19
2008-11-07Change teleport timingsMelanie Thielker1-2/+2
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-3/+4
2008-11-03On TP, child-agents weren't closed down properly, as the list of child-regionsHomer Horwitz1-0/+4
2008-10-31* test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey1-10/+3
2008-10-27Experimental patch (suggested by diva) to kill off WP teleport ghosts.Melanie Thielker1-0/+1
2008-10-11Implement the hook needed for the CanTeleport checkMelanie Thielker1-0/+3
2008-10-05* Fixes the last snag with the EventQueue. The situation where the seedcap g...Teravus Ovares1-1/+3
2008-10-04Added immediate TP failure message for TPs to regions that aren't there,Homer Horwitz1-0/+19
2008-10-03Add the missing bits for the new region-search:Homer Horwitz1-1/+5
2008-10-03* EventQueueGet is now working.Teravus Ovares1-3/+12