aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add instrumentation to log finalizer being called. Suppressed for bac...Melanie2012-07-121-1/+0
* Revert "Place instrumentation in the proper place. This needs reverting, too!"Melanie2012-07-121-1/+1
* Place instrumentation in the proper place. This needs reverting, too!Melanie2012-07-111-1/+1
* Add instrumentation to log finalizer being called. Suppressed for backupMelanie2012-07-111-0/+1
* Change order of operations on backup to ensure keyframe motions are backedMelanie2012-07-111-2/+6
* *CHECK/REVIEW* comented out not used sp.ParentPosition. Comented out SOG.Abs...UbitUmarov2012-06-171-5/+13
* change object drag so it applies a impulse and not a push force so it works a...UbitUmarov2012-06-111-2/+6
* Make not_at_target stop when the target is reached even if the scriptMelanie2012-06-071-1/+2
* Fix setting positions of attachments. The recent security fix regardingMelanie2012-05-191-1/+1
* Completely revamp collision handling. Now works as it is supposed to.Melanie2012-05-141-11/+0
* Check parcel entry permissions when moving objectsMelanie2012-05-141-1/+2
* SOG: tell physics about when we want a force or a impulse. (sorry add to cha...UbitUmarov2012-05-051-2/+4
* SOG copy bug fix, now new group has own empty list of sitted avatars. Also ch...UbitUmarov2012-05-041-12/+54
* Improved sitted avatars crossings ( plus tests on vehicles)UbitUmarov2012-05-021-4/+12
* Merge branch 'ubitwork' into avinationMelanie2012-05-021-2/+14
|\
| * llGetGeometricCenter...UbitUmarov2012-04-291-2/+14
* | Fix saving of attachment positionsMelanie2012-05-011-1/+1
|/
* 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
* 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
* changed seletion code. SOP now knows about parts selection. UI actions are se...UbitUmarov2012-04-201-9/+39
* Prevent objects rezzed in sim from being seen as attachments and becoming une...Melanie2012-04-171-0/+6
* make llGetGeometricCenter() work as in current SL. Now this is not real geom ...UbitUmarov2012-04-091-1/+29
* 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
* | | Merge branch 'master' into careminsterMelanie2012-03-181-8/+1
|\ \ \ | |/ / |/| / | |/
| * Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-161-8/+1
* | bug fixs, added a default physics shape estimator based on being a mesh or no...UbitUmarov2012-03-141-0/+4
* | bug fixUbitUmarov2012-03-131-2/+2
* | Ensure child prims of a phantom prim are marked as phantomMelanie2012-03-131-2/+2
* | Refactor, move OjectChangeData into it's own file and renameMelanie2012-03-131-12/+12
* | Restore duplication of the SL bug where linking phantom to solid lets theMelanie2012-03-121-3/+2
* | bug fix (??) in sog copy()UbitUmarov2012-03-111-10/+19
* | coments change..UbitUmarov2012-03-111-3/+3
* | minor changes on updates control on doChangeObject(..)UbitUmarov2012-03-111-10/+48
* | BIG MESS. changed Iclient interface so only one event is used to inform scene...UbitUmarov2012-03-101-121/+83