aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-05dont try to backup a object in the middle of possible multipack linkUbitUmarov1-3/+1
2019-01-31cosmeticsUbitUmarov1-49/+18
2019-01-25Ooops fix bad lockingUbitUmarov1-69/+60
2019-01-19mantis 8458: don't forget prims on search map on link/unlinkUbitUmarov1-6/+8
2019-01-06more changes on scenegraph etcUbitUmarov1-363/+434
2019-01-06change scenegraph lockingUbitUmarov1-52/+69
2019-01-06similar to sps array in scenegraphUbitUmarov1-14/+15
2019-01-01mantis 8438: work around null refUbitUmarov1-27/+26
2018-12-31lost in updatesUbitUmarov1-8/+5
2018-12-29changes on updatesUbitUmarov1-0/+2
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-67/+59
2017-07-12rename SOG.UpdatePrimFlags as just UpdateFlags since this is relative to the ...UbitUmarov1-1/+1
2017-06-13 some cleanupUbitUmarov1-3/+6
2017-06-12improve english on few messages (thx)UbitUmarov1-2/+2
2017-06-11fix a error messageUbitUmarov1-2/+5
2017-06-06set optional group position and rotation before attach to sceneUbitUmarov1-5/+5
2017-05-04 do the same in the cases we are just moving parts around and not changing th...UbitUmarov1-1/+1
2017-05-04 move deep effective permissions aggregation to first time use and not on cha...UbitUmarov1-1/+1
2017-04-16 fix active objects count down, a path at leastUbitUmarov1-2/+7
2017-04-04 add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...UbitUmarov1-0/+2
2017-01-26 remove unused and wrong methodsUbitUmarov1-1/+1
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov1-1/+1
2017-01-19change CanDuplicateObjectUbitUmarov1-2/+1
2017-01-19actually make use of it as viewers requestedUbitUmarov1-6/+1
2017-01-19fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...UbitUmarov1-1/+1
2017-01-19add CanEdit check for SOGs, iclients and SPs that need to be in scene and use itUbitUmarov1-10/+10
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov1-45/+16
2017-01-17add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov1-1/+1
2017-01-17start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov1-16/+11
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov1-2/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-29/+29
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty1-0/+1
2016-11-09stop warning about integer division cast to floatUbitUmarov1-2/+2
2016-11-02only add a prim to physics in PhysicsShapeType if changing from type none. wh...UbitUmarov1-1/+1
2016-09-24fix linknumbers when unlink the root primUbitUmarov1-67/+49
2016-09-24remove a redundant and potencially dangerous child.AbsolutePosition = child.A...UbitUmarov1-1/+2
2016-09-16change spinobject math, and a few minor thingsUbitUmarov1-26/+0
2016-09-16move SpinObject funtions from Scenegraph to PacketHandlers, close to grab han...UbitUmarov1-40/+0
2016-08-21 remove sceneGraph MoveObject and make it part of ProcessObjectGrabUpdate ( s...UbitUmarov1-2/+2
2016-07-28remove more code related to Mega regionsUbitUmarov1-37/+34
2016-07-13add missing prim count for statsUbitUmarov1-0/+8
2016-07-03scale down position X and Y acording to region size on sending coarse Updates...UbitUmarov1-2/+17
2016-05-16Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventoryDiva Canto1-0/+1
2015-11-26Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore pri...Melanie Thielker1-2/+4
2015-11-16 dont find parts of groups marked as DeletedUbitUmarov1-1/+1
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