| Commit message (Expand) | Author | Files | Lines |
2014-11-10 | Call the bake module each time we see a new attachment to see if the attachment | Melanie Thielker | 1 | -0/+4 |
2014-11-08 | try to preserve permitions on object returns | UbitUmarov | 1 | -1/+5 |
2014-11-08 | remove duplicated lines | UbitUmarov | 1 | -3/+0 |
2014-11-06 | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 5 | -9/+47 |
2014-11-06 | allow drawdistance to change between 32 and MaxDrawDistance, configurable | UbitUmarov | 4 | -17/+34 |
2014-11-03 | BUG fix : fix a very silly bug uint in place of ulong :( | UbitUmarov | 1 | -1/+1 |
2014-11-03 | always write physicsShapeType on sop serialization since default value | UbitUmarov | 1 | -2/+1 |
2014-11-03 | BUG FIX prevent references to null scene (as happens on mesh uploads) | UbitUmarov | 1 | -12/+15 |
2014-11-01 | only close child agents on sucess of V1 tp not at start | UbitUmarov | 1 | -38/+10 |
2014-11-01 | don't send updates for deleted agents | UbitUmarov | 1 | -3/+4 |
2014-10-31 | sadly revert to resend terseUpdates enqueuing them back into entityupdates | UbitUmarov | 2 | -4/+47 |
2014-10-30 | set udp SocketOptionName.ReuseAddress to false, to not allow two regions | UbitUmarov | 1 | -0/+2 |
2014-10-30 | Fix a potential nullref in Vivox | Melanie Thielker | 1 | -0/+4 |
2014-10-30 | Fix a script load issue | Melanie Thielker | 1 | -1/+1 |
2014-10-29 | change last commit, need to send to Xbakes or changes will not be detected | UbitUmarov | 1 | -1/+2 |
2014-10-29 | bug fix and don't send to xbakes if requesting rebakes | UbitUmarov | 1 | -12/+13 |
2014-10-29 | Fix baked textures for regions without external Xbakes adding rebake | UbitUmarov | 1 | -32/+35 |
2014-10-28 | try to make a avatar usesable if its siting part didn't cross, or crossed | UbitUmarov | 1 | -86/+12 |
2014-10-26 | fix parcel proprieties update sending | UbitUmarov | 1 | -4/+7 |
2014-10-26 | do consider skirt baked texture on validation | UbitUmarov | 1 | -3/+9 |
2014-10-26 | dont send baked textures assets, but send cache information | UbitUmarov | 1 | -5/+13 |
2014-10-26 | remove debug message | UbitUmarov | 1 | -7/+0 |
2014-10-26 | delete keyframes on temporary backup group | UbitUmarov | 1 | -0/+8 |
2014-10-26 | bug fix | UbitUmarov | 1 | -1/+6 |
2014-10-26 | Debug... ( restored TriggerOnSceneObjectPreSave) | UbitUmarov | 1 | -12/+10 |
2014-10-26 | remove lock that did nothing, DEBUG disable TriggerOnSceneObjectPreSave | UbitUmarov | 1 | -4/+3 |
2014-10-26 | another try to prevent double crossing | UbitUmarov | 1 | -52/+46 |
2014-10-26 | keep intransit flag even if deleted, dont set sog position if in transit | UbitUmarov | 1 | -41/+38 |
2014-10-26 | some cleanup, localID coerence fix.. | UbitUmarov | 2 | -30/+10 |
2014-10-25 | some code reorder/minor changes | UbitUmarov | 1 | -50/+40 |
2014-10-24 | don't backup in transit SOGs | UbitUmarov | 1 | -1/+1 |
2014-10-24 | add more temporary fixes for regionSize zero | UbitUmarov | 1 | -0/+12 |
2014-10-24 | check new region size on added code for varsize till its fully suported | UbitUmarov | 1 | -0/+4 |
2014-10-24 | try to make SOG crossings full async. Simplify some borders checking.... | UbitUmarov | 5 | -267/+426 |
2014-10-22 | remove some Xengine errors on scripted object delete | UbitUmarov | 1 | -14/+8 |
2014-10-21 | refuse crossings if logins disabled | UbitUmarov | 1 | -0/+7 |
2014-10-21 | make sure we return false if catch() is triggered on crossing | UbitUmarov | 1 | -0/+1 |
2014-10-21 | do agent crossing async, including QUERYACCESS ( need to check vehicles for | UbitUmarov | 3 | -10/+56 |
2014-10-20 | Assume childreen don't need to know caps seeds | UbitUmarov | 2 | -33/+47 |
2014-10-19 | try to fix propagation of seeds to all relevante regions | UbitUmarov | 3 | -37/+101 |
2014-10-18 | change position in new region estimation. Reduce border jitter margin | UbitUmarov | 1 | -34/+14 |
2014-10-18 | fix SW direction diagonal crossing | UbitUmarov | 1 | -2/+5 |
2014-10-18 | change child agents creation/notification. As before this assumes that | UbitUmarov | 2 | -121/+119 |
2014-10-17 | debug makeroot timing | UbitUmarov | 1 | -0/+10 |
2014-10-17 | send motion control state in update to childs. Reset CollisionPlane on | UbitUmarov | 1 | -2/+9 |
2014-10-17 | send correct caps seed on CreateAgent to a nearby region | UbitUmarov | 1 | -45/+23 |
2014-10-16 | Fix an obscure permissions exploit. Taking items from a friend's prim could | Melanie Thielker | 1 | -6/+4 |
2014-10-13 | Revert "*TEST* send udp sync. Stop uncontroled and hidden use of IO threads." | Melanie Thielker | 2 | -18/+1 |
2014-10-13 | revert to async send, since past experience showed sync didn't work when | UbitUmarov | 1 | -2/+2 |
2014-10-13 | *TEST* send udp sync. Stop uncontroled and hidden use of IO threads. | UbitUmarov | 2 | -2/+19 |