aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-10* refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey1-7/+7
2008-12-10Applying diva's revert patch. Reverts closing child agents and makesMelanie Thielker1-13/+2
2008-12-06Change AllowScriptCrossings to be AllowScriptCrossing to match theMelanie Thielker1-1/+1
2008-12-05Committing the missing bits to enable script crossing. Disabled by default.Melanie Thielker1-1/+80
2008-11-30Mantis #2584 (again)Melanie Thielker1-1/+14
2008-11-30Fix prim crossings, again.Melanie Thielker1-2/+5
2008-11-30Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-29Add configuration values for scripted prim region crossingMelanie Thielker1-0/+4
2008-11-29Finally make attachments stay put. Randomize local ID generation toMelanie Thielker1-2/+5
2008-11-29Stop attachments from twisting away. Thismakes attachments phantom, whichMelanie Thielker1-0/+1
2008-11-29A try to better attachment crossing.Melanie Thielker1-50/+59
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey1-8/+7
2008-11-28* test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey1-2/+2
2008-11-28Revert setting the parent local is explicitly, as that caused even moreMelanie Thielker1-3/+0
2008-11-28Omit parcel checks for attachments.Melanie Thielker1-4/+14
2008-11-28Force regioncrossed prims to get a new LocalID. Reset parent local ID to newMelanie Thielker1-0/+8
2008-11-28Invert a test to allow prims to region-cross againMelanie Thielker1-1/+1
2008-11-27* test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey1-0/+2
2008-11-27Fix permission propagation that was broken some revision back, causingMelanie Thielker1-1/+1
2008-11-24* Removed more locks on EntitiesAdam Frisby1-21/+3
2008-11-24* Swaps Scene.Entities Dictionary for EntityManager.Adam Frisby1-3/+9
2008-11-22Add root agent tracking to presence moduleMelanie Thielker1-1/+1
2008-11-22Next step in the presence module - some core plumbing included atMelanie Thielker1-0/+2
2008-11-22Mantis #2442Melanie Thielker1-1/+3
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-6/+6
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-4/+4
2008-11-21Update svn properties, minor formatting cleanup.Jeff Ames1-3/+3
2008-11-21Fully implement object return from the parcel dialogMelanie Thielker1-42/+48
2008-11-20* Add enough infrastructure code to run an extremely basic and flaky add root...Justin Clarke Casey1-1/+1
2008-11-19Mantis#2638. Thank you kindly, Sacha Magne for a patch that:Charles Krinke1-0/+19
2008-11-18Prevent a nullref when building new prims while others watchMelanie Thielker1-1/+1
2008-11-18* Added and removed debug information relating to client connectionsAdam Frisby1-0/+3
2008-11-17Make newly created prims be the correct groupMelanie Thielker1-5/+6
2008-11-17* Stop nulling SOG.m_rootPart and parts on object deletionJustin Clarke Casey1-5/+5
2008-11-16Fix NRE on TP-to-home, if the home-region is unavailable.Homer Horwitz1-2/+5
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-1/+0
2008-11-16Reinstate the IM sending from scripts and from autoreturnMelanie Thielker1-2/+4
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-16/+2
2008-11-15Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz1-2/+2
2008-11-15Mantis #2621: Thanks idb, for a patch that will persist regularily changed ob...Homer Horwitz1-0/+19
2008-11-14* Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey1-1/+1
2008-11-14Add group permissions to agent inventory.Melanie Thielker1-0/+2
2008-11-13Mantis#2597. Thank you kindly, Idb for a patch that:Charles Krinke1-0/+10
2008-11-12* test: Add basic synchronous object remove testJustin Clarke Casey1-1/+1
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey1-94/+100
2008-11-12* Stop the pointless passing of a scene's own region handler back to it in re...Justin Clarke Casey1-96/+82
2008-11-12* Stop locking the scene presences dictionary for the entire agent crossing p...Justin Clarke Casey1-12/+20
2008-11-11* Put an Enabled switch on the async object deleter for future testing purposesJustin Clarke Casey1-0/+2
2008-11-11* Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey1-0/+1
2008-11-11Add ClampPrimSize option to ensure no prim can exceed the set size. ThisMelanie Thielker1-0/+2