aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-17Allow communicating with blue box dialogs across a region border via aMelanie Thielker1-8/+7
2010-07-17Fix scripted give of itemsMelanie Thielker1-1/+1
2010-07-17Allow use of old angle rules PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE in l...Justin Clark-Casey (justincc)1-0/+20
2010-07-17Fix bugs in llRot2Euler()Justin Clark-Casey (justincc)1-21/+7
2010-07-16Fix llSetForecAndTorque([0]) stops linear motion. Mantis #187Kitto Flora1-0/+9
2010-07-16Fix showing CreateSelected on all parts of a rezMelanie Thielker1-0/+4
2010-07-15Handle checking of line starting "*" wildcard for whitelist patternsJustin Clark-Casey (justincc)1-8/+22
2010-07-15refactor: simplify current whitelist url checking by using System.UriJustin Clark-Casey (justincc)1-7/+8
2010-07-15Implement * end wildcard for whitelist urlsJustin Clark-Casey (justincc)1-1/+5
2010-07-15prevent hacked viewers from being able to delete arbitrary items from anyMelanie Thielker1-3/+18
2010-07-15Fix a few permissions vulnerability. Owners could cause permissionsMelanie Thielker3-9/+35
2010-07-15properly expose prim media LSL functions to scriptsJustin Clark-Casey (justincc)3-1/+19
2010-07-14fix previous media interact serverside checking. perform very basic serversi...Justin Clark-Casey (justincc)2-10/+91
2010-07-14Detach attachments displaced by other attachmentsMelanie Thielker1-5/+19
2010-07-14Detach attachments displaced by other attachmentsMelanie Thielker1-5/+19
2010-07-14improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)4-157/+213
2010-07-14Preserve attachment data while a prim is in world. Allows attachmentMelanie Thielker2-0/+18
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie8-97/+51
2010-07-14Remove useless quaternion parameter from AttachObject sigMelanie Thielker5-9/+9
2010-07-14Detach attachments displaced by other attachmentsMelanie Thielker1-5/+19
2010-07-14Fixes mantis #4870.Diva Canto2-2/+14
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker8-103/+49
2010-07-14Remove useless quaternion parameter from AttachObject sigMelanie Thielker5-9/+9
2010-07-14Fix obvious bug in XInventoryService.GetFolderItems() which was preventing th...Justin Clark-Casey (justincc)2-6/+128
2010-07-14Fix a permissions issueMelanie Thielker2-11/+22
2010-07-14Fix a permissions issueMelanie Thielker2-11/+22
2010-07-14Revert "More on mantis #4869. This fixes the problem of objects showing up as...Melanie1-7/+0
2010-07-14Removed left-over debug messages.Diva Canto1-3/+1
2010-07-14More on mantis #4869. This fixes the problem of objects showing up as no copy...Diva Canto1-0/+9
2010-07-14Removed some more debug messages.Diva Canto1-18/+16
2010-07-14Remove getting the object capacity from the money module. It is now setMelanie Thielker3-23/+6
2010-07-14Remove getting the object capacity from the money module. It is now setMelanie Thielker3-23/+6
2010-07-14implement code to deregister users on DeregisterCapsJustin Clark-Casey (justincc)1-3/+34
2010-07-13implement serverside checks for media texture navigation in order to stop nau...Justin Clark-Casey (justincc)3-8/+52
2010-07-13factor out soon to be common media permissions check codeJustin Clark-Casey (justincc)1-4/+9
2010-07-13Bail out in AttachToBackup if the group is an attachmentTom Grimshaw1-0/+1
2010-07-13implement prim media control permissions serverside in order to stop bad clientsJustin Clark-Casey (justincc)3-24/+127
2010-07-13Second part of the fix for llGetLocalPos; get attachment offset in the root p...Tom Grimshaw1-6/+15
2010-07-13adding the 'wearble' case for llGetLocalPos.sacha1-1/+8
2010-07-13Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes oc...Kitto Flora3-60/+103
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie5-57/+139
2010-07-13Add CreateSelected flag onto objects rezzed from inventoryMelanie Thielker1-0/+1
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie Thielker5-57/+139
2010-07-13discard an object media update message if it tries to set more media textures...Justin Clark-Casey (justincc)1-0/+8
2010-07-13Add CreateSelected flag onto objects rezzed from inventoryMelanie Thielker1-0/+1
2010-07-12uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)1-1/+1
2010-07-12comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)1-10/+10
2010-07-12Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)3-1/+8
2010-07-12implement llClearPrimMedia()Justin Clark-Casey (justincc)3-0/+35
2010-07-12Removed the CHANGED_COLOR event post from the Color accessor in SOP. This is ...Tom Grimshaw1-1/+0