Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2018-12-19 | let osGetPrimitiveParams also return sitting avatar informationg, if ↵ | UbitUmarov | 1 | -4/+9 | |
PRIM_LINK_TARGET points to one | |||||
2018-12-19 | still another | UbitUmarov | 1 | -2/+4 | |
2018-12-19 | oops | UbitUmarov | 1 | -2/+2 | |
2018-12-19 | bug fixes | UbitUmarov | 1 | -57/+62 | |
2018-12-18 | Added support for f suffix on YEngine floats | Stolen Ruby | 1 | -0/+16 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-12-17 | mantis 8427: add new reject flags, change default, see mantis | UbitUmarov | 2 | -3/+6 | |
2018-12-11 | cleanup last patch | UbitUmarov | 3 | -21/+28 | |
2018-12-11 | Add osNpcSayTo(key npc, key target, integer channel, string message) | Bill Blight | 3 | -2/+31 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-12-11 | minor changes on llSetContentType | UbitUmarov | 1 | -9/+16 | |