aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-05-071-1/+1
|\
| * Stop llSetPos from sending one update per child primMelanie2012-05-061-1/+1
| * Port Avination link order to make OpenSim behave like SL. Make Primstar scrip...Melanie2012-04-251-2/+40
* | Merge branch 'avination' into careminsterMelanie2012-05-071-2/+4
|\ \
| * | SOG: tell physics about when we want a force or a impulse. (sorry add to cha...UbitUmarov2012-05-051-2/+4
* | | Merge branch 'avination' into careminsterMelanie2012-05-051-12/+54
|\ \ \ | |/ /
| * | SOG copy bug fix, now new group has own empty list of sitted avatars. Also ch...UbitUmarov2012-05-041-12/+54
* | | Merge branch 'avination'Melanie2012-05-031-4/+12
|\ \ \ | |/ /
| * | Improved sitted avatars crossings ( plus tests on vehicles)UbitUmarov2012-05-021-4/+12
* | | Merge branch 'avination'Melanie2012-05-021-2/+14
|\ \ \ | |/ /
| * | Merge branch 'ubitwork' into avinationMelanie2012-05-021-2/+14
| |\ \
| | * | llGetGeometricCenter...UbitUmarov2012-04-291-2/+14
* | | | Merge branch 'avination'Melanie2012-05-021-1/+1
|\ \ \ \ | |/ / /
| * | | Fix saving of attachment positionsMelanie2012-05-011-1/+1
| |/ /
* | | Merge branch 'avination'Melanie2012-04-291-5/+41
|\ \ \ | |/ /
| * | remove repeated set of group rotation to physicsUbitUmarov2012-04-291-2/+3
| * | SOG bug fix in group rotations updatesUbitUmarov2012-04-291-4/+6
| * | fix llGetCenterOfMass ( checked with ubitODE only)UbitUmarov2012-04-281-0/+33
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-251-16/+27
|\ \ \ | |/ /
| * | set PIDHoverTau and not PIDTau since all physics need thatUbitUmarov2012-04-251-5/+7
| * | SOG bug fix in UI object changesUbitUmarov2012-04-241-11/+20
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-231-9/+39
|\ \ \ | |/ /
| * | changed seletion code. SOP now knows about parts selection. UI actions are se...UbitUmarov2012-04-201-9/+39
* | | Merge branch 'master' into careminsterMelanie2012-04-231-2/+2
|\ \ \ | | |/ | |/|
* | | Merge branch 'master' into careminsterMelanie2012-04-221-0/+3
|\ \ \ | |/ /
| * | Fix a bug where linking a non-physical prim with a physical prim as root woul...Justin Clark-Casey (justincc)2012-04-211-0/+3
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-201-0/+6
|\ \ \ | | |/ | |/|
| * | Prevent objects rezzed in sim from being seen as attachments and becoming une...Melanie2012-04-171-0/+6
* | | Merge branch 'master' into careminsterMelanie2012-04-181-0/+19
|\ \ \ | | |/ | |/|
| * | minor: Add some method doc. Add warnings since calling SOG link/delink metho...Justin Clark-Casey (justincc)2012-04-171-0/+19
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-131-1/+29
|\ \ \ | | |/ | |/|
| * | make llGetGeometricCenter() work as in current SL. Now this is not real geom ...UbitUmarov2012-04-091-1/+29
* | | Merge branch 'master' into careminsterMelanie2012-04-131-0/+39
|\ \ \ | | |/ | |/|
| * | Mantis 55025 Implement script time.Talun2012-04-121-0/+39
* | | Merge branch 'master' into careminsterMelanie2012-04-091-1/+27
|\ \ \ | |/ / | | / | |/ |/|
| * Mantis5502 implementation of some of the new constantsTalun2012-04-091-1/+27
* | Merge branch 'master' into careminsterMelanie2012-04-071-17/+24
|\ \ | |/
| * Rather than having a FromFolderID property on every single prim and only ever...Justin Clark-Casey (justincc)2012-04-071-4/+15
| * Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)2012-04-071-16/+12
* | reverted changes to llApplyRotationalImpulse execution in SOP/SOG. This funct...UbitUmarov2012-04-041-2/+2
* | Fix the last merge artefactsMelanie2012-04-031-1/+0
* | More artefactMelanie2012-04-031-1/+1
* | Fix merge artefactsMelanie2012-04-031-26/+1
* | Merge branch 'master' into careminsterMelanie2012-04-031-48/+101
|\ \ | |/
| * Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)2012-04-031-54/+86
* | Merge branch 'master' into careminsterMelanie2012-03-311-49/+39
|\ \ | |/
| * refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)2012-03-311-20/+20
| * Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)2012-03-311-29/+18
* | Merge branch 'ubitwork'Melanie2012-03-191-0/+96
|\ \
| * | some more work on costsUbitUmarov2012-03-161-0/+96