| Commit message (Expand) | Author | Files | Lines |
2019-02-05 | enforce prim size restrictions on physical state change; Place restrictions o... | UbitUmarov | 1 | -2/+23 |
2019-01-31 | do update physics script events on link ( this does need another cleanup one day | UbitUmarov | 1 | -0/+3 |
2019-01-30 | mantis 6702: fix collisions lldetectedlinknumber also on Yengine | UbitUmarov | 1 | -4/+9 |
2019-01-25 | cleanup | UbitUmarov | 1 | -119/+31 |
2019-01-21 | some cleanup | UbitUmarov | 1 | -44/+0 |
2019-01-21 | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 1 | -49/+40 |
2019-01-14 | a few more changes to texturesentry handling on libomv and os | UbitUmarov | 1 | -26/+38 |
2018-12-31 | lost in updates | UbitUmarov | 1 | -3/+35 |
2018-12-31 | add a bit more persistence (still mysql only) | UbitUmarov | 1 | -1/+0 |
2018-12-30 | add some persistence (mysql only) | UbitUmarov | 1 | -3/+103 |
2018-12-29 | changes on updates | UbitUmarov | 1 | -76/+27 |
2018-12-28 | sog GetLinkNumber() forget avatars that did standup | UbitUmarov | 1 | -2/+2 |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 1 | -182/+266 |
2018-05-27 | fix some cases in prim number of sides | UbitUmarov | 1 | -27/+62 |
2018-04-10 | sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie... | UbitUmarov | 1 | -1/+1 |
2018-03-05 | make more clear some magic numbers on SOP getnumberofsides(), reduce unneces... | UbitUmarov | 1 | -5/+5 |
2018-02-22 | a few more changes on tortured prims number of sides/faces | UbitUmarov | 1 | -53/+68 |
2018-02-21 | fix a old issue on some tortured prims number of sides, and so textures set | UbitUmarov | 1 | -4/+4 |
2017-11-08 | mantis 8263: recover the ignore of texture changes if only materialID changed... | UbitUmarov | 1 | -2/+4 |
2017-11-08 | remove a potencial (and silly) deadlock; let other texture parameters changes... | UbitUmarov | 1 | -26/+45 |
2017-08-19 | change SOP updates throttles again. Small values of omega on llSetTargetOmega... | UbitUmarov | 1 | -56/+70 |
2017-08-13 | change locking on sop updates | UbitUmarov | 1 | -168/+181 |
2017-07-21 | shape convex should not trigger complex cost (LI) alone | UbitUmarov | 1 | -1/+1 |
2017-07-18 | fix object updates throttle for scripts doing motion by direct change of posi... | UbitUmarov | 1 | -14/+17 |
2017-07-13 | add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; s... | UbitUmarov | 1 | -28/+76 |
2017-07-10 | a few more changes on entities updates | UbitUmarov | 1 | -30/+13 |
2017-07-10 | on entities updates throttles vectors needed to be compared as vectors, not j... | UbitUmarov | 1 | -19/+114 |
2017-06-28 | BUG FIX: change lludp hovertext utf-8 cut point. Thx djphil | UbitUmarov | 1 | -3/+4 |
2017-06-13 | some cleanup | UbitUmarov | 1 | -9/+3 |
2017-06-06 | set optional group position and rotation before attach to scene | UbitUmarov | 1 | -14/+1 |
2017-05-03 | fix right to change permissions of group owned objects | UbitUmarov | 1 | -2/+5 |
2017-04-28 | a few changes to permissions folding... we are testing. at this point only us... | UbitUmarov | 1 | -2/+2 |
2017-04-27 | add a usefull taint and update | UbitUmarov | 1 | -0/+2 |
2017-04-25 | finish encoding number of mesh faces in pbs shape on new meshs upload, and *... | UbitUmarov | 1 | -10/+14 |
2017-04-15 | several changes for osTeleportObject | UbitUmarov | 1 | -22/+13 |
2017-04-05 | add missing invalidation of osGetLinkNumber cache | UbitUmarov | 1 | -0/+2 |
2017-04-01 | store the physics inertia override in Mysql and add it to serializer. run p... | UbitUmarov | 1 | -1/+20 |
2017-01-26 | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint | UbitUmarov | 1 | -6/+5 |
2017-01-19 | add a comment about parts permissions aggregation | UbitUmarov | 1 | -0/+2 |
2017-01-17 | add more calls to effective permissions aggregation, some paths may still be ... | UbitUmarov | 1 | -2/+5 |
2017-01-17 | start adding calls to effective permissions aggregation on changes; rearrange... | UbitUmarov | 1 | -7/+4 |
2017-01-16 | avoid lastOwner beeing the group | UbitUmarov | 1 | -2/+7 |
2017-01-16 | chance new effective permissions code to ease aggregation on demand( ie on c... | UbitUmarov | 1 | -0/+27 |
2017-01-14 | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 1 | -1/+1 |
2017-01-07 | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 1 | -1/+1 |
2017-01-06 | Fix the long-standing bug that object permissions set in inventory were lost | Melanie Thielker | 1 | -0/+1 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -122/+122 |
2016-12-04 | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 1 | -1/+9 |
2016-11-22 | replace datetime.now on just timming by faster utcnow | UbitUmarov | 1 | -3/+2 |
2016-11-02 | only add a prim to physics in PhysicsShapeType if changing from type none. wh... | UbitUmarov | 1 | -55/+42 |