aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Adds a list of viewers that are allowed or banned from the region.Michelle Argus2012-07-021-0/+65
| * | | Add preservation of running state of scripts when drag-copying.Melanie2012-07-011-1/+35
* | | | Merge branch 'master' into careminsterMelanie2012-07-011-38/+0
|\ \ \ \ | |/ / /
| * | | Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-301-22/+0
| * | | Remove code listed for removal in 0.7.3 that handled script restart for incom...Justin Clark-Casey (justincc)2012-06-301-16/+0
* | | | Merge branch 'master' into careminsterMelanie2012-06-292-29/+31
|\ \ \ \ | |/ / /
| * | | Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...Justin Clark-Casey (justincc)2012-06-292-30/+32
* | | | Merge branch 'avination' into careminsterMelanie2012-06-291-2/+9
|\ \ \ \ | | |/ / | |/| |
| * | | Fix llRegionSayTo the right wayMelanie2012-06-281-2/+9
| | |/ | |/|
* | | Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie2012-06-281-23/+3
* | | Merge branch 'master' into careminsterMelanie2012-06-281-37/+4
|\ \ \ | | |/ | |/|
| * | refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...Justin Clark-Casey (justincc)2012-06-271-37/+4
* | | Merge branch 'master' into careminsterMelanie2012-06-265-14/+41
|\ \ \ | |/ /
| * | When attachments are being saved and deleted for a closing root agent, delete...Justin Clark-Casey (justincc)2012-06-252-14/+13
| * | In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment...Justin Clark-Casey (justincc)2012-06-251-0/+9
| * | Fix script "Running" behaviorBlueWall2012-06-231-0/+14
| * | Fix bug where attachments would not retain position if just rotated and not m...Justin Clark-Casey (justincc)2012-06-221-0/+5
* | | Merge branch 'master' into careminsterMelanie2012-06-216-64/+103
|\ \ \ | |/ /
| * | Use HasPrivateAttachmentPoint properties in SOG.DeleteGroupFromScene() instea...Justin Clark-Casey (justincc)2012-06-201-2/+3
| * | refactor: use SOG.HasPrivateAttachmentPoint in SOP.SendTerseUpdateToClient() ...Justin Clark-Casey (justincc)2012-06-201-2/+3
| * | Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)2012-06-203-59/+90
| * | If RegionReady is active, don't falsely say that logins are enabled in the ma...Justin Clark-Casey (justincc)2012-06-201-2/+2
| * | minor: If logging because mesh/sculpt data isn't present for an object, log o...Justin Clark-Casey (justincc)2012-06-201-1/+1
* | | Merge branch 'avination' into careminsterMelanie2012-06-152-2/+9
|\ \ \ | | |/ | |/|
| * | Revert changes...UbitUmarov2012-06-151-21/+3
| * | Add sop IsPhysical and IsPhantom to be used gradually in core in place of as...UbitUmarov2012-06-151-3/+21
| * | Changed t adding the avatar dependent sit offset and not subtracting, so not...UbitUmarov2012-06-131-2/+4
| * | *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. Ch...UbitUmarov2012-06-131-1/+2
| * | Moved auxiliar funtions of last commit from sop to lsl api since they are on...UbitUmarov2012-06-121-34/+0
| * | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ...UbitUmarov2012-06-121-0/+34
| * | change object drag so it applies a impulse and not a push force so it works a...UbitUmarov2012-06-111-2/+6
* | | Merge branch 'master' into careminsterMelanie2012-06-142-2/+19
|\ \ \ | | |/ | |/|
| * | Add SOG.HasPrivateAttachmentPoint to tell if a SOG has a private attachment p...Justin Clark-Casey (justincc)2012-06-142-2/+19
* | | Merge branch 'master' into careminsterMelanie2012-06-122-5/+4
|\ \ \ | |/ /
| * | OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)2012-06-121-1/+1
| * | In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...Justin Clark-Casey (justincc)2012-06-121-4/+3
* | | Merge branch 'master' into careminsterMelanie2012-06-111-6/+6
|\ \ \ | |/ /
| * | Comment out the scene presence sitting debug log messages for nowJustin Clark-Casey (justincc)2012-06-111-6/+6
* | | Merge branch 'avination' into careminsterMelanie2012-06-112-4/+11
|\ \ \ | | |/ | |/|
| * | Fix a corner case where checking for region corssing may cross an avatar back ifMelanie2012-06-081-2/+7
| * | Revert "Add a frame based watchdog function to keyframed motion"Melanie2012-06-081-20/+0
| * | Merge branch 'ubitwork' into avinationMelanie2012-06-081-0/+20
| |\ \
| | * | Add a frame based watchdog function to keyframed motionMelanie2012-06-081-0/+20
| * | | Cut off collision sounds with avatar at 3.2. This makes most walkig collisionsMelanie2012-06-081-1/+1
| * | | Further limit the amount of avatar collisions that will actually triggerMelanie2012-06-071-2/+4
* | | | Merge branch 'master' into careminsterMelanie2012-06-083-83/+75
|\ \ \ \ | | |_|/ | |/| |
| * | | Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)2012-06-083-81/+74
* | | | Merge branch 'master' into careminsterMelanie2012-06-083-16/+23
|\ \ \ \ | |/ / /
| * | | Go back to calling IncomingCloseAgent() in the "kick user" command for consis...Justin Clark-Casey (justincc)2012-06-081-6/+0
| * | | Remove duplicate update of user count in Scene.IncomingCloseAgent()Justin Clark-Casey (justincc)2012-06-083-14/+27