aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, Pr...UbitUmarov2019-02-241-68/+84
* several changes to llHttpRequest processing: options section renamed ScriptsH...UbitUmarov2019-02-241-62/+103
* remove references to obsolete CertificatePolicyUbitUmarov2019-02-041-8/+0
* oops that went bad on linux, revertingUbitUmarov2019-01-301-1/+1
* change GetDrawStringSize so result better matchs rendering sizeUbitUmarov2019-01-301-2/+1
* a few changes to last commitsUbitUmarov2019-01-301-9/+15
* actually .. do take the trim outUbitUmarov2019-01-291-1/+0
* try to not lose start and end spaces in osDrawTextUbitUmarov2019-01-291-1/+4
* mantis 8442 more changes to alpha blending (mono does not like last)UbitUmarov2019-01-181-12/+3
* mantis 8442 more changes to alpha blendingUbitUmarov2019-01-162-23/+63
* mantis 8442 change alpha blending note BREAKING CHANGEgit push! old scripts u...UbitUmarov2019-01-161-9/+55
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-281-5/+7
* Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove c...uriesk2018-12-111-31/+0
* fix lsl http url pool service not beeing removedUbitUmarov2018-11-021-3/+2
* change chattype on llRegionSayTo when sending to avatar viewer only.UbitUmarov2018-10-181-1/+1
* mantis 7391: deliver llregionSayTo to all scripts on prim that match target s...UbitUmarov2018-10-181-6/+3
* fix script secure llhttlrequestUbitUmarov2018-09-081-41/+43
* http reusecontext is obsoleteUbitUmarov2018-07-141-3/+0
* only resize if needUbitUmarov2018-07-141-2/+5
* do not use lossless compression on dyntexturesUbitUmarov2018-07-142-37/+38
* why where map and dynamic textures compressed lossless?UbitUmarov2018-05-041-2/+2
* Added important comment missed from my previous commit (hash 8af2d99b).Kevin Cozens2018-04-271-2/+2
* Whitespace change.Kevin Cozens2018-04-271-1/+1
* remove a extra source line i left behindUbitUmarov2018-04-271-1/+0
* recover previus behavior of FontPropUbitUmarov2018-04-271-6/+8
* Do dispose and new Font only once when handling FontProp drawing command.Kevin Cozens2018-04-271-33/+12
* shut up some pesty warningsUbitUmarov2018-01-151-1/+2
* mergeUbitUmarov2017-07-205-89/+119
|\
| * bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ...UbitUmarov2017-07-071-1/+5
| * fix scripts xmlrpc threads namesUbitUmarov2017-06-291-1/+1
| * ScriptsHttpReq does not need a permanent threadUbitUmarov2017-06-291-2/+2
| * add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ...UbitUmarov2017-06-251-0/+7
| * add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ...UbitUmarov2017-06-241-1/+29
| * revert the thread level change; remove unused dynamic texture timer from inte...UbitUmarov2017-06-242-74/+55
| * simplify vectorrender background drawUbitUmarov2017-06-241-17/+9
| * remove a DynamicTexture leak, make it actually return the new texture ID to o...UbitUmarov2017-06-241-9/+16
| * osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+11
* | Merge branch 'master' into httptestsUbitUmarov2017-05-311-17/+2
|\ \ | |/
| * do another dns request via new cache. My problems bf wheren't mono after all,...UbitUmarov2017-05-301-17/+2
* | disable llhttprequests secure con, since it still collides with main ssl sett...UbitUmarov2017-05-271-1/+1
* | Merge branch 'master' into httptestsUbitUmarov2017-05-271-1/+1
|\ \ | |/
| * avoid some wrong watchdog timeoutsUbitUmarov2017-05-261-1/+1
* | merge masterUbitUmarov2017-05-231-0/+2
|\ \ | |/
| * please DIE! PLEASE??UbitUmarov2017-05-231-0/+1
| * disable keepalive on llHttpRequestUbitUmarov2017-05-221-0/+1
* | Merge branch 'master' into httptestsUbitUmarov2017-05-211-11/+2
|\ \ | |/
| * mantis 8171 fix redirection on llHttpRequestUbitUmarov2017-05-201-11/+2
* | fix mergeUbitUmarov2017-05-033-22/+81
|\ \ | |/
| * mantis 8135UbitUmarov2017-05-021-7/+15
| * disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN...UbitUmarov2017-05-021-7/+62