aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-13* More comments in the RegionCombinerModuleTeravus 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-06minor: organizationalTeravus 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 PhysicsCombinerTeravus 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
2009-08-14* minor : commentsTeravus Ovares (Dan Olivares)1-3/+69
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-12/+12
2009-08-13Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto1-5/+5
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto1-12/+12
2009-08-01* Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares1-7/+33
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva1-5/+11
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+1
2009-05-23* Implements automatic loopback handling for standalone regions. Adam Frisby1-7/+22
2009-05-23* Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat...Adam Frisby1-0/+17
2009-05-05- moving banned check and public/private check toDr Scofield1-3/+8
2009-03-17* minor: remove compiler warningJustin Clarke Casey1-1/+1
2009-03-05* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-7/+7
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva1-16/+0
2009-02-18Stops animations on Teleports, to conform with what the viewer does.diva1-0/+3
2009-02-18Fixes height on Basic Physics in local teleports. Plus some small refactoring.diva1-1/+2
2009-02-18Adds support for preserving animations on region crossings and TPs. diva1-2/+5
2009-02-14Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva1-4/+6
2009-02-13And finally... region crossings entirely over RESTComms/LocalComms. No more r...diva1-54/+66
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-4/+0
2009-02-12Makes region crossings asynchronous. Moved the bulk of the original code out ...diva1-0/+170
2009-02-08* Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRoot...diva1-2/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-17/+10
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