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-02 | soem cleanup | UbitUmarov | 2 | -2/+15 | |
2019-05-01 | add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ↵ | UbitUmarov | 3 | -0/+23 | |
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-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 | Yengine: rename a field, do some updates using interlocked | UbitUmarov | 1 | -18/+18 | |
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-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-01 | Yengine: try fix changing scripts running state if the have long events | UbitUmarov | 4 | -23/+96 | |
2019-04-01 | Yengine: clear events queue on reset. Also keep clearing all on state ↵ | UbitUmarov | 1 | -2/+7 | |
change. (Linked message events are deleted at sl) | |||||
2019-03-31 | Yengine attachment drop, do set attachment ready event | UbitUmarov | 1 | -0/+1 | |
2019-03-31 | fix osSet/GetPrimitiveParams threat level | UbitUmarov | 1 | -2/+2 | |
2019-03-28 | Yengine: fix scripts resume on attachments drop | UbitUmarov | 1 | -1/+2 | |
2019-03-28 | mantis 8508: ignore llAttachToAvatar if already attached | UbitUmarov | 1 | -0/+4 | |
2019-03-19 | LSL update texture entry is heavy, set all parameters on same update | UbitUmarov | 1 | -5/+57 | |
2019-03-15 | LSL: limit sittext and touchtext to length current viewers cand display | UbitUmarov | 1 | -2/+8 | |
2019-03-07 | prims have at most 9 face textures | UbitUmarov | 1 | -3/+3 | |
2019-03-02 | ll rez objects: silent ginore null object id; remove redundante llSetColor code | UbitUmarov | 1 | -40/+1 | |
2019-02-27 | Add Thread.ResetAbort() to various thread loops to clean up errors on | Robert Adams | 1 | -2/+7 | |
shutdown. Fixes Mantis #8494. Threads are aborted when shutting down and ThreadAbortException is odd in that it is rethrown at the end of the catch unless the abort is reset. No functional changes but fewer error messages on shutdown. | |||||
2019-02-24 | also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, ↵ | UbitUmarov | 1 | -1/+1 | |
PrimOwnerRequestsPerSec = 25; increase concurrency to 8 | |||||
2019-02-24 | several changes to llHttpRequest processing: options section renamed ↵ | UbitUmarov | 2 | -19/+13 | |
ScriptsHttpRequestModule; throttle by prim (PrimRequestsBurst = 3, PrimRequestsPerSec = 1) and max concurrent connections per instance (MaxPoolThreads = 5), llhttprequest returns if error, nullkey if throttled, reqid otherwise | |||||
2019-02-22 | update script sintaxe | UbitUmarov | 1 | -1/+1 | |
2019-02-22 | remove redundant osInventoryDescription() and improve osInventoryDesc() to ↵ | UbitUmarov | 3 | -34/+4 | |
do the same | |||||
2019-02-21 | add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) ↵ | UbitUmarov | 3 | -0/+15 | |
but don't tell anyone | |||||
2019-02-21 | let Xengine also have that detectedkey | UbitUmarov | 2 | -6/+19 | |
2019-02-21 | add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String ↵ | UbitUmarov | 3 | -3/+46 | |
osGetInventoryDescription(LSL_String itemNameOrId) | |||||
2019-02-21 | let changed allowed drop have lldetectedkey[0] return the dropped item id, ↵ | UbitUmarov | 2 | -3/+16 | |
Yengine and still testing" | |||||
2019-02-21 | Yengine changed position and shape events can bt throttled by mineventdelay | UbitUmarov | 1 | -0/+15 | |
2019-02-21 | add LSL_Key osGetInventoryLastOwner(string itemNameorid) | UbitUmarov | 3 | -2/+26 | |
2019-02-20 | Yengine:save minEventDelay in script state | UbitUmarov | 2 | -0/+18 | |
2019-02-20 | Yengine: let llminEventDelay do something: it just ignores a more limited ↵ | UbitUmarov | 6 | -17/+62 | |
set of events than Xengine (neither do as SL) | |||||
2019-02-20 | Xengine: exclude a few more events from mineventdelay | UbitUmarov | 1 | -1/+3 | |
2019-02-20 | Xengine: don't lose state change events | UbitUmarov | 1 | -1/+1 | |
2019-02-20 | add osKickAvatar(LSL_Key agentKey, string alert) | UbitUmarov | 3 | -22/+53 | |
2019-01-30 | mantis 6702: fix collisions lldetectedlinknumber also on Yengine | UbitUmarov | 2 | -8/+1 | |
2019-01-28 | mantis 8457: ok ok shutup the warning | UbitUmarov | 1 | -1/+1 | |
2019-01-25 | script mono is meaningless for us | UbitUmarov | 2 | -6/+3 | |
2019-01-25 | changes on sog boundingbox and other cleanup | UbitUmarov | 1 | -38/+21 | |
2019-01-21 | some cleanup | UbitUmarov | 1 | -2/+2 | |
2019-01-21 | change float to byte rounding | UbitUmarov | 1 | -44/+88 | |
2019-01-14 | a few more changes to texturesentry handling on libomv and os | UbitUmarov | 1 | -33/+56 | |
2019-01-10 | mantis 8447: empty buttons list in llDialog now shows Ok button | UbitUmarov | 1 | -3/+3 | |
2018-12-28 | add some LSL | UbitUmarov | 3 | -0/+50 | |
2018-12-28 | missing file | UbitUmarov | 1 | -1/+1 | |
2018-12-19 | LINK_ALL_CHILDREN includes sitting avatars | UbitUmarov | 1 | -0/+4 | |