aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-22Make physics engines finish internal representation of loaded prims before st...UbitUmarov1-0/+6
2015-09-04In SceneGraph, use the property PhysicsScene instead of the variable _PhysSce...Diva Canto1-3/+3
2015-09-02seems to compile ( tests comented out)UbitUmarov1-58/+2
2015-08-31First commit where physics work as region module.Diva Canto1-1/+6
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin1-4/+55
2014-10-25 some code reorder/minor changesUbitUmarov1-50/+40
2014-09-22debug show stack traceUbitUmarov1-1/+1
2014-09-22 a few more changes on link/unlinkUbitUmarov1-10/+7
2014-09-22same in a few more spotsUbitUmarov1-3/+10
2014-09-22 send to world or backup, after setting finding informationUbitUmarov1-4/+6
2014-09-22 update scenegraph group find by part information in sog link, so script lin...UbitUmarov1-3/+18
2014-09-08limit number of prims on physical objects. Not all cases covered stillUbitUmarov1-1/+9
2014-08-29Implement STATUS_BLOCK_GRAB_OBJECT in llSetStatus()/llGetStatus() and correct...Justin Clark-Casey (justincc)1-1/+2
2014-07-21Minor: changed "existant" to "existent"Oren Hurvitz1-1/+1
2014-04-02Made GetScenePresence() case-insensitive when searching by user name. This ma...Oren Hurvitz1-1/+2
2014-04-02Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)1-4/+15
2013-11-13Fix bug where removing a physical linkset would only decrement the Active Obj...Justin Clark-Casey (justincc)1-2/+2
2013-08-23Refactor: merge SceneGraph.AddScenePresence() into CreateAndAddChildScenePres...Justin Clark-Casey (justincc)1-28/+6
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie1-0/+11
2013-02-07Plumb the path from the client to the extra physics params and backMelanie1-2/+23
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-28/+7
2012-10-24Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)1-0/+24
2012-10-14Fix perms when linking an object. Set root part perms to the permsMelanie1-0/+2
2012-08-24Pass the "attachToBackup" bool given to SceneGraph.AddNewSceneObject() down i...Justin Clark-Casey (justincc)1-1/+1
2012-08-16Remove AreUpdatesSuspended flag because it does nothingMelanie1-7/+0
2012-08-16Change case of areUpdatesSuspended to upper case as is proper for a propertyMelanie1-7/+7
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-6/+3
2012-07-23Committing Avination's memleak fix-a-thon, installment #3Melanie1-0/+2
2012-07-19Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)1-1/+1
2012-07-11 Melanie fix: detach SOGs from backup on linkingUbitUmarov1-0/+2
2012-07-07Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)1-3/+3
2012-07-06Add assert to attachment regression tests to check that number of objects in ...Justin Clark-Casey (justincc)1-5/+13
2012-06-21fix SceneGraph Add/Remove PhysicalPrim countersUbitUmarov1-2/+2
2012-06-08Go back to calling IncomingCloseAgent() in the "kick user" command for consis...Justin Clark-Casey (justincc)1-6/+0
2012-06-08Remove duplicate update of user count in Scene.IncomingCloseAgent()Justin Clark-Casey (justincc)1-4/+4
2012-06-05fix the real cause of double velocityUbitUmarov1-1/+0
2012-05-17Check agent limit against root agent count rather than both root and child ag...Justin Clark-Casey (justincc)1-5/+0
2012-05-08Perform SceneGraph.DuplicateObject() under existing m_updateLock already used...Justin Clark-Casey (justincc)1-75/+89
2012-05-07Fix moving no-mod objects. Fixes a regression introduced with the undo fixMelanie1-0/+27
2012-04-26Help big boobies to dance (avatar visualParams). May not persist and need mor...UbitUmarov1-1/+1
2012-04-19 changed - VolumeDetect and phantom setting interaction. Script VD(true) forc...UbitUmarov1-2/+12
2012-04-17minor: Add some method doc. Add warnings since calling SOG link/delink metho...Justin Clark-Casey (justincc)1-0/+3
2012-04-03Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)1-1/+2
2012-03-31refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)1-2/+2
2012-03-31Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)1-3/+3
2012-03-20 add some more notifications about changes on physical parameters ( still inc...UbitUmarov1-0/+4
2012-03-16Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)1-30/+1
2012-03-15 added ObjectPhysicsProperties http event message to send viewer that data. F...UbitUmarov1-0/+1