aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey2008-12-102-9/+291
* * Establish OpenSim.Framework.Communications.Tests beachheadJustin Clarke Casey2008-12-101-6/+1
* * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2008-12-101-6/+6
* Applying diva's revert patch. Reverts closing child agents and makesMelanie Thielker2008-12-103-31/+6
* * Enable agent to agent transfer of inventory foldersJustin Clarke Casey2008-12-091-5/+0
* * Apply terrain flip patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2008-12-091-0/+46
* * minor: remove some old logging messagesJustin Clarke Casey2008-12-092-6/+4
* * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares2008-12-091-0/+8
* * Fixes control issue at the root of the boat turning problem.Teravus Ovares2008-12-081-0/+18
* * Tweaks physics so that linked prim are a single body. This will make linke...Teravus Ovares2008-12-072-0/+10
* Change AllowScriptCrossings to be AllowScriptCrossing to match theMelanie Thielker2008-12-061-1/+1
* Committing the missing bits to enable script crossing. Disabled by default.Melanie Thielker2008-12-052-1/+81
* Implementation of the llDetectedTouch* functionsidb2008-12-052-5/+9
* Actually remove the script when it's task inventory item is deleted, ratherMelanie Thielker2008-12-051-1/+1
* And fix it rightMelanie Thielker2008-12-051-1/+1
* Mantis #2754Melanie Thielker2008-12-051-0/+4
* Allow no-copy attachments to be worn without losing themMelanie Thielker2008-12-051-3/+7
* Yay for languages without default parameter valuesMelanie Thielker2008-12-051-1/+1
* Stop trying to save attachment states on logout. That caused a predicatbleMelanie Thielker2008-12-051-10/+7
* * minor: Take out some of the test log output I accidentally left in a couple...Justin Clarke Casey2008-12-041-1/+1
* * Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey2008-12-044-40/+214
* Fixes Mantis#2744: Permissions returned false for resetting scripts inHomer Horwitz2008-12-031-0/+6
* Reinstate closing the EQ when the UDP circuit disconnects. This will likelyMelanie Thielker2008-12-031-9/+6
* Make a couple log4net instances static readonly.Jeff Ames2008-12-031-1/+1
* Remove the bandaid (fast rip)Melanie Thielker2008-12-032-19/+19
* Apply Diva's bandaid to OpenSim's scraped knee.Melanie Thielker2008-12-032-19/+19
* Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now,Homer Horwitz2008-12-011-0/+8
* don't close eventqueues when you leave a region. This really does seemSean Dague2008-12-011-2/+10
* * minor: A few tiny bits of documentation and log message cleanup before star...Justin Clarke Casey2008-12-013-2/+5
* * minor: remove 2 mono compiler warningsJustin Clarke Casey2008-12-012-2/+2
* fix the "I get no textures if I teleport back to a region I've been inSean Dague2008-12-011-2/+4
* attempt to modify the event queue for greater debuggingSean Dague2008-12-011-0/+2
* Mantis #2729Melanie Thielker2008-12-011-0/+10
* Make the permissions module hook CanResetScript suitable for useMelanie Thielker2008-12-012-4/+4
* Mantis #2584 (again)Melanie Thielker2008-11-304-22/+86
* Mantis #2716 Null when linking across objects across two regions.idb2008-11-301-0/+4
* Fix prim crossings, again.Melanie Thielker2008-11-301-2/+5
* Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames2008-11-301-1/+1
* Fix usage of reflection where it isn't necessary.Homer Horwitz2008-11-291-1/+1
* Add configuration values for scripted prim region crossingMelanie Thielker2008-11-292-1/+6
* Start scripts in attachments only after a successful attach. ElimininateMelanie Thielker2008-11-293-2/+16
* Mantis #2584Melanie Thielker2008-11-293-1/+51
* Finally make attachments stay put. Randomize local ID generation toMelanie Thielker2008-11-294-12/+13
* Stop attachments from twisting away. Thismakes attachments phantom, whichMelanie Thielker2008-11-292-4/+5
* Try to prevent attachments twisting/movingMelanie Thielker2008-11-291-1/+1
* A try to better attachment crossing.Melanie Thielker2008-11-292-53/+64
* * minor: remove mono compiler warningJustin Clarke Casey2008-11-281-1/+1
* * test: Extend take object test to finally check that the object made it into...Justin Clarke Casey2008-11-282-7/+28
* * simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey2008-11-285-16/+22
* * test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey2008-11-288-52/+144