| Commit message (Expand) | Author | Age | Files | Lines |
* | add more test code to make usage od compressed updates etc. Should be disable... | UbitUmarov | 2019-03-23 | 1 | -14/+2 |
* | oops send flag PrimFlags.InventoryEmpty but do not override others | UbitUmarov | 2019-03-21 | 1 | -1/+1 |
* | do send flag PrimFlags.InventoryEmpty | UbitUmarov | 2019-03-21 | 1 | -1/+4 |
* | LSL update texture entry is heavy, set all parameters on same update | UbitUmarov | 2019-03-19 | 1 | -6/+2 |
* | prevent spurius acceleration values | UbitUmarov | 2019-03-19 | 1 | -1/+1 |
* | try to avoid some useless full object updates | UbitUmarov | 2019-03-19 | 1 | -5/+13 |
* | prims have at most 9 face textures | UbitUmarov | 2019-03-07 | 1 | -2/+2 |
* | direct encode lludp terse object update, let contain texture entry | UbitUmarov | 2019-03-02 | 1 | -10/+15 |
* | let changed allowed drop have lldetectedkey[0] return the dropped item id, Ye... | UbitUmarov | 2019-02-21 | 1 | -2/+2 |
* | enforce prim size restrictions on physical state change; Place restrictions o... | UbitUmarov | 2019-02-05 | 1 | -2/+23 |
* | do update physics script events on link ( this does need another cleanup one day | UbitUmarov | 2019-01-31 | 1 | -0/+3 |
* | mantis 6702: fix collisions lldetectedlinknumber also on Yengine | UbitUmarov | 2019-01-30 | 1 | -4/+9 |
* | cleanup | UbitUmarov | 2019-01-25 | 1 | -119/+31 |
* | some cleanup | UbitUmarov | 2019-01-21 | 1 | -44/+0 |
* | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 2019-01-21 | 1 | -49/+40 |
* | a few more changes to texturesentry handling on libomv and os | UbitUmarov | 2019-01-14 | 1 | -26/+38 |
* | lost in updates | UbitUmarov | 2018-12-31 | 1 | -3/+35 |
* | add a bit more persistence (still mysql only) | UbitUmarov | 2018-12-31 | 1 | -1/+0 |
* | add some persistence (mysql only) | UbitUmarov | 2018-12-30 | 1 | -3/+103 |
* | changes on updates | UbitUmarov | 2018-12-29 | 1 | -76/+27 |
* | sog GetLinkNumber() forget avatars that did standup | UbitUmarov | 2018-12-28 | 1 | -2/+2 |
* | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 2018-12-28 | 1 | -182/+266 |
* | fix some cases in prim number of sides | UbitUmarov | 2018-05-27 | 1 | -27/+62 |
* | sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie... | UbitUmarov | 2018-04-10 | 1 | -1/+1 |
* | make more clear some magic numbers on SOP getnumberofsides(), reduce unneces... | UbitUmarov | 2018-03-05 | 1 | -5/+5 |
* | a few more changes on tortured prims number of sides/faces | UbitUmarov | 2018-02-22 | 1 | -53/+68 |
* | fix a old issue on some tortured prims number of sides, and so textures set | UbitUmarov | 2018-02-21 | 1 | -4/+4 |
* | mantis 8263: recover the ignore of texture changes if only materialID changed... | UbitUmarov | 2017-11-08 | 1 | -2/+4 |
* | remove a potencial (and silly) deadlock; let other texture parameters changes... | UbitUmarov | 2017-11-08 | 1 | -26/+45 |
* | change SOP updates throttles again. Small values of omega on llSetTargetOmega... | UbitUmarov | 2017-08-19 | 1 | -56/+70 |
* | change locking on sop updates | UbitUmarov | 2017-08-13 | 1 | -168/+181 |
* | shape convex should not trigger complex cost (LI) alone | UbitUmarov | 2017-07-21 | 1 | -1/+1 |
* | fix object updates throttle for scripts doing motion by direct change of posi... | UbitUmarov | 2017-07-18 | 1 | -14/+17 |
* | add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; s... | UbitUmarov | 2017-07-13 | 1 | -28/+76 |
* | a few more changes on entities updates | UbitUmarov | 2017-07-10 | 1 | -30/+13 |
* | on entities updates throttles vectors needed to be compared as vectors, not j... | UbitUmarov | 2017-07-10 | 1 | -19/+114 |
* | BUG FIX: change lludp hovertext utf-8 cut point. Thx djphil | UbitUmarov | 2017-06-28 | 1 | -3/+4 |
* | some cleanup | UbitUmarov | 2017-06-13 | 1 | -9/+3 |
* | set optional group position and rotation before attach to scene | UbitUmarov | 2017-06-06 | 1 | -14/+1 |
* | fix right to change permissions of group owned objects | UbitUmarov | 2017-05-03 | 1 | -2/+5 |
* | a few changes to permissions folding... we are testing. at this point only us... | UbitUmarov | 2017-04-28 | 1 | -2/+2 |
* | add a usefull taint and update | UbitUmarov | 2017-04-27 | 1 | -0/+2 |
* | finish encoding number of mesh faces in pbs shape on new meshs upload, and *... | UbitUmarov | 2017-04-25 | 1 | -10/+14 |
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 1 | -22/+13 |
* | add missing invalidation of osGetLinkNumber cache | UbitUmarov | 2017-04-05 | 1 | -0/+2 |
* | store the physics inertia override in Mysql and add it to serializer. run p... | UbitUmarov | 2017-04-01 | 1 | -1/+20 |
* | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint | UbitUmarov | 2017-01-26 | 1 | -6/+5 |
* | add a comment about parts permissions aggregation | UbitUmarov | 2017-01-19 | 1 | -0/+2 |
* | add more calls to effective permissions aggregation, some paths may still be ... | UbitUmarov | 2017-01-17 | 1 | -2/+5 |
* | start adding calls to effective permissions aggregation on changes; rearrange... | UbitUmarov | 2017-01-17 | 1 | -7/+4 |