aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-11-033-22/+36
|\
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-11-024-13/+30
| |\
| | * Merge branch 'master' of git://opensimulator.org/git/opensimDan Lake2011-11-023-12/+29
| | |\
| | * | Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake2011-11-021-1/+1
| * | | Port the Avination offline messaging system to CoreMelanie2011-11-022-21/+35
| |/ /
* | | Change default say distance to 20m from 30m, the same as on the big grid. Th...Justin Clark-Casey (justincc)2011-11-022-2/+2
| |/ |/|
* | Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)2011-11-022-5/+8
* | Fix race condition that would sometimes send or save appearance for the wrong...Justin Clark-Casey (justincc)2011-11-021-7/+21
|/
* Adding green dots to map response should be for root agents onlyDan Lake2011-10-311-1/+1
* set grp.RootPart.GroupPosition for code consistency (and readability) rather ...Justin Clark-Casey (justincc)2011-10-281-2/+2
* Removed use of 'is' operator and casting to find the root ScenePresence in Me...Dan Lake2011-10-272-68/+41
* Continuation of previous checkin. Found more places where ForEachScenePresenc...Dan Lake2011-10-271-6/+4
* Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake2011-10-278-36/+17
* Comment out inventory folder bulk update code on InventoryAccepted message in...Justin Clark-Casey (justincc)2011-10-271-12/+18
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-2519-3/+19
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-1/+10
* Fix missing Busy-Mode ResponsePixel Tomsen2011-10-221-0/+1
* refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss...Justin Clark-Casey (justincc)2011-10-221-4/+4
* Change wording on asset requests.Justin Clark-Casey (justincc)2011-10-191-2/+2
* Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...Dan Lake2011-10-192-268/+268
* Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2011-10-192-328/+300
* remove now redundant m_physical_prim flag from SOP.ApplyPhysics()Justin Clark-Casey (justincc)2011-10-151-1/+1
* factor common code out into SOP.RemoveFromPhysics()Justin Clark-Casey (justincc)2011-10-151-4/+1
* Start recording object updates per second statistic (analogue of agent update...Justin Clark-Casey (justincc)2011-10-111-0/+8
* meaningless change to goose pandaJustin Clark-Casey (justincc)2011-10-111-0/+1
* 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
* remove unused LastAssetID from DynamicTextureUpdaerJustin Clark-Casey (justincc)2011-10-101-6/+4
* 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
* Removed redundant scene presence lookups in HGMessageTransferModuleDan Lake2011-10-051-21/+4
* Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...Dan Lake2011-10-042-361/+375
* Removed redundant code in AttachmentsModule and simplified interfaces which c...Dan Lake2011-10-032-95/+73
* Remove usage of Linden packet types from inside Attachments Module and interfaceDan Lake2011-10-031-5/+4
* minor: remove clutter null check from pass in config to AvatarFactoryModule.I...Justin Clark-Casey (justincc)2011-10-011-8/+5
* Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all...Justin Clark-Casey (justincc)2011-09-302-4/+53
* Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2011-09-241-3/+6
* Don't try and resolve user account for authorization if the agent has come in...Justin Clark-Casey (justincc)2011-09-241-1/+11
* Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)2011-09-234-86/+253
* Fix failure to teleport when an agent is lured on the same sim (and probably ...Justin Clark-Casey (justincc)2011-09-222-9/+18
* On setting a new avatar appearance, if height hasn't changed then don't set t...Justin Clark-Casey (justincc)2011-09-171-1/+3
* refactor: move estate owner setup code into separate methodJustin Clark-Casey (justincc)2011-09-161-0/+2
* Correctly create a freshly created estate owner's default items and avatar en...Justin Clark-Casey (justincc)2011-09-161-11/+15
* Write code to create minimum necessary body parts/clothing and avatar entries...Justin Clark-Casey (justincc)2011-09-151-1/+1
* refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)2011-09-151-2/+2
* Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)2011-09-152-12/+18
* Don't try and delete attachments for child agent closeJustin Clark-Casey (justincc)2011-09-131-0/+32