| Commit message (Expand) | Author | Files | Lines |
2015-12-19 | adjust the checks for invalid asset IDs. changed upload fail detection | UbitUmarov | 1 | -16/+16 |
2015-12-17 | remove the unused OBB physics parameters export, since they aren't actually u... | UbitUmarov | 2 | -53/+0 |
2015-12-17 | fix silly bug: Dynamics are to apply to root prim not child | UbitUmarov | 1 | -1/+1 |
2015-12-17 | current priority code uses avatar position not camera, so fix reprioritizer. ... | UbitUmarov | 1 | -7/+9 |
2015-12-17 | save a expensive call to CameraPosition | UbitUmarov | 1 | -2/+3 |
2015-12-17 | change updates reprioritization control code. Do it under normal avatar updat... | UbitUmarov | 1 | -61/+56 |
2015-12-16 | dont bother another thread to try to send if there is no one to listen | UbitUmarov | 1 | -2/+10 |
2015-12-16 | fix test: scene update needs to run after the delay | UbitUmarov | 1 | -3/+7 |
2015-12-16 | revert last change and add delays on testing, since child updates now have ti... | UbitUmarov | 2 | -3/+6 |
2015-12-16 | temporary remove the delay on first child updates | UbitUmarov | 1 | -7/+9 |
2015-12-16 | several changes to parcels access control and scenepresence updates rates | UbitUmarov | 2 | -171/+169 |
2015-12-15 | make parcel bans do something on vehicles. Just a first code, far from good | UbitUmarov | 1 | -1/+2 |
2015-12-15 | fix typo | UbitUmarov | 3 | -12/+10 |
2015-12-15 | a few more changes on parcels location finding | UbitUmarov | 1 | -45/+44 |
2015-12-15 | remove replaced code | UbitUmarov | 1 | -36/+0 |
2015-12-15 | replace GetNearestPoint... funtions | UbitUmarov | 3 | -21/+194 |
2015-12-15 | some changes parcels AABB math etc | UbitUmarov | 1 | -54/+45 |
2015-12-15 | dont round to nearest int when checking position in parcel since next high in... | UbitUmarov | 1 | -1/+1 |
2015-12-14 | rename a parameter | UbitUmarov | 1 | -2/+2 |
2015-12-14 | bug fix | UbitUmarov | 1 | -2/+2 |
2015-12-14 | removed unneeded funtions | UbitUmarov | 1 | -15/+4 |
2015-12-14 | on join parcels, keep the information of the larger parcel, since thats how i... | UbitUmarov | 1 | -19/+24 |
2015-12-14 | calculate land startpoint, endpoint and center estimate when it is updated, i... | UbitUmarov | 3 | -79/+65 |
2015-12-13 | taint prim count when join or subdivide parcels | UbitUmarov | 1 | -1/+4 |
2015-12-13 | change default landpoint type to anywhere (direct) | UbitUmarov | 2 | -21/+32 |
2015-12-13 | several changes to telehubs, LandPoint and land access | UbitUmarov | 2 | -219/+255 |
2015-12-13 | fix: do tell and log denied access to estate | UbitUmarov | 1 | -19/+19 |
2015-12-13 | fix: if no groups module, deny access | UbitUmarov | 2 | -2/+3 |
2015-12-13 | several changes to region and land access control - this may be a bit broken now | UbitUmarov | 1 | -198/+192 |
2015-12-12 | improve a bit llpushobject on avatars using bullet, but force is ignored a fe... | UbitUmarov | 1 | -0/+8 |
2015-12-12 | invalidate LandPoint on land subdivide | UbitUmarov | 1 | -3/+9 |
2015-12-12 | make sure land access/ban lists are active when changed by new viewers | UbitUmarov | 1 | -0/+11 |
2015-12-12 | fix land access/ban list sending for new viewers | UbitUmarov | 1 | -2/+2 |
2015-12-12 | add IsEstateManager check to Permissions | UbitUmarov | 2 | -0/+18 |
2015-12-11 | change vivox url from https:// to http:// still another | UbitUmarov | 1 | -1/+1 |
2015-12-11 | change vivox url from https:// to http:// missed several | UbitUmarov | 1 | -8/+8 |
2015-12-11 | change vivox url from https:// to http:// (merge issue) | UbitUmarov | 1 | -2/+1 |
2015-12-11 | fix backup control flag, still a bad merge effect | UbitUmarov | 1 | -12/+4 |
2015-12-10 | keep SOG reference to root part since two many things depend on deleted SOGs ... | UbitUmarov | 3 | -7/+10 |
2015-12-10 | remove some SOG references on delete to help GC | UbitUmarov | 3 | -3/+23 |
2015-12-09 | dont try to process packets for deleted clients | UbitUmarov | 1 | -34/+28 |
2015-12-09 | disable useless and totally wrong incoming Pools | UbitUmarov | 1 | -4/+7 |
2015-12-09 | don't keep a reference to config, if not in use | UbitUmarov | 1 | -1/+3 |
2015-12-09 | minor cleanup | UbitUmarov | 1 | -17/+4 |
2015-12-09 | minor cleanup | UbitUmarov | 1 | -13/+4 |
2015-12-09 | coment out odd DoubleQueue class code | UbitUmarov | 1 | -1/+2 |
2015-12-09 | tick region health a bit faster | UbitUmarov | 1 | -1/+1 |
2015-12-09 | fix the queue type in use | UbitUmarov | 1 | -11/+12 |
2015-12-09 | fix the queue type in use | UbitUmarov | 1 | -7/+8 |
2015-12-09 | add some missing GC.RemoveMemoryPressure() | UbitUmarov | 1 | -0/+2 |