aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman3-5/+5
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman3-6/+11
2010-09-27Restrict top colliders / top scripts to estate managersMelanie1-0/+3
2010-09-27Quash the region ID on intersim messages. That prevents people from determiningMelanie1-1/+1
2010-09-26When receiving intersim IM, don't let the spoof protection bombMelanie1-1/+2
2010-09-26Consistency patch: use Path.Combine() instead of + and eliminate the needMelanie3-8/+9
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
2010-09-17Revert "* Changed 11 calls for session info to the more optimized API method"root2-33/+83
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman5-29/+8
2010-09-13Rename now protected method SetAttachmentInventoryStatus() to ShowAttachInUse...Justin Clark-Casey (justincc)1-4/+4
2010-09-13Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interfaceJustin Clark-Casey (justincc)1-5/+13
2010-09-13If attachment fails (e.g. because asset wasn't found) then don't try to set a...Justin Clark-Casey (justincc)1-4/+2
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 incl...John Hurliman1-4/+6
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 inst...Diva Canto1-6/+9
2010-09-08Renamed the Helo server connector to a consistent name. Added this in connect...Diva Canto1-0/+1
2010-09-07Rolling back the recent libomv update but keeping the ExpiringCache cleanups ...John Hurliman2-3/+3
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman3-4/+9
2010-09-07If a scene object part UUID is changed (only possible when not in a scene), t...Justin Clark-Casey (justincc)1-1/+1
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
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-13/+0
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)6-60/+5
2010-09-04Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)2-6/+6
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
2010-08-31refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rath...Justin Clark-Casey (justincc)1-9/+5
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman4-120/+90
2010-08-30local commit with parcel media bitsJonathan Freedman4-120/+90
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 coordinate...Diva Canto1-0/+9
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. /Objects...Justin Clark-Casey (justincc)2-1/+33
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 sinc...Justin Clark-Casey (justincc)1-2/+58
2010-08-26refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)1-1/+20
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 conditi...Justin Clark-Casey (justincc)5-284/+296
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2-3/+21