aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-6/+5
2014-05-01Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)1-0/+7
2014-04-24Changed how UserProfile performs a fallback call using the OpenProfile API, b...Oren Hurvitz1-30/+37
2014-04-24Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz2-193/+1
2014-04-23Eliminated many warningsOren Hurvitz2-1/+3
2014-04-21Fixed: when a user logged-in, sometimes he didn't get notified of the Online ...Oren Hurvitz2-2/+24
2014-04-19Catch empty url errorBlueWall1-0/+3
2014-04-07Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a userOren Hurvitz1-5/+1
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz1-1/+7
2014-04-03When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz1-1/+12
2014-04-03minor: Fix warning in AvatarFactoryModuleJustin Clark-Casey (justincc)1-1/+1
2014-03-25Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels.BlueWall1-6/+0
2014-03-25Move JsonRpc request code out for general availabilityBlueWall1-173/+19
2014-03-25In Core Profiles: as a fallback, try to get profiles from foreign grids using...Oren Hurvitz2-2/+219
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-1/+1
2014-03-24Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz1-47/+19
2014-03-22Fix negative stat for Active ScriptsDev Random1-2/+3
2014-03-22Reverting "Set default name for mute list" that was pushed by mistake.Kevin Cozens1-1/+1
2014-03-22Reverting "Pass method to offline.php" commit that was pushed by mistake.Kevin Cozens1-2/+2
2014-03-22Pass method to offline.php using ?blah instead of /blah/. Avoids issue with A...Kevin Cozens1-2/+2
2014-03-22Set default name for mute list module as shown in OpenSim.ini.exampleKevin Cozens1-1/+1
2014-03-06Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)2-11/+25
2014-02-24Improve regression test TestSetAppearance()Justin Clark-Casey (justincc)1-42/+69
2014-02-24Re-enable regression TestSaveBakedTextures()Justin Clark-Casey (justincc)1-4/+2
2014-02-24Stop mesh avatars that specify the alpha texture in their bake slots from cau...Justin Clark-Casey (justincc)2-38/+67
2014-02-20minor: Add some method doc to AFM,SetAppearanceAssets()Justin Clark-Casey (justincc)1-0/+6
2014-02-20For now, do not replacing missing wearables with default wearables if itme de...Justin Clark-Casey (justincc)1-144/+190
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)2-2/+2
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2-2/+21
2014-02-04Remove the added whitespace, test concludedMelanie1-1/+1
2014-02-04Bot testMelanie1-1/+1
2014-02-03Remove compile error from returning value in void functionRobert Adams1-1/+1
2014-02-04Add one check for a blank URL because the module wasn't quite sure not to wor...Melanie1-1/+3
2014-02-04Adding the Avination XBakesModule, the client for the persistent bakes systemMelanie1-0/+189
2014-01-31Make sure Web streams are disposed after useOren Hurvitz1-42/+35
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-2/+2
2013-12-16Fix issue with editing notes for other avatarsBlueWall1-2/+2
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2-4/+4
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie2-90/+474
2013-12-06Add support for user preferences (im via email)BlueWall1-0/+67
2013-11-15minor: Use default(UUID) in rez attachment failure error logging rather than ...Justin Clark-Casey (justincc)1-1/+1
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-10-07* Refactorteravus1-2/+2
2013-10-07* Added a Basic DOS protection container/base object for the most common HTTP...teravus1-2/+10
2013-10-07varregion: remove scattered use of Constants.RegionSize by having routines re...Robert Adams2-6/+4
2013-10-04Added SimulatorFeatures/OpenSimExtras: say-range, whisper-range, shout-range,...Diva Canto1-0/+37
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-6/+6
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2-2/+2
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-6/+6
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-1/+17