aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)3-5/+4
2012-05-25on agent cross, remove from physics scene after its been placed in transit, n...Justin Clark-Casey (justincc)1-3/+7
2012-05-25refactor: make ETM.CrossAgentToNewRegionAsync neighbourRegion == null check r...Justin Clark-Casey (justincc)1-90/+92
2012-05-25Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)1-24/+165
2012-05-24Don't actually proceed on a within-region teleport if another is already taki...Justin Clark-Casey (justincc)1-0/+2
2012-05-24On inter-region teleport, only stand the avatar up if the QueryAccess call to...Justin Clark-Casey (justincc)1-7/+7
2012-05-24Now that the EntityTransferModule is per-region, fetch the event queue module...Justin Clark-Casey (justincc)1-18/+22
2012-05-24Fix issue where a dns resolution failure on the final destination might leave...Justin Clark-Casey (justincc)1-192/+200
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)2-66/+58
2012-05-23minor: Make log class names in InventoryAccessModule uniformJustin Clark-Casey (justincc)1-10/+10
2012-05-23Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)1-23/+36
2012-05-21Setting 'in transit' on a local teleport as well as inter-region teleports.Justin Clark-Casey (justincc)1-0/+9
2012-05-17Remove redundant "Teleport failed:" from reason when QueryAccess fails for th...Justin Clark-Casey (justincc)1-4/+12
2012-05-14Set the agent in transit teleport flag at the first available opportunity (i....Justin Clark-Casey (justincc)1-11/+37
2012-05-14Add more region information to some teleport related loggingJustin Clark-Casey (justincc)1-7/+8
2012-05-03Reinsert a 2000ms delay before closing a no longer required agent on the sour...Justin Clark-Casey (justincc)1-2/+7
2012-05-03minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)1-6/+1
2012-05-01Comment out the five second sleep in etm.DoTeleport() if the old agent needs ...Justin Clark-Casey (justincc)1-1/+1
2012-05-01Remove some test code that accidentally crept in with 9d2e1c67Justin Clark-Casey (justincc)1-3/+0
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2-7/+30
2012-05-01Move max teleport distance check down into etm.DoTeleport() since this should...Justin Clark-Casey (justincc)1-40/+41
2012-05-01refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)2-122/+159
2012-04-27If a Grid God teleports then include the Godlike teleport flag. This can affe...Oren Hurvitz1-0/+6
2012-04-27Minor change in error message (HG teleport failures)Diva Canto1-1/+1
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2-2/+3
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)2-18/+36
2012-04-24Slight rewording of output messages.Diva Canto1-1/+1
2012-04-24HG: Moved User-level code down to the HGEntityTransferModule where it belongs.Diva Canto2-14/+14
2012-04-25zero out SP velocity before calling SP.Teleport(), as the client expects (tho...Justin Clark-Casey (justincc)1-0/+1
2012-04-25Add regression test TestSameRegionTeleport()Justin Clark-Casey (justincc)1-1/+1
2012-04-25Improve teleport log debug and error messages to tell us who is teleporting.Justin Clark-Casey (justincc)1-3/+14
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto3-150/+159
2012-04-07Rather than having a FromFolderID property on every single prim and only ever...Justin Clark-Casey (justincc)1-3/+3
2012-04-07Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)1-1/+1
2012-04-06Deleted the unused and commented code from 2 commits ago.Diva Canto1-241/+1
2012-04-06WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto1-21/+295
2012-04-03Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)1-4/+4
2012-03-31minor: small message adjustment and unnecessary code elimination when notifyi...Justin Clark-Casey (justincc)1-1/+1
2012-03-31fix Infinite loading on No Rez http://opensimulator.org/mantis/view.php?id=5932PixelTomsen1-0/+5
2012-03-28HG 2.0 Suitcase inventory: proof of concept now working properly with the hea...Diva Canto1-10/+11
2012-03-28HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto1-7/+61
2012-03-27HG: Switch root folders from under the viewer. Towards HG 2.0. This is guarde...Diva Canto1-10/+44
2012-03-28Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)1-0/+29
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-0/+15
2012-03-27HG: beginning of a more restrictive inventory access procedure (optional). Ex...Diva Canto2-3/+29
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2-42/+54
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto2-7/+34
2012-03-17Amend to previous commit: normalize strings ToLower.Diva Canto1-2/+6
2012-03-17More on HG access control. This commit splits the UserManagementModule into t...Diva Canto2-40/+181
2012-03-17Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...Diva Canto1-0/+62