aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Push updates from keyframe directly to the front of the output queue ...Melanie2013-02-121-6/+1
* Push updates from keyframe directly to the front of the output queue ratherMelanie2013-02-121-1/+6
* Reinstate cleaning objects from parcel when avatars sit on them. Instead do itMelanie2013-01-261-1/+1
* Stop temp-on-rez object from being deleted while an avatar sits on themMelanie2013-01-261-1/+1
* Add accessors to allow serializing rot and position targetsMelanie2013-01-211-2/+12
* Limit active at targets to 8Melanie2013-01-211-2/+6
* dont send a full grp update on stopmovetotarget. just a rootpart terseUbitUmarov2013-01-161-0/+2
* remove redundant lastPhysGroupPos and lastPhysGroupRot checksUbitUmarov2013-01-111-16/+3
* Fix locking for goodMelanie2012-12-181-3/+3
* Merge branch 'avination' of ssh://3dhosting.de/var/git/careminster into avina...Melanie2012-12-171-3/+3
|\
| * * Fix for Prim Locking. Prior to the merge, it was just a clone of the root...teravus2012-12-151-4/+4
* | Fix locking objectsMelanie2012-12-161-1/+3
|/
* Merge branch 'avination' into careminsterMelanie2012-11-171-5/+10
|\
| * actually remove the use of random on persist timmingsUbitUmarov2012-11-021-4/+6
| * Create a new random when needed using normal time based seed instead ofUbitUmarov2012-11-021-2/+5
* | Merge branch 'avination' into careminsterMelanie2012-10-281-3/+17
|\ \ | |/
| * Add a property to determine if a link set is stored in the database. Also, fixMelanie2012-10-281-0/+13
| * Merge branch 'ubitwork' into avinationMelanie2012-10-191-3/+4
| |\
| | * extend coment to include all unused SOG CheckSculptAndLoad()UbitUmarov2012-10-181-3/+4
* | | Merge branch 'avination' into careminsterMelanie2012-10-181-2/+2
|\ \ \ | |/ /
| * | Merge branch 'ubitwork' into avinationMelanie2012-10-171-2/+2
| |\ \ | | |/
| | * [DANGER UNTESTED] ODE mesh assets. Other plugins will not do meshs/sculptsUbitUmarov2012-10-071-2/+2
* | | Merge branch 'avination' into careminsterMelanie2012-10-171-0/+15
|\ \ \ | |/ /
| * | Fix perms when linking an object. Set root part perms to the permsMelanie2012-10-141-0/+7
| * | Change permissions on child prim inventory items when god mode "forceMelanie2012-10-081-0/+8
| |/
* | Remove a core undo call that we don't need.Melanie2012-09-271-2/+0
* | Make it possible to rescale SOGs when they are not in a scene.Justin Clark-Casey (justincc)2012-09-271-23/+30
* | Merge branch 'master' into careminsterMelanie2012-09-161-7/+8
|\ \
| * | Fix indentation and issues where tabs were used instead of spaces in commit 7...Justin Clark-Casey (justincc)2012-09-121-7/+8
* | | Merge branch 'avination' into careminsterMelanie2012-09-101-1/+5
|\ \ \ | | |/ | |/|
| * | Refactor avatar transfer so that the heavy (UpdateAgent) part is separated intoMelanie2012-09-041-1/+1
| * | move keyframemotion.copy from sop.copy to sog.copy, where there isUbitUmarov2012-08-301-0/+4
* | | Merge branch 'master' into careminsterMelanie2012-09-091-0/+18
|\ \ \ | | |/ | |/|
| * | implementing per-region configuration of limits on the number of prims one ca...SignpostMarv2012-09-091-0/+18
| * | Fix bad child prim permissions that can make objects change perms after rezzingMelanie2012-08-241-3/+15
* | | Merge branch 'avination' into careminsterMelanie2012-08-311-7/+17
|\ \ \ | | |/ | |/|
| * | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-08-301-1/+2
| |\ \
| | * \ Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkMelanie2012-08-291-5/+22
| | |\ \
| | * | | Fix a nullref while object is being createdMelanie2012-08-281-1/+2
| * | | | [possible still bad] make use of keyframemotion.copy on sop.copy, replacingUbitUmarov2012-08-301-10/+2
| | |/ / | |/| |
| * | | A few more changes to keyframesUbitUmarov2012-08-291-2/+2
| * | | [possible still very broken] mess around keyframes. timer eventsUbitUmarov2012-08-281-6/+23
| |/ /
* | | Merge branch 'avination' into careminsterMelanie2012-08-241-3/+15
|\ \ \ | |/ /
| * | Fix bad child prim permissions that can make objects change perms after rezzingMelanie2012-08-231-3/+15
* | | Merge branch 'avination' into careminsterMelanie2012-08-231-0/+2
|\ \ \ | |/ /
| * | Cause a persistence save if prim flags changeMelanie2012-08-211-0/+2
* | | Merge branch 'master' into careminsterMelanie2012-08-181-6/+54
|\ \ \ | |/ / |/| / | |/
| * enables configurable minimum sizes for physical & non-physical primsSignpostMarv2012-08-151-6/+54
* | Remove AreUpdatesSuspended flag because it does nothingMelanie2012-08-161-17/+0
* | Change case of areUpdatesSuspended to upper case as is proper for a propertyMelanie2012-08-161-1/+1