| Commit message (Expand) | Author | Age | Files | Lines |
* | limit max number of attachments to 38. All can be on same point | UbitUmarov | 2019-11-13 | 1 | -2/+0 |
* | let autopilot also stand from a object | UbitUmarov | 2019-11-07 | 1 | -1/+1 |
* | avoid a null ref | UbitUmarov | 2019-11-07 | 1 | -11/+23 |
* | avoid a null ref ( this should not be needed) | UbitUmarov | 2019-09-18 | 1 | -1/+5 |
* | extent supported number of avatar textures/bakes/wearables, tell viewers abou... | UbitUmarov | 2019-09-11 | 1 | -10/+1 |
* | update libomv with simpler Texture.GetBakesBytes | UbitUmarov | 2019-08-29 | 1 | -1/+1 |
* | change appearance data sent to others | UbitUmarov | 2019-08-28 | 1 | -2/+10 |
* | osLocalTeleportAgent: if lookat or fly options, just move the avatar, not tel... | UbitUmarov | 2019-05-03 | 1 | -28/+33 |
* | soem cleanup | UbitUmarov | 2019-05-02 | 1 | -10/+3 |
* | osLocalTeleportAgent: no region crossings :( ; check avatar access to target ... | UbitUmarov | 2019-05-01 | 1 | -9/+68 |
* | add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ... | UbitUmarov | 2019-05-01 | 1 | -26/+23 |
* | sop: rename a few fields | UbitUmarov | 2019-04-30 | 1 | -25/+25 |
* | change interpretation of a viewer flag | UbitUmarov | 2019-04-06 | 1 | -11/+3 |
* | try handle the special case MaxRegionsViewDistance = 0 (agents only see void ... | UbitUmarov | 2019-04-05 | 1 | -3/+2 |
* | kill avatar on agents that do not see its new region | UbitUmarov | 2019-04-05 | 1 | -0/+8 |
* | make sure viewer knows where to place a sitting avatar, this will need deep r... | UbitUmarov | 2019-04-05 | 1 | -0/+13 |
* | fix MinRegionViewDistance option (added in last commit); change regions view... | UbitUmarov | 2019-04-05 | 1 | -2/+6 |
* | add option RegionViewDistance | UbitUmarov | 2019-04-05 | 1 | -1/+1 |
* | duhhh npcs don't have child agents; plus minor typos | UbitUmarov | 2019-04-05 | 1 | -5/+12 |
* | change visible regions also by view range change; fix check on crossings | UbitUmarov | 2019-04-04 | 1 | -3/+4 |
* | control visible regions by avatar position and view range, first dirty code | UbitUmarov | 2019-04-04 | 1 | -57/+93 |
* | send agent view range to new child agents | UbitUmarov | 2019-04-04 | 1 | -1/+8 |
* | change avatars sending point | UbitUmarov | 2019-04-02 | 1 | -8/+10 |
* | make tests happy again; try to speedup crossings | UbitUmarov | 2019-04-02 | 1 | -6/+25 |
* | change the point where child regions are closed/opened | UbitUmarov | 2019-04-02 | 1 | -77/+83 |
* | add extra delay before sending initial data | UbitUmarov | 2019-04-02 | 1 | -6/+12 |
* | rez npcs attachments async again | UbitUmarov | 2019-03-31 | 1 | -1/+11 |
* | oops RegionHandShakeReply is not reentrant | UbitUmarov | 2019-03-31 | 1 | -0/+1 |
* | remove a potencially dang. lock | UbitUmarov | 2019-03-31 | 1 | -1/+1 |
* | a few more changes on initial data sending | UbitUmarov | 2019-03-31 | 1 | -98/+40 |
* | a few more changes on initial objects send | UbitUmarov | 2019-03-30 | 1 | -58/+68 |
* | changes on teleports v7 | UbitUmarov | 2019-03-28 | 1 | -27/+42 |
* | try another way | UbitUmarov | 2019-03-27 | 1 | -0/+1 |
* | timming issues on fast tp back to same region on new code | UbitUmarov | 2019-03-27 | 1 | -1/+6 |
* | some more changes on objects sending | UbitUmarov | 2019-03-24 | 1 | -71/+8 |
* | a bit more suicidal... | UbitUmarov | 2019-03-23 | 1 | -14/+18 |
* | add more test code to make usage od compressed updates etc. Should be disable... | UbitUmarov | 2019-03-23 | 1 | -153/+246 |
* | take the deafult on the parameter overlay | UbitUmarov | 2019-03-19 | 1 | -1/+1 |
* | do not send parceloverlay on crossings (may be bad, or not) | UbitUmarov | 2019-03-19 | 1 | -4/+5 |
* | add a few extra checks for viewers animated objects support, to avoid timming... | UbitUmarov | 2019-03-19 | 1 | -0/+6 |
* | reduce the chance of using a invalid avatar physics actor | UbitUmarov | 2019-03-01 | 1 | -15/+28 |
* | mantis 6569: restore full health on invulnerable set to true; combat module i... | UbitUmarov | 2019-02-26 | 1 | -1/+6 |
* | some sop cleanup | UbitUmarov | 2019-01-25 | 1 | -30/+31 |
* | fix reprio trigger on tp | UbitUmarov | 2019-01-04 | 1 | -4/+11 |
* | oops, thats elsewhere | UbitUmarov | 2019-01-04 | 1 | -10/+3 |
* | broadcast position updates after tp | UbitUmarov | 2019-01-04 | 1 | -7/+11 |
* | allow landing under lower hight skyboxes | UbitUmarov | 2019-01-03 | 1 | -8/+12 |
* | more on the hack (runprebuild) | UbitUmarov | 2019-01-02 | 1 | -10/+0 |
* | replace my hack by others hack | UbitUmarov | 2019-01-01 | 1 | -0/+9 |
* | lost in updates | UbitUmarov | 2018-12-31 | 1 | -19/+53 |