aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: move sound trigger from scene into sepearate SoundModuleJustin Clarke Casey2008-12-191-0/+72
* Fix for more child agent mismanagement (like #2846). On enqueueing events, we...diva2008-12-191-5/+44
* * refactor: move saved named prims to xml2 method out into the serialization ...Justin Clarke Casey2008-12-192-3/+31
* * refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey2008-12-196-135/+13
* * refactor: Remove archiver module scene wrappersJustin Clarke Casey2008-12-192-53/+7
* * refactor: Move tree code out into a separate moduleJustin Clarke Casey2008-12-193-8/+128
* * Commit patch from cmickeyb. #2871. Optimized float array for the terrain ...Teravus Ovares2008-12-191-5/+13
* Fix and streamline the RegionHandshake stuff for estate managersMelanie Thielker2008-12-181-8/+3
* * refactor: move gestures code out from Scene into its own moduleJustin Clarke Casey2008-12-181-0/+97
* This may fix mantis #2855. There was a race condition on the TextureDownloadM...diva2008-12-181-9/+49
* Stop hacked godmode from being able to actually move other people'sMelanie Thielker2008-12-181-0/+4
* * Catch a WebException in the LoadImageURLModuleTeravus Ovares2008-12-181-33/+40
* This innocuous change in the TextureDownloadModule suddenly made the texture ...diva2008-12-181-1/+4
* * minor: Comment out high volume 'Getting MapItems' messagesJustin Clarke Casey2008-12-171-15/+15
* * minor: Remove unused AppearanceTableMapper as pointed out by jonc in http:/...Justin Clarke Casey2008-12-171-0/+1
* * Simply friends code by only sending notifications to a newly logged on user...Justin Clarke Casey2008-12-171-20/+23
* * Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey2008-12-172-3/+16
* Stop users taking a copy of a in world prim that contains inventory items tha...MW2008-12-171-0/+10
* Added a check to CanDuplicateObject(), to stop duplicating prims that contain...MW2008-12-171-0/+4
* Stop owners from duplicating no-copy objects in-worldMelanie Thielker2008-12-171-0/+7
* Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...diva2008-12-151-0/+9
* Removed some instances of "<3 OpenSim Developers" (why were they there?) bein...MW2008-12-151-3/+3
* Adds the "Send Teleport" moduleMelanie Thielker2008-12-141-0/+174
* Plumb the TP-Sending packetsMelanie Thielker2008-12-141-0/+3
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-142-9/+22
* * minor: Downgrade friends module 'client logging out' notice from error to d...Justin Clarke Casey2008-12-121-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-111-1/+1
* * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2008-12-101-6/+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-091-4/+0
* * 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-042-35/+95
* 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
* 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-011-1/+1
* 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
* Fix usage of reflection where it isn't necessary.Homer Horwitz2008-11-291-1/+1
* Mantis #2584Melanie Thielker2008-11-291-0/+15
* Finally make attachments stay put. Randomize local ID generation toMelanie Thielker2008-11-291-1/+6
* * refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey2008-11-281-1/+1
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-2/+4
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-271-0/+10
* Added local lookup before we ask the messaging server.Homer Horwitz2008-11-261-6/+26
* Next step of the PresenceModule. Still not complete; local optimizations and theHomer Horwitz2008-11-251-33/+101