aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-08-072-27/+28
|\
| * Amend Justin's last commit regarding the new config var ServiceVersion. The s...Diva Canto2013-08-021-1/+2
| * Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua...Justin Clark-Casey (justincc)2013-08-022-27/+27
* | Merge branch 'master' into careminsterMelanie2013-07-291-4/+12
|\ \ | |/
| * Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a cop...Justin Clark-Casey (justincc)2013-07-261-2/+5
| * Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)2013-07-261-4/+9
* | Merge branch 'master' into careminsterMelanie2013-07-251-1/+1
|\ \ | |/
| * New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto2013-07-241-1/+1
* | Merge branch 'master' into careminsterMelanie2013-07-182-64/+5
|\ \ | |/
| * Guard against unauthorized agent deletes.Diva Canto2013-07-132-5/+5
| * Deleted GET agent all around. Not used.Diva Canto2013-07-132-38/+0
* | Merge branch 'master' into careminsterMelanie2013-06-231-5/+5
|\ \ | |/
| * Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto2013-06-221-5/+5
* | Merge branch 'master' into careminsterMelanie2013-05-161-1/+1
|\ \ | |/
| * Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)2013-05-161-1/+1
* | Merge branch 'master' into careminsterMelanie2013-03-081-3/+6
|\ \ | |/
| * Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)2013-03-061-3/+6
* | Merge branch 'master' into careminsterMelanie2012-11-132-0/+4
|\ \ | |/
| * Last 27 modules' directives (service connectors out).Diva Canto2012-11-132-0/+4
* | Merge branch 'master' into careminsterMelanie2012-11-122-5/+5
|\ \ | |/
| * Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-122-6/+6
* | Merge branch 'master' into careminsterMelanie2012-08-231-1/+5
|\ \ | |/
| * Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-201-1/+1
* | Merge branch 'master' into careminsterMelanie2012-07-012-26/+1
|\ \ | |/
| * Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-302-26/+1
* | Merge branch 'master' into careminsterMelanie2012-05-272-110/+108
|\ \ | |/
| * Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)2012-05-251-2/+1
| * Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2012-05-242-8/+16
| * If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)2012-05-241-91/+95
* | Merge branch 'master' into careminsterMelanie2012-04-271-5/+5
|\ \ | |/
| * Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)2012-04-261-5/+5
* | Merge branch 'master' into careminsterMelanie2012-02-232-6/+6
|\ \ | |/
| * Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-232-6/+6
* | Merge branch 'master' into bigmergeMelanie2011-11-191-1/+0
|\ \ | |/
| * Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)2011-11-191-1/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-031-2/+2
|\ \ | |/
| * Check for RegionID instead of RegionHandle. Other minor tweaksDiva Canto2011-04-301-2/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-302-4/+9
|\ \ | |/
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-282-4/+9
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-101-16/+6
|\ \ | |/
| * Changed order of checks for local regions when processingMic Bowman2011-03-041-16/+6
| * Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-162-5/+7
* | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-162-5/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-7/+7
|\ \ | |/
| * Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-7/+7
| * Fix up QueryAccess to also check parcelsMelanie2011-01-282-9/+6
| * Spawn a threadlet upon receiving requests to close agents. The operation may ...Diva Canto2011-01-071-1/+4
| * Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-092-0/+34
* | Fix up QueryAccess to also check parcelsMelanie2011-01-282-5/+5
* | Make bans work for teleport. Now teleport will complete block if the userMelanie2011-01-271-5/+1