aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* add more test code to make usage od compressed updates etc. Should be disable...UbitUmarov2019-03-231-14/+2
* oops send flag PrimFlags.InventoryEmpty but do not override othersUbitUmarov2019-03-211-1/+1
* do send flag PrimFlags.InventoryEmptyUbitUmarov2019-03-211-1/+4
* LSL update texture entry is heavy, set all parameters on same updateUbitUmarov2019-03-191-6/+2
* prevent spurius acceleration valuesUbitUmarov2019-03-191-1/+1
* try to avoid some useless full object updatesUbitUmarov2019-03-191-5/+13
* prims have at most 9 face texturesUbitUmarov2019-03-071-2/+2
* direct encode lludp terse object update, let contain texture entryUbitUmarov2019-03-021-10/+15
* let changed allowed drop have lldetectedkey[0] return the dropped item id, Ye...UbitUmarov2019-02-211-2/+2
* enforce prim size restrictions on physical state change; Place restrictions o...UbitUmarov2019-02-051-2/+23
* do update physics script events on link ( this does need another cleanup one dayUbitUmarov2019-01-311-0/+3
* mantis 6702: fix collisions lldetectedlinknumber also on YengineUbitUmarov2019-01-301-4/+9
* cleanupUbitUmarov2019-01-251-119/+31
* some cleanupUbitUmarov2019-01-211-44/+0
* remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov2019-01-211-49/+40
* a few more changes to texturesentry handling on libomv and osUbitUmarov2019-01-141-26/+38
* lost in updatesUbitUmarov2018-12-311-3/+35
* add a bit more persistence (still mysql only)UbitUmarov2018-12-311-1/+0
* add some persistence (mysql only)UbitUmarov2018-12-301-3/+103
* changes on updatesUbitUmarov2018-12-291-76/+27
* sog GetLinkNumber() forget avatars that did standupUbitUmarov2018-12-281-2/+2
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-281-182/+266
* fix some cases in prim number of sidesUbitUmarov2018-05-271-27/+62
* sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie...UbitUmarov2018-04-101-1/+1
* make more clear some magic numbers on SOP getnumberofsides(), reduce unneces...UbitUmarov2018-03-051-5/+5
* a few more changes on tortured prims number of sides/facesUbitUmarov2018-02-221-53/+68
* fix a old issue on some tortured prims number of sides, and so textures setUbitUmarov2018-02-211-4/+4
* mantis 8263: recover the ignore of texture changes if only materialID changed...UbitUmarov2017-11-081-2/+4
* remove a potencial (and silly) deadlock; let other texture parameters changes...UbitUmarov2017-11-081-26/+45
* change SOP updates throttles again. Small values of omega on llSetTargetOmega...UbitUmarov2017-08-191-56/+70
* change locking on sop updatesUbitUmarov2017-08-131-168/+181
* shape convex should not trigger complex cost (LI) aloneUbitUmarov2017-07-211-1/+1
* fix object updates throttle for scripts doing motion by direct change of posi...UbitUmarov2017-07-181-14/+17
* add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; s...UbitUmarov2017-07-131-28/+76
* a few more changes on entities updatesUbitUmarov2017-07-101-30/+13
* on entities updates throttles vectors needed to be compared as vectors, not j...UbitUmarov2017-07-101-19/+114
* BUG FIX: change lludp hovertext utf-8 cut point. Thx djphilUbitUmarov2017-06-281-3/+4
* some cleanupUbitUmarov2017-06-131-9/+3
* set optional group position and rotation before attach to sceneUbitUmarov2017-06-061-14/+1
* fix right to change permissions of group owned objectsUbitUmarov2017-05-031-2/+5
* a few changes to permissions folding... we are testing. at this point only us...UbitUmarov2017-04-281-2/+2
* add a usefull taint and updateUbitUmarov2017-04-271-0/+2
* finish encoding number of mesh faces in pbs shape on new meshs upload, and *...UbitUmarov2017-04-251-10/+14
* several changes for osTeleportObjectUbitUmarov2017-04-151-22/+13
* add missing invalidation of osGetLinkNumber cacheUbitUmarov2017-04-051-0/+2
* store the physics inertia override in Mysql and add it to serializer. run p...UbitUmarov2017-04-011-1/+20
* remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov2017-01-261-6/+5
* add a comment about parts permissions aggregationUbitUmarov2017-01-191-0/+2
* add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov2017-01-171-2/+5
* start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov2017-01-171-7/+4