aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add assert to attachment regression tests to check that number of objects in ...Justin Clark-Casey (justincc)2012-07-062-5/+24
| * | Pull prim crossing/teleport checks up into Scene.IncomingCreateObject() from ...Justin Clark-Casey (justincc)2012-07-061-14/+27
* | | Merge branch 'avination' into careminsterMelanie2012-07-064-45/+84
|\ \ \ | | |/ | |/|
| * | added llSetVelocity. will refuse to work on vehicles and on attachments ( th...UbitUmarov2012-07-061-0/+28
| * | Merge branch 'ubitwork' into avinationMelanie2012-06-284-45/+56
| |\ \
| | * | fix a seg fault in sp.csUbitUmarov2012-06-251-1/+2
| | * | fix turning off phanton always decreasing number of physical partsUbitUmarov2012-06-211-28/+28
| | * | fix SceneGraph Add/Remove PhysicalPrim countersUbitUmarov2012-06-211-2/+2
| | * | *CHECK/REVIEW* comented out not used sp.ParentPosition. Comented out SOG.Abs...UbitUmarov2012-06-172-14/+24
* | | | Merge branch 'master' into careminsterMelanie2012-07-058-33/+122
|\ \ \ \ | | |_|/ | |/| |
| * | | Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-055-30/+35
| * | | Correct spelling mistake m_BanedViewers to m_BannedViewersJustin Clark-Casey (justincc)2012-07-031-4/+4
| * | | minor: Add some method doc to HasGroupChanged and Schedule GroupForFull/PartU...Justin Clark-Casey (justincc)2012-07-031-2/+21
| * | | Fix issue in database tests where sogs being stored are not in a scene.Justin Clark-Casey (justincc)2012-07-031-1/+1
| * | | 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