aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-19* refactor: move saved named prims to xml2 method out into the serialization ...Justin Clarke Casey1-22/+0
2008-12-19minor: Remove some serialization module scene wrappersJustin Clarke Casey1-28/+0
2008-12-19* refactor: remove xml serialization wrappers from SceneJustin Clarke Casey1-16/+0
2008-12-19* refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey1-2/+2
2008-12-19* refactor: Remove archiver module scene wrappersJustin Clarke Casey1-24/+0
2008-12-19* refactor: Move tree code out into a separate moduleJustin Clarke Casey1-49/+38
2008-12-18* refactor: move gestures code out from Scene into its own moduleJustin Clarke Casey1-45/+8
2008-12-18* Added "show queues" command that shows throttling queues for all clients.lbsa711-1/+1
2008-12-17* revert r7724 so that PresenceChildStatus() starts throwing NRE's again Justin Clarke Casey1-3/+7
2008-12-17Kicking child agents off on the first login after a client crash. The child a...diva1-0/+1
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-9/+0
2008-12-16Avoid sending DisableSimulator event to the root agent upon logout.diva1-8/+11
2008-12-15Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...diva1-1/+5
2008-12-15* minor: Stop presence child status suffering an NRE if the agent uuid given ...Justin Clarke Casey1-6/+5
2008-12-15Bug fix in new child agents management. Thanks DigiDaz for helping identify t...diva1-5/+12
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-31/+50
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