aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-12Renamed one var and deleted commented code. No functional changes.Diva Canto1-33/+2
2012-01-12Allow update of stored entries within User Management Module-this is needed f...Bo Iwu1-48/+52
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2-8/+11
2012-01-03Profile UpdatesBlueWall1-0/+93
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto3-10/+16
2011-12-29HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto1-2/+3
2011-12-23HG: one more adjustment with trailing /sDiva Canto1-2/+8
2011-12-23remove the old region crossing handlerMic Bowman1-10/+0
2011-12-22Fixes some problems with objects that attempt to cross a region boundaryMic Bowman1-0/+24
2011-12-22Region crossings redone: (1) removed WaitForCallback. Now that we are passing...Diva Canto1-39/+32
2011-12-16Sends the consistent child agent position upon creation of the child agent in...Diva Canto1-1/+12
2011-12-16HG minor bug fix and marked one method obsolete in UAS.Diva Canto1-1/+4
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-1/+0
2011-12-02Stop some places where we're trying to reset animations in child agents where...Justin Clark-Casey (justincc)1-100/+110
2011-11-29On "show caps", stop excluding the seed cap but do exclude it elsewhereJustin Clark-Casey (justincc)1-1/+1
2011-11-29tabulate "show caps" output for easier readabilityJustin Clark-Casey (justincc)1-5/+10
2011-11-16Fix the build breakJustin Clark-Casey (justincc)1-1/+1
2011-11-16Look up a homeURL only when it's not null, in addition to not being string.EmptyJustin Clark-Casey (justincc)1-1/+1
2011-11-15Enable log message to tell us what type of url is being requested from a user...Justin Clark-Casey (justincc)1-3/+3
2011-11-15fix build break on UserManagementModule.Justin Clark-Casey (justincc)1-7/+8
2011-11-15Do proper locking of UserManagementModule.m_UserCache when getting.Justin Clark-Casey (justincc)1-29/+57
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-1/+1
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-1/+1
2011-10-28set grp.RootPart.GroupPosition for code consistency (and readability) rather ...Justin Clark-Casey (justincc)1-2/+2
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2-0/+2
2011-10-11Start recording object updates per second statistic (analogue of agent update...Justin Clark-Casey (justincc)1-0/+8
2011-10-10Allow monitoring of stats by region nameJustin Clark-Casey (justincc)1-0/+3
2011-10-10Add other region stats (total frame time, physics fps, etc.) currently missin...Justin Clark-Casey (justincc)15-20/+325
2011-10-10Provide a way to turn the MonitorModule on and offJustin Clark-Casey (justincc)1-15/+35
2011-10-06Refactored "known child region" in ScenePresence. There were 4 differentDan Lake1-1/+1
2011-10-07remove the pointless slashes on the end of the (5!) different server stat ret...Justin Clark-Casey (justincc)1-1/+1
2011-10-06Simplified IsInTransit property on ScenePresence and removed InTransit() whic...Dan Lake1-6/+6
2011-09-30Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all...Justin Clark-Casey (justincc)1-1/+0
2011-09-10Add extra log information when attachments fail validationJustin Clark-Casey (justincc)1-5/+11
2011-09-10reinstate the validation logging on teleport. A 'fail' of validation still d...Justin Clark-Casey (justincc)1-0/+2
2011-09-10Stop the UserManagementModule logging every user it adds for nowJustin Clark-Casey (justincc)1-3/+3
2011-09-08Use scene presence agent id for rezzed object ownership rather than item owner.Justin Clark-Casey (justincc)1-7/+12
2011-09-06Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)1-2/+0
2011-09-05Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)1-13/+18
2011-09-03Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)1-32/+35
2011-09-02Comment out Scene.CleanDroppedAttachments() and calls.Justin Clark-Casey (justincc)1-1/+1
2011-09-02Remove redundant RootPart.CreatedSelected = true in IAM.RezObject() since thi...Justin Clark-Casey (justincc)1-2/+0
2011-09-02Go back to resetting the State parameter for all parts of a SOG when SOG.Clea...Justin Clark-Casey (justincc)1-5/+8
2011-09-02stop passing FromUserInventoryItemID right down into the deserializer.Justin Clark-Casey (justincc)1-4/+2
2011-09-02Move more of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-24/+27
2011-09-02move more of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-63/+85
2011-09-02factor out a section of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-40/+48
2011-09-01refactor: factor out DoPostRezWhenFromItem() from IAM.RezObject()Justin Clark-Casey (justincc)1-3/+8
2011-09-01remove the pointless m_Scene.GetNewRezLocation() call at the top of IAM.RezOb...Justin Clark-Casey (justincc)1-7/+4
2011-09-01refactor: Move sanity checks to the top of IAM.RezObject() to make the code m...Justin Clark-Casey (justincc)1-219/+215