aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-07-181-58/+13
|\
| * Guard against unauthorized agent deletes.Diva Canto2013-07-131-4/+3
| * Deleted GET agent all around. Not used.Diva Canto2013-07-131-35/+0
* | Merge branch 'master' into careminsterMelanie2013-06-231-9/+22
|\ \ | |/
| * Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto2013-06-221-1/+1
| * Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-211-8/+21
* | Merge branch 'master' into careminsterMelanie2012-12-091-1/+1
|\ \ | |/
| * Trying to prevent old route of sending attachments, simulator version unknown...Diva Canto2012-12-061-1/+1
* | Make friend notifies and closing child agents async because both canMelanie2012-09-041-10/+11
* | Add a reason message for a code path that lacks oneMelanie2012-08-031-0/+1
* | Merge branch 'master' into careminsterMelanie2012-05-271-14/+25
|\ \ | |/
| * Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)2012-05-251-13/+20
| * In remote QueryAccess, also receive the actual status (true|false) instead of...Justin Clark-Casey (justincc)2012-05-251-0/+4
| * Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2012-05-241-1/+1
* | Merge branch 'master' into careminsterMelanie2012-02-231-1/+2
|\ \ | |/
| * Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-231-1/+2
* | Merge branch 'master' into careminsterMelanie2012-02-201-6/+17
|\ \ | |/
| * Amend to last commit: synchronize access to queues.Diva Canto2012-02-201-2/+5
| * More improvements on agent position updates: if the target sims fail, blackli...Diva Canto2012-02-201-6/+14
* | Prevent object loss and positioning outside the region with failed object simMelanie2012-02-141-1/+4
* | Merge branch 'master' into bigmergeMelanie2011-11-191-1/+1
|\ \ | |/
| * Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)2011-11-191-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-091-6/+21
|\ \ | |/
| * Fixed an issue with the response of CreateAgent over the SimulationConnector.Diva Canto2011-05-281-6/+21
| * Also compress the actual fatpacksMelanie2011-05-081-1/+6
| * Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-5/+14
* | Also compress the actual fatpacksMelanie2011-05-081-1/+6
* | Enable compressed (gzip) fatpack transfers.Melanie2011-05-081-5/+14
* | Attempt to make teleports more reliable. This may break redirection on loginMelanie2011-05-031-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-031-16/+19
|\ \ | |/
| * Increased timeout for fat UpdateAgent to 200secs. Nebadon's 3800-prim alien a...Diva Canto2011-05-021-1/+1
| * Turns out that it's a bad idea to let Agent position updates linger for a lon...Diva Canto2011-05-021-7/+7
| * Fixed confusing OSDMap that comes as the response of QueryAccess in the case ...Diva Canto2011-05-011-9/+12
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-7/+12
|\ \ | |/
| * Minor improvement in version checking (Simulation service)Diva Canto2011-04-291-1/+1
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-7/+12
* | Make the login service's call to the sim time out quicker so we have aMelanie2011-03-311-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-101-3/+3
|\ \ | |/
| * Add log messages on teleport failure to better pin down the cause.Justin Clark-Casey (justincc)2011-03-091-3/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-191-2/+6
|\ \ | |/
| * minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-02-181-1/+1
| * Fix bug introduced by Query Access. The response does not come in a packaged ...Diva Canto2011-02-161-5/+5
| * Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-1/+16
* | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-1/+16
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-3/+52
|\ \ | |/
| * Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-3/+52
| * Make the new style stuff compatible with the older revisionMelanie2011-01-281-1/+14
| * Fix up QueryAccess to also check parcelsMelanie2011-01-281-3/+7
* | Make the new style stuff compatible with the older revisionMelanie2011-01-281-1/+14
* | Fix up QueryAccess to also check parcelsMelanie2011-01-281-3/+7