aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-02Add Flush() method to LogWriter. Also correct line endings to Linux form.Robert Adams1-161/+170
2012-09-26Use GridUser properly for foreign users.Diva Canto1-0/+2
2012-09-26Show the user's home url too on the console command.Diva Canto1-4/+3
2012-09-26Not really a change, just added a reminder to fix something here.Diva Canto1-0/+3
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-25Deleted extraneous debug messageDiva Canto1-2/+0
2012-09-22HG Rez object: warn the user if the item or asset cannot be found.Diva Canto1-2/+7
2012-09-21This fixes HG attachments' missing assets (textures, etc).Diva Canto1-0/+28
2012-09-21Moved the small HGUuidGatherer class to the file where its parent class is. N...Diva Canto2-74/+2
2012-09-21Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already do...Diva Canto1-18/+24
2012-09-21Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto1-1/+1
2012-09-21Rename UuidGather.m_assetCache to m_assetService. If HGUuidGatherer hasn't b...Justin Clark-Casey (justincc)1-2/+2
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset types...Diva Canto1-15/+19
2012-09-16HG2.0: Generalized the allowed HG appearances to be more than 1.Diva Canto1-31/+59
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2-2/+171
2012-09-13Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto1-0/+2
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-07-26When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)1-2/+3
2012-07-20BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs attempti...Robert Adams1-1/+1
2012-07-20Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a simpl...Robert Adams2-1/+162
2012-06-26Add regression test to check that attachments in source region are deleting w...Justin Clark-Casey (justincc)1-0/+5
2012-06-26If crossing attachments into another region pre-fatpack, clone objects before...Justin Clark-Casey (justincc)1-17/+26
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-25/+21
2012-06-11Add last frame time monitor to MonitorModule now that this value is usefulJustin Clark-Casey (justincc)1-0/+8
2012-06-08Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)1-1/+0
2012-06-07Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)1-1/+1
2012-05-31Add an optional mechanism for physics modules to collect and return arbitrary...Justin Clark-Casey (justincc)1-44/+64
2012-05-28refactor: factor out entity transfer state machine into a separate class to m...Justin Clark-Casey (justincc)3-239/+330
2012-05-28If handling the failure of teleport, move agent state to CleaningUp when we s...Justin Clark-Casey (justincc)1-3/+6
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