aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-25Prevent spoofing the agent name on text IMMelanie1-1/+2
2010-09-25Fix a minor economy issueMelanie1-1/+4
2010-09-21Fix a typoMelanie1-3/+3
2010-09-21Refactor script create permission into the perms moduleMelanie1-5/+23
2010-09-18Stop broadcasting non 0/DEBUG ChatTypeEnum.Region messages to all avatarsJustin Clark-Casey (justincc)1-3/+1
This allows non public/debug region wide messages to be sent to scripts but not be broadast to avatars
2010-09-17Revert "* Changed 11 calls for session info to the more optimized API method"root2-33/+83
This reverts commit 5dc9ea2f2487804d788b4b80d40d91bd792de4c2. Also makes online indicators and IM more robust
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe ↵John Hurliman5-29/+8
MapAndArray collection
2010-09-13Rename now protected method SetAttachmentInventoryStatus() to ↵Justin Clark-Casey (justincc)1-4/+4
ShowAttachInUserInventory() to match ShowDetachInUserInventory()
2010-09-13Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interfaceJustin Clark-Casey (justincc)1-5/+13
No core module is calling and it makes more sense to call methods such as AttachObject() which attach both to the avatar and update inventory appropriately
2010-09-13If attachment fails (e.g. because asset wasn't found) then don't try to set ↵Justin Clark-Casey (justincc)1-4/+2
attachment as shown in inventory Doing this results in a null reference exception
2010-09-13minor: Clean up log messages generated when an item is attachedJustin Clark-Casey (justincc)2-3/+5
2010-09-13* Fixing length calculations for HTTP texture downloads (the end byte is ↵John Hurliman1-4/+6
inclusive in Range: headers)
2010-09-12Formatting cleanup.Jeff Ames26-237/+232
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman6-7/+8
2010-09-09Over a dozen thread safety fixes in FriendsModuleJohn Hurliman1-167/+163
2010-09-08* Changed 11 calls for session info to the more optimized API methodJohn Hurliman2-71/+33
2010-09-08Made the HG asset and inventory brokers use the Helo service in order to ↵Diva Canto1-6/+9
instantiate the right network connectors. Tested on Robust only.
2010-09-08Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto1-0/+1
connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
2010-09-07Rolling back the recent libomv update but keeping the ExpiringCache cleanups ↵John Hurliman2-3/+3
(as much as is possible). There was a report of non-finite avatar positions after the update
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to ↵John Hurliman3-4/+9
avoid repeated requests for missing avatar IDs * Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
2010-09-07If a scene object part UUID is changed (only possible when not in a scene), ↵Justin Clark-Casey (justincc)1-1/+1
then adjust the inventory items to point to the new uuid as well
2010-09-06Fix yet another cause of "Ghost attachments"Melanie Thielker1-3/+12
2010-09-06Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker1-3/+11
modules need to see it (Search!) even if it comes in via CAPS
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-13/+0
on IDwellModule
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system ↵Justin Clark-Casey (justincc)6-60/+5
folder up from connectors into Scene.Inventory.cs This fixes the problem for all architectures (hg as well as local and grid) and means we don't have to dupe code between connectors. Not ideal in that it becomes non-modular, but methods in Scene.Inventory.cs should eventually be modularized anyway.
2010-09-04Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)2-6/+6
The agentID in AddInventoryItem(UUID agentID, InventoryItemBase item) is redundant since it's contained in item.Owner, and it doesn't make sense for agentID != item.Owner, hence the method is deprecated.
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)3-8/+8
2010-09-01refactor: move SOG.AttachToAgent() into AttachmentsModuleJustin Clark-Casey (justincc)1-7/+74
2010-08-31Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker1-1/+1
script state enum to reflect recent changes.
2010-08-31refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments ↵Justin Clark-Casey (justincc)1-9/+5
rather than filter sp.Attachments list directly
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman4-120/+90
properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com>
2010-08-30local commit with parcel media bitsJonathan Freedman4-120/+90
Signed-off-by: Melanie <melanie@t-data.com>
2010-08-28very minor log message and var name tweaking for iar savingJustin Clark-Casey (justincc)2-5/+8
2010-08-27Addresses mantis #4991 -- HG between two regions with the same map ↵Diva Canto1-0/+9
coordinates fails with no warning
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)3-286/+288
2010-08-27minor: reduce log chattiness of "load iar" for IARs with lots of foldersJustin Clark-Casey (justincc)1-1/+1
2010-08-27allow inventory path specified in "load iar" to start with a / (e.g. ↵Justin Clark-Casey (justincc)2-1/+33
/Objects is now valid where it wasn't before)
2010-08-27refactor: Make IAR tests set up standard iar for loadingJustin Clark-Casey (justincc)1-44/+60
2010-08-26refactor: Move Scene.Inventory.UpdateKnownItem() into Attachments module ↵Justin Clark-Casey (justincc)1-2/+58
since this appears to relate solely to attachments
2010-08-26refactor: break out attachment position change code in ↵Justin Clark-Casey (justincc)1-1/+20
Scene.UpdatePrimPosition() and move into AttachmentsModule This allows region modules to change attachment positions.
2010-08-26minor: change log message from info to debugJustin Clark-Casey (justincc)1-1/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race ↵Justin Clark-Casey (justincc)5-284/+296
conditions in linking and unlinking
2010-08-24Add automated test at the opensim 'api' level to check that a given item ↵Justin Clark-Casey (justincc)2-3/+21
goes to the correct directory Also removes some mono compiler warnings
2010-08-24Plumb the region type through to the ProductName field in estate messagesMelanie1-0/+1
2010-08-23Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ↵Justin Clark-Casey (justincc)1-0/+17
since this presumably suffers from the same problem.
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2-9/+18
This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set This may have been broken since commit bd49985a on 2010-05-02
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)7-23/+28
2010-08-21Forward-port a small improvement to the land out connectorMelanie Thielker1-1/+2
2010-08-20Unit test breakage fix.Diva Canto1-3/+3