aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-05-302-1/+77
|\
| * Try caching the user name for a new agent earlier on in the process of establ...Justin Clark-Casey (justincc)2013-05-292-2/+2
| * Add HG regression TestCachedUserNameForNewAgent()Justin Clark-Casey (justincc)2013-05-291-0/+76
* | Merge branch 'master' into careminsterMelanie2013-05-241-1/+1
|\ \ | |/
| * Fix bug where both ordinary UserManagementModule and HGUserManagementModules ...Justin Clark-Casey (justincc)2013-05-231-1/+1
* | Merge branch 'master' into careminsterMelanie2013-05-241-34/+89
|\ \ | |/
| * To further help with tracking down the apperance of too much "Unknown User" i...Justin Clark-Casey (justincc)2013-05-211-2/+2
| * Fix compile failure from recent git master 434c3cfJustin Clark-Casey (justincc)2013-05-211-1/+1
| * Make "show name" command display HomeURL like "show names"Justin Clark-Casey (justincc)2013-05-211-4/+11
| * minor: Change "show names" command to use consistent console display tableJustin Clark-Casey (justincc)2013-05-211-15/+9
| * Add "show name" console command to make it possible to show a single binding ...Justin Clark-Casey (justincc)2013-05-211-0/+34
| * Log when "Unknown User" is sent to a user because the UMM had no binding for ...Justin Clark-Casey (justincc)2013-05-211-17/+32
| * Lock m_UserCache whilst iterating over it in UserManagementModule.GetUserData...Justin Clark-Casey (justincc)2013-05-211-4/+9
* | Merge branch 'master' into careminsterMelanie2013-05-161-0/+1
|\ \ | |/
| * minor: remove long commented out scene cache clearing code in EntityTransferM...Justin Clark-Casey (justincc)2013-05-161-9/+0
| * minor: Remove completely unused IClientAPI.RequestClientInfo() call from Enti...Justin Clark-Casey (justincc)2013-05-161-3/+0
| * Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)2013-05-161-0/+1
* | Merge branch 'master' into careminsterMelanie2013-05-082-35/+39
|\ \ | |/
| * Added AvatarPickerSearch capability handler.Diva Canto2013-05-072-35/+39
| * Step one of estate settings sharing - port the Avination Estate module (compl...Melanie2013-05-072-11/+23
* | Merge branch 'master' into careminsterMelanie2013-05-041-0/+6
|\ \ | |/
| * Fix inventory issueBlueWall2013-05-011-0/+6
* | Merge branch 'master' into careminsterMelanie2013-05-012-3/+4
|\ \ | |/
| * Fix the long standing bug of items being delivered to lost and found or trash...Melanie2013-05-011-2/+3
| * Fix CAPS to work like they should - do not send caps to the viewer if they're...Melanie2013-04-301-1/+1
* | Merge branch 'master' into careminsterMelanie2013-04-251-1/+1
|\ \ | |/
| * Bug fix: compare tolower. This should fix the issue where HG visitors current...Diva Canto2013-04-241-1/+1
* | Merge branch 'master' into careminsterMelanie2013-04-101-26/+32
|\ \ | |/
| * minor: remove mono compiler warnings in InventoryAccessModuleJustin Clark-Casey (justincc)2013-04-101-3/+2
| * Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)2013-04-061-16/+16
| * When rezzing a coalesced object, check adjust position of all components.Justin Clark-Casey (justincc)2013-04-061-20/+27
* | Merge commit '94d44142e37a9191162a426f28dd23f40b0cf4aa' into careminsterMelanie2013-04-041-3/+1
|\ \ | |/
| * minor: Stop falsely logging that a teleport was being aborted on client logou...Justin Clark-Casey (justincc)2013-04-031-3/+1
* | Merge branch 'master' into careminsterMelanie2013-04-021-2/+1
|\ \ | |/
| * Fix what appears to be a bug in HGUserManagementModule where it enables on th...Justin Clark-Casey (justincc)2013-04-021-2/+1
* | Merge branch 'master' into careminsterMelanie2013-03-311-5/+5
|\ \ | |/
| * refactor: rename ETM.InformClientToInitateTeleportToLocationDelegate to Infor...Justin Clark-Casey (justincc)2013-03-301-9/+9
* | Merge commit 'e89bcf4f773d95492b168376599f7530a6044e8f' into careminsterMelanie2013-03-291-1/+1
|\ \ | |/
| * Revert "Try eliminating the pause before auto-reteleporting for a megaregion ...Justin Clark-Casey (justincc)2013-03-291-1/+1
* | Merge commit 'd87ddf50fcd674fbd9aa8b8556bf57f2d285a3ba' into careminsterMelanie2013-03-291-1/+1
|\ \ | |/
| * Try eliminating the pause before auto-reteleporting for a megaregion now that...Justin Clark-Casey (justincc)2013-03-291-1/+1
* | Merge commit 'feffc8081dc5ab2889a7ea4b96b2befaed0c3f95' into careminsterMelanie2013-03-291-5/+0
|\ \ | |/
| * minor: remove some mono compiler warnings from EntityTransferModuleJustin Clark-Casey (justincc)2013-03-281-5/+0
* | Merge branch 'master' into careminsterMelanie2013-03-282-59/+73
|\ \ | |/
| * Add back a log message when we attempt a megaregion auto-reteleportJustin Clark-Casey (justincc)2013-03-281-0/+4
| * minor: Only try to deregister stats in EntityTransferModule.RemoveRegion() if...Justin Clark-Casey (justincc)2013-03-281-4/+7
| * Fix a bug in HGEntityTransferModule to call base.RemoveRegion() when a region...Justin Clark-Casey (justincc)2013-03-281-1/+1
| * Instead of going via GodLikeRequestTeleport, auto-teleport the agent directly...Justin Clark-Casey (justincc)2013-03-281-3/+12
| * On the North and East sides of a megaregion, only consider regions within 256...Justin Clark-Casey (justincc)2013-03-281-2/+2
| * Remove some Console.WriteLines accidentally left in last commit cfb20f09Justin Clark-Casey (justincc)2013-03-281-2/+0