aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-31change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵UbitUmarov5-6/+7
standard values, change return types, update script syntaxe
2019-07-31Mantis #8481 part two.TBG Renfold3-0/+16
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-07-31Mantis #8481 part one.TBG Renfold2-0/+4
Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL]) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov1-114/+114
OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
2019-07-30cosmeticsUbitUmarov1-2/+2
2019-07-30Remove the outdated and no longer useful hardcoded config defaultsMelanie1-39/+0
2019-07-30cosmeticsUbitUmarov2-2/+5
2019-07-29Put back the code to create the ready marker file.Melanie1-0/+23
2019-07-27Fix godnames module to not add the empty string if only one option is usedMelanie1-8/+14
2019-07-15mantis 8563: do not modify collection inside a loop on it a foreach on itUbitUmarov1-8/+10
2019-07-06mantis 8558: send sane values for Agents and objects capability (max hard limit)UbitUmarov2-27/+12
2019-06-14make materials save to grid less async on manual backup or shutdownUbitUmarov1-4/+17
2019-06-13handle confirmXfer syncUbitUmarov1-3/+3
2019-06-13delay timeout a bitUbitUmarov1-2/+2
2019-06-13minor cleanupUbitUmarov1-45/+39
2019-06-12test...UbitUmarov1-4/+2
2019-06-12add a lockUbitUmarov1-16/+15
2019-06-12still a few more changes to lludp Xfer download for lost udp caseUbitUmarov1-9/+10
2019-06-11a few more changes to lludp Xfer downloadUbitUmarov1-15/+22
2019-06-10a few more changes to lludp Xfer downloadUbitUmarov2-16/+28
2019-06-09test...UbitUmarov1-5/+4
2019-06-09reduce some useless array copiesUbitUmarov4-25/+27
2019-06-04mantis 8460: reduce odds of watchdog timeout warningUbitUmarov1-9/+4
2019-05-28add sim feature AvatarHoverHeightEnabled; mantis 8535: make option ↵UbitUmarov1-0/+3
MeshModelAllowTextureToInventory visible
2019-05-22missing old flag VEHICLE_FLAG_NO_FLY_UPUbitUmarov1-0/+1
2019-05-14mantis 8527 and 8517: let llSetLinkPrimitiveParam*() PRIM_TEXTURE ignore ↵UbitUmarov1-1/+1
texture id/name if invalid, processing the other parameters, for compatibily with old scripts.
2019-05-03osLocalTeleportAgent: if lookat or fly options, just move the avatar, not ↵UbitUmarov1-28/+33
telling viewer about any teleport
2019-05-02soem cleanupUbitUmarov3-12/+18
2019-05-01osLocalTeleportAgent: no region crossings :( ; check avatar access to target ↵UbitUmarov2-9/+69
position; flag 8 == force fly; 16 force nofly (both == fly)
2019-05-01add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ↵UbitUmarov6-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-30missing files...UbitUmarov5-7/+7
2019-04-30sop: rename a few fieldsUbitUmarov2-32/+32
2019-04-23old typoUbitUmarov2-6/+6
2019-04-18change osSetProjectionParams a bit and add a variant that atkes a linknumber ↵UbitUmarov3-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_TEXTUREUbitUmarov1-1/+1
2019-04-18 mantis 8517: let texture argument of PRIM_TEXTURE only change the other ↵UbitUmarov1-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-16lludp: change burst, make it per category (overall reduction)UbitUmarov2-22/+47
2019-04-16Yengine: rename a field, do some updates using interlockedUbitUmarov1-18/+18
2019-04-16typo on a debug message formatUbitUmarov1-1/+1
2019-04-16Yengine: change binary code version, so scripts are automaticly recompiled ↵UbitUmarov1-1/+1
with new changes
2019-04-16Ynegine: add some missing memory usage on script resetUbitUmarov1-3/+13
2019-04-15mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count ↵UbitUmarov9-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-11warp3d: reduce work prims textures to at most 256x256UbitUmarov1-1/+1
2019-04-10do disable probes when voc is disabledUbitUmarov1-1/+1
2019-04-10degradate udp network efficiency a even moreUbitUmarov1-6/+3
2019-04-10dont send animation before objectUbitUmarov1-5/+31
2019-04-09change to ping based RTOUbitUmarov3-72/+18
2019-04-09testing ...UbitUmarov3-3/+10
2019-04-09degradate udp network efficiency a bit moreUbitUmarov1-1/+1
2019-04-09degradate udp network efficiency a bitUbitUmarov1-4/+4