| Commit message (Expand) | Author | Files | Lines |
2019-12-10 | add a formal lock object | UbitUmarov | 1 | -17/+16 |
2019-11-04 | dynamic textures: add ' lossless: [true|false] ', default false, extraParam | UbitUmarov | 1 | -5/+10 |
2019-06-04 | Warnings-- | onefang | 1 | -1/+1 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 11 | -574/+793 |
2019-02-24 | also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, Pr... | UbitUmarov | 1 | -68/+84 |
2019-02-24 | several changes to llHttpRequest processing: options section renamed ScriptsH... | UbitUmarov | 1 | -62/+103 |
2019-02-04 | remove references to obsolete CertificatePolicy | UbitUmarov | 1 | -8/+0 |
2019-01-30 | oops that went bad on linux, reverting | UbitUmarov | 1 | -1/+1 |
2019-01-30 | change GetDrawStringSize so result better matchs rendering size | UbitUmarov | 1 | -2/+1 |
2019-01-30 | a few changes to last commits | UbitUmarov | 1 | -9/+15 |
2019-01-29 | actually .. do take the trim out | UbitUmarov | 1 | -1/+0 |
2019-01-29 | try to not lose start and end spaces in osDrawText | UbitUmarov | 1 | -1/+4 |
2019-01-18 | mantis 8442 more changes to alpha blending (mono does not like last) | UbitUmarov | 1 | -12/+3 |
2019-01-16 | mantis 8442 more changes to alpha blending | UbitUmarov | 2 | -23/+63 |
2019-01-16 | mantis 8442 change alpha blending note BREAKING CHANGEgit push! old scripts u... | UbitUmarov | 1 | -9/+55 |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 1 | -5/+7 |
2018-12-11 | Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove c... | uriesk | 1 | -31/+0 |
2018-11-02 | fix lsl http url pool service not beeing removed | UbitUmarov | 1 | -3/+2 |
2018-10-18 | change chattype on llRegionSayTo when sending to avatar viewer only. | UbitUmarov | 1 | -1/+1 |
2018-10-18 | mantis 7391: deliver llregionSayTo to all scripts on prim that match target s... | UbitUmarov | 1 | -6/+3 |
2018-09-08 | fix script secure llhttlrequest | UbitUmarov | 1 | -41/+43 |
2018-07-14 | http reusecontext is obsolete | UbitUmarov | 1 | -3/+0 |
2018-07-14 | only resize if need | UbitUmarov | 1 | -2/+5 |
2018-07-14 | do not use lossless compression on dyntextures | UbitUmarov | 2 | -37/+38 |
2018-05-04 | why where map and dynamic textures compressed lossless? | UbitUmarov | 1 | -2/+2 |
2018-04-27 | Added important comment missed from my previous commit (hash 8af2d99b). | Kevin Cozens | 1 | -2/+2 |
2018-04-27 | Whitespace change. | Kevin Cozens | 1 | -1/+1 |
2018-04-27 | remove a extra source line i left behind | UbitUmarov | 1 | -1/+0 |
2018-04-27 | recover previus behavior of FontProp | UbitUmarov | 1 | -6/+8 |
2018-04-27 | Do dispose and new Font only once when handling FontProp drawing command. | Kevin Cozens | 1 | -33/+12 |
2018-01-15 | shut up some pesty warnings | UbitUmarov | 1 | -1/+2 |
2017-07-07 | bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ... | UbitUmarov | 1 | -1/+5 |
2017-06-29 | fix scripts xmlrpc threads names | UbitUmarov | 1 | -1/+1 |
2017-06-29 | ScriptsHttpReq does not need a permanent thread | UbitUmarov | 1 | -2/+2 |
2017-06-25 | add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ... | UbitUmarov | 1 | -0/+7 |
2017-06-24 | add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ... | UbitUmarov | 1 | -1/+29 |
2017-06-24 | revert the thread level change; remove unused dynamic texture timer from inte... | UbitUmarov | 2 | -74/+55 |
2017-06-24 | simplify vectorrender background draw | UbitUmarov | 1 | -17/+9 |
2017-06-24 | remove a DynamicTexture leak, make it actually return the new texture ID to o... | UbitUmarov | 1 | -9/+16 |
2017-06-24 | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 1 | -0/+11 |
2017-05-30 | do another dns request via new cache. My problems bf wheren't mono after all,... | UbitUmarov | 1 | -17/+2 |
2017-05-27 | disable llhttprequests secure con, since it still collides with main ssl sett... | UbitUmarov | 1 | -1/+1 |
2017-05-26 | avoid some wrong watchdog timeouts | UbitUmarov | 1 | -1/+1 |
2017-05-23 | please DIE! PLEASE?? | UbitUmarov | 1 | -0/+1 |
2017-05-22 | disable keepalive on llHttpRequest | UbitUmarov | 1 | -0/+1 |
2017-05-20 | mantis 8171 fix redirection on llHttpRequest | UbitUmarov | 1 | -11/+2 |
2017-05-02 | mantis 8135 | UbitUmarov | 1 | -7/+15 |
2017-05-02 | disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN... | UbitUmarov | 1 | -7/+62 |
2017-04-26 | mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e... | UbitUmarov | 1 | -8/+4 |
2017-01-26 | Make it possible to override the URL module | Melanie Thielker | 1 | -12/+12 |