aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | on linking update linked parts physical flags acording to new parent ones ( ...UbitUmarov2012-03-091-1/+8
* | more changes in undo/redo. Basicly moved control to llclientview.cs. later w...UbitUmarov2012-03-091-31/+31
* | changes on undo/redo (untested/incomplete). Think we may consider moving thi...UbitUmarov2012-03-071-3/+5
* | Removed some whitespace errors - don't be naughty, don't use hard tabs!Melanie2012-03-061-11/+0
* | make copied parts have diferent LocalIds than original. More building control...UbitUmarov2012-03-061-3/+71
* | Zero velocity when drag-copyingMelanie2012-03-041-0/+2
* | Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie2012-02-261-16/+10
* | Implement proper selection behaviorMelanie2012-02-261-0/+2
* | Fix deserialization of Buoyancy, Force and Torque. Remove debug from the newMelanie2012-02-261-0/+4
* | Serialize Keyframe motion for region crossingsMelanie2012-02-261-0/+5
* | Merge branch 'ubitwork'Melanie2012-02-261-22/+1
|\ \
| * | changed SOP Force and Torque, adding XML (de/)serialization, also changed Bu...UbitUmarov2012-02-251-22/+1
* | | Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie2012-02-261-0/+12
|/ /
* | Prevent a nullref when nonphysical motion objects cross sim boundariesMelanie2012-02-231-1/+1
* | Add an override to make SOG.Velocity work as expectedMelanie2012-02-201-0/+6
* | Merge branch 'ubitwork'Melanie2012-02-191-9/+45
|\ \
| * | moved vehicle from SOG to SOPUbitUmarov2012-02-191-90/+0
| * | changed how vehicle data is stored and passed to physics. use unsafe in seria...UbitUmarov2012-02-181-0/+2
| * | vehicle parameters do cross (i hope) on regions in same instance ( others ne...UbitUmarov2012-02-181-1/+6
| * | let SOG know about vehicles. Still needs serialization and applyphyscis on d...UbitUmarov2012-02-181-7/+91