Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-22 | missing old flag VEHICLE_FLAG_NO_FLY_UP | UbitUmarov | 1 | -0/+1 | |
2019-05-14 | mantis 8527 and 8517: let llSetLinkPrimitiveParam*() PRIM_TEXTURE ignore ↵ | UbitUmarov | 1 | -1/+1 | |
texture id/name if invalid, processing the other parameters, for compatibily with old scripts. | |||||
2019-05-03 | osLocalTeleportAgent: if lookat or fly options, just move the avatar, not ↵ | UbitUmarov | 1 | -28/+33 | |
telling viewer about any teleport | |||||
2019-05-02 | soem cleanup | UbitUmarov | 3 | -12/+18 | |
2019-05-01 | osLocalTeleportAgent: no region crossings :( ; check avatar access to target ↵ | UbitUmarov | 2 | -9/+69 | |
position; flag 8 == force fly; 16 force nofly (both == fly) | |||||
2019-05-01 | add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ↵ | UbitUmarov | 6 | -28/+62 | |
lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;) | |||||
2019-04-30 | missing files... | UbitUmarov | 1 | -1/+1 | |
2019-04-30 | missing files... | UbitUmarov | 5 | -7/+7 | |
2019-04-30 | sop: rename a few fields | UbitUmarov | 2 | -32/+32 | |
2019-04-30 | primbasicshape: convert eventual MeshEP to SculpEP | UbitUmarov | 1 | -1/+9 | |
2019-04-23 | old typo | UbitUmarov | 2 | -6/+6 | |
2019-04-18 | change osSetProjectionParams a bit and add a variant that atkes a linknumber ↵ | UbitUmarov | 3 | -7/+43 | |
argument. For now can only change one prim per call | |||||
2019-04-18 | mantis 8517: actually let NULL_KEY do the same as on PRIM_TEXTURE | UbitUmarov | 1 | -1/+1 | |
2019-04-18 | mantis 8517: let texture argument of PRIM_TEXTURE only change the other ↵ | UbitUmarov | 1 | -53/+72 | |
parameters. On PRIM_NORMAL and PRIM_SPECULAR will be as NULL_KEY removing the material. This may be changed for coerence in future | |||||
2019-04-16 | lludp: change burst, make it per category (overall reduction) | UbitUmarov | 2 | -22/+47 | |
2019-04-16 | Yengine: rename a field, do some updates using interlocked | UbitUmarov | 1 | -18/+18 | |
2019-04-16 | typo on a debug message format | UbitUmarov | 1 | -1/+1 | |
2019-04-16 | Yengine: change binary code version, so scripts are automaticly recompiled ↵ | UbitUmarov | 1 | -1/+1 | |
with new changes | |||||
2019-04-16 | Ynegine: add some missing memory usage on script reset | UbitUmarov | 1 | -3/+13 | |
2019-04-15 | mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count ↵ | UbitUmarov | 9 | -80/+178 | |
released memory of some local variables, so add a pseudo free; fix memory account on timeslice rentry; change the folder for the debug IL files; fix memory usage on reset. This changes will only take effect on new compiles | |||||
2019-04-11 | warp3d: reduce work prims textures to at most 256x256 | UbitUmarov | 1 | -1/+1 | |
2019-04-10 | do disable probes when voc is disabled | UbitUmarov | 1 | -1/+1 | |
2019-04-10 | degradate udp network efficiency a even more | UbitUmarov | 1 | -6/+3 | |
2019-04-10 | missing file | UbitUmarov | 1 | -0/+1 | |
2019-04-10 | dont send animation before object | UbitUmarov | 1 | -5/+31 | |
2019-04-09 | change to ping based RTO | UbitUmarov | 3 | -72/+18 | |
2019-04-09 | testing ... | UbitUmarov | 3 | -3/+10 | |
2019-04-09 | degradate udp network efficiency a bit more | UbitUmarov | 1 | -1/+1 | |
2019-04-09 | degradate udp network efficiency a bit | UbitUmarov | 1 | -4/+4 | |
2019-04-09 | old tp timing issues on grid presence notification did came back, so put ↵ | UbitUmarov | 1 | -0/+5 | |
back old hack | |||||
2019-04-09 | testing ... | UbitUmarov | 2 | -19/+9 | |
2019-04-08 | linux likes other tz names | UbitUmarov | 1 | -0/+11 | |
2019-04-08 | add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ↵ | UbitUmarov | 3 | -1/+29 | |
some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever | |||||
2019-04-06 | change interpretation of a viewer flag | UbitUmarov | 3 | -14/+6 | |
2019-04-06 | UserAgentService: change handling of its external IP | UbitUmarov | 2 | -31/+28 | |
2019-04-06 | presence detector: don't even try to logout agents that didn't made to root | UbitUmarov | 1 | -8/+3 | |
2019-04-05 | try handle the special case MaxRegionsViewDistance = 0 (agents only see void ↵ | UbitUmarov | 2 | -13/+42 | |
around region, even if there are regions around | |||||
2019-04-05 | temp workaround on sits culling | UbitUmarov | 1 | -11/+21 | |
2019-04-05 | kill avatar on agents that do not see its new region | UbitUmarov | 1 | -0/+8 | |
2019-04-05 | make sure viewer knows where to place a sitting avatar, this will need deep ↵ | UbitUmarov | 1 | -0/+13 | |
revision with culling | |||||
2019-04-05 | fix MinRegionViewDistance option (added in last commit); change regions ↵ | UbitUmarov | 2 | -3/+7 | |
view control | |||||
2019-04-05 | add option RegionViewDistance | UbitUmarov | 2 | -1/+13 | |
2019-04-05 | duhhh npcs don't have child agents; plus minor typos | UbitUmarov | 6 | -10/+17 | |
2019-04-04 | change visible regions also by view range change; fix check on crossings | UbitUmarov | 2 | -7/+11 | |
2019-04-04 | control visible regions by avatar position and view range, first dirty code | UbitUmarov | 4 | -144/+372 | |
2019-04-04 | change region cacheid on restart. This should not be needed in future if ↵ | UbitUmarov | 2 | -1/+6 | |
objects cache info is stored on region db | |||||
2019-04-04 | send agent view range to new child agents | UbitUmarov | 10 | -3/+31 | |
2019-04-02 | change avatars sending point | UbitUmarov | 1 | -8/+10 | |
2019-04-02 | another test.... | UbitUmarov | 1 | -7/+34 | |
2019-04-02 | another test.... | UbitUmarov | 1 | -0/+9 | |