aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-5/+5
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-49/+37
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto1-0/+2
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-3/+3
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-06-30Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)1-18/+0
2012-05-24Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)1-6/+14
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-91/+95
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)1-5/+5
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie1-3/+3
2011-11-19Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)1-1/+0
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto1-1/+5
2011-02-16Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie1-2/+3
2011-02-03Change UpdateAgent (for changes in agent position) to be sentMic Bowman1-7/+7
2011-01-28Fix up QueryAccess to also check parcelsMelanie1-6/+3
2011-01-07Spawn a threadlet upon receiving requests to close agents. The operation may ...Diva Canto1-1/+4
2010-12-09Plumb a code path for the entity transfer module to ask a destination sceneMelanie1-0/+17
2010-03-15Get the local inner simulation service object to the handler so that there is...Diva Canto1-0/+5
2010-03-09* Typo fixesJohn Hurliman1-1/+1
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto1-3/+3
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-2/+15
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto1-2/+2
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto1-5/+5
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-7/+12
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto1-44/+85
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, becau...Diva Canto1-40/+19
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-2/+2
2009-12-19* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto1-1/+3
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie1-5/+4
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares1-15/+46
2009-07-15Test commit to see if commit is working for me, as another core developer is ...MW1-1/+2
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva1-17/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey1-1/+1
2009-05-05- moving banned check and public/private check toDr Scofield1-3/+4
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-1/+1
2009-05-02Rename CoreModules.Communications to CoreModule.ServiceConnectors and, inside...diva1-0/+0
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva1-0/+13
2009-03-23Root agent retrieval via http/REST. This is a pull, the caller gets the agent...diva1-0/+15
2009-03-22Explicit tests for local regions.diva1-0/+9
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+2
2009-02-18Fix standalone / simulator local script crossings.Melanie Thielker1-0/+2
2009-02-14Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva1-0/+17
2009-02-13Bug fix in prim crossing: making it clear when the local object needs to be c...diva1-3/+12
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-237/+237
2009-02-12* optimized usings.lbsa711-9/+1
2009-02-11Enforce estate bans on Teleports.diva1-243/+243