aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-10add a formal lock objectUbitUmarov1-17/+16
2019-11-04dynamic textures: add ' lossless: [true|false] ', default false, extraParamUbitUmarov1-5/+10
2019-06-04Warnings--onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang11-574/+793
2019-02-24also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, ↵UbitUmarov1-68/+84
PrimOwnerRequestsPerSec = 25; increase concurrency to 8
2019-02-24several changes to llHttpRequest processing: options section renamed ↵UbitUmarov1-62/+103
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-04remove references to obsolete CertificatePolicyUbitUmarov1-8/+0
2019-01-30oops that went bad on linux, revertingUbitUmarov1-1/+1
2019-01-30change GetDrawStringSize so result better matchs rendering sizeUbitUmarov1-2/+1
2019-01-30a few changes to last commitsUbitUmarov1-9/+15
2019-01-29actually .. do take the trim outUbitUmarov1-1/+0
2019-01-29try to not lose start and end spaces in osDrawTextUbitUmarov1-1/+4
2019-01-18mantis 8442 more changes to alpha blending (mono does not like last)UbitUmarov1-12/+3
2019-01-16mantis 8442 more changes to alpha blendingUbitUmarov2-23/+63
2019-01-16mantis 8442 change alpha blending note BREAKING CHANGEgit push! old scripts ↵UbitUmarov1-9/+55
using alpha parameter != 255 on osSetDynamicTextureDataBlendFace, will be diferent
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-5/+7
2018-12-11Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove ↵uriesk1-31/+0
commented out second llSetContentType thats the same as osSetContentType anyway Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-11-02fix lsl http url pool service not beeing removedUbitUmarov1-3/+2
2018-10-18change chattype on llRegionSayTo when sending to avatar viewer only.UbitUmarov1-1/+1
Thanks Royale for pointing this
2018-10-18mantis 7391: deliver llregionSayTo to all scripts on prim that match target ↵UbitUmarov1-6/+3
specs
2018-09-08fix script secure llhttlrequestUbitUmarov1-41/+43
2018-07-14http reusecontext is obsoleteUbitUmarov1-3/+0
2018-07-14only resize if needUbitUmarov1-2/+5
2018-07-14do not use lossless compression on dyntexturesUbitUmarov2-37/+38
2018-05-04why where map and dynamic textures compressed lossless?UbitUmarov1-2/+2
2018-04-27Added important comment missed from my previous commit (hash 8af2d99b).Kevin Cozens1-2/+2
2018-04-27Whitespace change.Kevin Cozens1-1/+1
2018-04-27remove a extra source line i left behindUbitUmarov1-1/+0
2018-04-27recover previus behavior of FontPropUbitUmarov1-6/+8
2018-04-27Do dispose and new Font only once when handling FontProp drawing command.Kevin Cozens1-33/+12
2018-01-15shut up some pesty warningsUbitUmarov1-1/+2
2017-07-07bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ↵UbitUmarov1-1/+5
present
2017-06-29fix scripts xmlrpc threads namesUbitUmarov1-1/+1
2017-06-29ScriptsHttpReq does not need a permanent threadUbitUmarov1-2/+2
2017-06-25add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ↵UbitUmarov1-0/+7
objects to draw next. -1,1 will make text be drawn with x direction flipped (it is like the texture scale)
2017-06-24add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ↵UbitUmarov1-1/+29
and ''RotTransf x'' string only, no ossl helper api still
2017-06-24revert the thread level change; remove unused dynamic texture timer from ↵UbitUmarov2-74/+55
internal code; let blend alpha work if < 255; let blend work with the selected face; etc
2017-06-24simplify vectorrender background drawUbitUmarov1-17/+9
2017-06-24remove a DynamicTexture leak, make it actually return the new texture ID to ↵UbitUmarov1-9/+16
ossl, do delete previus texture from local cache if temporary,at least on same cases... but still very broken..
2017-06-24osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov1-0/+11
2017-05-30do another dns request via new cache. My problems bf wheren't mono after ↵UbitUmarov1-17/+2
all, but ubuntu systemd.resolver and google public dns, killing one and not using other did improve dns a lot
2017-05-27disable llhttprequests secure con, since it still collides with main ssl ↵UbitUmarov1-1/+1
settings
2017-05-26avoid some wrong watchdog timeoutsUbitUmarov1-1/+1
2017-05-23 please DIE! PLEASE??UbitUmarov1-0/+1
2017-05-22disable keepalive on llHttpRequestUbitUmarov1-0/+1
2017-05-20mantis 8171 fix redirection on llHttpRequestUbitUmarov1-11/+2
2017-05-02mantis 8135UbitUmarov1-7/+15
2017-05-02 disable LSL http listener (llRequestURL/llRequestSecureURL) if ↵UbitUmarov1-7/+62
ExternalHostNameForLSL is not set in cofiguration or does not resolve
2017-04-26 mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore ↵UbitUmarov1-8/+4
entries in excess of 8 on the request
2017-01-26Make it possible to override the URL moduleMelanie Thielker1-12/+12