aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-231-5/+4
* One more tweak related to the previous 2 commits.Diva Canto2012-02-191-1/+3
* A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto2012-02-191-4/+8
* minor formatting changes from last commit (4486n7d)Justin Clark-Casey (justincc)2012-02-161-4/+3
* Fix: Object owned by the group does not return to the last owner http://opens...PixelTomsen2012-02-161-0/+6
* Fix bug where somebody taking a copy of an object they didn't own that was re...Justin Clark-Casey (justincc)2012-02-101-2/+10
* When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)2012-02-101-4/+15
* HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...Diva Canto2012-01-311-1/+1
* Send CHANGED_TELEPORT during local TP again - partially revert cf73afec356eed...Bo Iwu2012-01-281-2/+1
* Fix improper code formatting introduced in 6214e6a217cfBo Iwu2012-01-131-24/+40
* Undo some prior workBlueWall2012-01-121-93/+0
* Renamed one var and deleted commented code. No functional changes.Diva Canto2012-01-121-33/+2
* Allow update of stored entries within User Management Module-this is needed f...Bo Iwu2012-01-121-48/+52
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2012-01-122-8/+11
* Profile UpdatesBlueWall2012-01-031-0/+93
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-293-10/+16
* HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto2011-12-291-2/+3
* HG: one more adjustment with trailing /sDiva Canto2011-12-231-2/+8
* remove the old region crossing handlerMic Bowman2011-12-231-10/+0
* Fixes some problems with objects that attempt to cross a region boundaryMic Bowman2011-12-221-0/+24
* Region crossings redone: (1) removed WaitForCallback. Now that we are passing...Diva Canto2011-12-221-39/+32
* Sends the consistent child agent position upon creation of the child agent in...Diva Canto2011-12-161-1/+12
* HG minor bug fix and marked one method obsolete in UAS.Diva Canto2011-12-161-1/+4
* Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2011-12-031-1/+0
* Stop some places where we're trying to reset animations in child agents where...Justin Clark-Casey (justincc)2011-12-021-100/+110
* On "show caps", stop excluding the seed cap but do exclude it elsewhereJustin Clark-Casey (justincc)2011-11-291-1/+1
* tabulate "show caps" output for easier readabilityJustin Clark-Casey (justincc)2011-11-291-5/+10
* Fix the build breakJustin Clark-Casey (justincc)2011-11-161-1/+1
* Look up a homeURL only when it's not null, in addition to not being string.EmptyJustin Clark-Casey (justincc)2011-11-161-1/+1
* Enable log message to tell us what type of url is being requested from a user...Justin Clark-Casey (justincc)2011-11-151-3/+3
* fix build break on UserManagementModule.Justin Clark-Casey (justincc)2011-11-151-7/+8
* Do proper locking of UserManagementModule.m_UserCache when getting.Justin Clark-Casey (justincc)2011-11-151-29/+57
* Convert SendKillObject to take a list of uint rather than sending oneMelanie2011-11-061-1/+1
* Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake2011-11-021-1/+1
* set grp.RootPart.GroupPosition for code consistency (and readability) rather ...Justin Clark-Casey (justincc)2011-10-281-2/+2
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-252-0/+2
* Start recording object updates per second statistic (analogue of agent update...Justin Clark-Casey (justincc)2011-10-111-0/+8
* Allow monitoring of stats by region nameJustin Clark-Casey (justincc)2011-10-101-0/+3
* Add other region stats (total frame time, physics fps, etc.) currently missin...Justin Clark-Casey (justincc)2011-10-1015-20/+325
* Provide a way to turn the MonitorModule on and offJustin Clark-Casey (justincc)2011-10-101-15/+35
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDan Lake2011-10-061-1/+1
|\
| * remove the pointless slashes on the end of the (5!) different server stat ret...Justin Clark-Casey (justincc)2011-10-071-1/+1
* | Refactored "known child region" in ScenePresence. There were 4 differentDan Lake2011-10-061-1/+1
|/
* Simplified IsInTransit property on ScenePresence and removed InTransit() whic...Dan Lake2011-10-061-6/+6
* Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all...Justin Clark-Casey (justincc)2011-09-301-1/+0
* Add extra log information when attachments fail validationJustin Clark-Casey (justincc)2011-09-101-5/+11
* reinstate the validation logging on teleport. A 'fail' of validation still d...Justin Clark-Casey (justincc)2011-09-101-0/+2
* Stop the UserManagementModule logging every user it adds for nowJustin Clark-Casey (justincc)2011-09-101-3/+3
* Use scene presence agent id for rezzed object ownership rather than item owner.Justin Clark-Casey (justincc)2011-09-081-7/+12
* Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)2011-09-061-2/+0