aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove AreUpdatesSuspended flag because it does nothingMelanie2012-08-161-7/+0
* Change case of areUpdatesSuspended to upper case as is proper for a propertyMelanie2012-08-161-7/+7
* Merge branch 'master' into careminsterMelanie2012-07-201-1/+1
|\
| * Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)2012-07-191-1/+1
* | Merge branch 'avination' into careminsterMelanie2012-07-111-0/+2
|\ \
| * | Melanie fix: detach SOGs from backup on linkingUbitUmarov2012-07-111-0/+2
* | | Merge branch 'master' into careminsterMelanie2012-07-111-8/+16
|\ \ \ | | |/ | |/|
| * | Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-3/+3
| * | Add assert to attachment regression tests to check that number of objects in ...Justin Clark-Casey (justincc)2012-07-061-5/+13
* | | Merge branch 'avination' into careminsterMelanie2012-07-061-2/+2
|\ \ \ | | |/ | |/|
| * | fix SceneGraph Add/Remove PhysicalPrim countersUbitUmarov2012-06-211-2/+2
* | | Merge branch 'master' into careminsterMelanie2012-06-081-6/+0
|\ \ \ | | |/ | |/|
| * | Go back to calling IncomingCloseAgent() in the "kick user" command for consis...Justin Clark-Casey (justincc)2012-06-081-6/+0
| * | Remove duplicate update of user count in Scene.IncomingCloseAgent()Justin Clark-Casey (justincc)2012-06-081-4/+4
* | | Merge branch 'avination' into careminsterMelanie2012-06-061-1/+0
|\ \ \ | | |/ | |/|
| * | fix the real cause of double velocityUbitUmarov2012-06-051-1/+0
* | | Merge branch 'master' into careminsterMelanie2012-05-191-5/+0
|\ \ \ | | |/ | |/|
| * | Check agent limit against root agent count rather than both root and child ag...Justin Clark-Casey (justincc)2012-05-171-5/+0
* | | Merge branch 'master' into careminsterMelanie2012-05-091-10/+15
|\ \ \ | |/ /
| * | Perform SceneGraph.DuplicateObject() under existing m_updateLock already used...Justin Clark-Casey (justincc)2012-05-081-75/+89
* | | Merge branch 'avination' into careminsterMelanie2012-05-081-0/+27
|\ \ \ | | |/ | |/|
| * | Fix moving no-mod objects. Fixes a regression introduced with the undo fixMelanie2012-05-071-0/+27
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-271-1/+1
|\ \ \ | |/ /
| * | Help big boobies to dance (avatar visualParams). May not persist and need mor...UbitUmarov2012-04-261-1/+1
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-201-2/+12
|\ \ \ | |/ /
| * | changed - VolumeDetect and phantom setting interaction. Script VD(true) forc...UbitUmarov2012-04-191-2/+12
* | | Merge branch 'master' into careminsterMelanie2012-04-181-0/+3
|\ \ \ | |/ / |/| / | |/
| * minor: Add some method doc. Add warnings since calling SOG link/delink metho...Justin Clark-Casey (justincc)2012-04-171-0/+3
* | Merge branch 'master' into careminsterMelanie2012-04-031-1/+2
|\ \ | |/
| * Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)2012-04-031-1/+2
* | Merge branch 'master' into careminsterMelanie2012-03-311-5/+5
|\ \ | |/
| * refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)2012-03-311-2/+2
| * Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)2012-03-311-3/+3
* | add some more notifications about changes on physical parameters ( still inc...UbitUmarov2012-03-201-0/+4
* | Merge branch 'master' into careminsterMelanie2012-03-181-30/+1
|\ \ | |/
| * Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-161-30/+1
* | added ObjectPhysicsProperties http event message to send viewer that data. F...UbitUmarov2012-03-151-0/+1
* | initial suport for ExtraPhysical parts parameters. Reading from llclientView ...UbitUmarov2012-03-131-2/+9
* | Refactor, move OjectChangeData into it's own file and renameMelanie2012-03-131-114/+1
* | BIG MESS. changed Iclient interface so only one event is used to inform scene...UbitUmarov2012-03-101-0/+152
* | Merge branch 'master' into careminsterMelanie2012-03-091-21/+3
|\ \ | |/
| * Simplify minimap coarse location code by just reference SP.AbsolutePositionJustin Clark-Casey (justincc)2012-03-091-5/+1
| * Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)2012-03-091-19/+5
* | Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie2012-02-261-0/+11
* | Merge branch 'master' into careminsterMelanie2012-02-181-2/+2
|\ \ | |/
| * Fix a bug where changing shape parameters of a child prim in a linkset would ...Justin Clark-Casey (justincc)2012-02-181-2/+2
* | Merge branch 'master' into careminsterMelanie2012-02-161-5/+5
|\ \ | |/
| * In ObjectTortureTests, run garbage collector on Teardown and run scene loop u...Justin Clark-Casey (justincc)2012-02-151-5/+5
* | Merge branch 'master' into careminsterMelanie2012-02-091-2/+11
|\ \ | |/
| * Stop a scene object from attempting to link with itself (which results in an ...Justin Clark-Casey (justincc)2012-02-081-5/+11