aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Thanks Royale for pointing this
* mantis 7391: deliver llregionSayTo to all scripts on prim that match target ↵UbitUmarov2018-10-181-6/+3
| | | | specs
* 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
| | | | | | | | present
| * 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
| | | | | | | | objects to draw next. -1,1 will make text be drawn with x direction flipped (it is like the texture scale)
| * add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ↵UbitUmarov2017-06-241-1/+29
| | | | | | | | and ''RotTransf x'' string only, no ossl helper api still
| * revert the thread level change; remove unused dynamic texture timer from ↵UbitUmarov2017-06-242-74/+55
| | | | | | | | internal code; let blend alpha work if < 255; let blend work with the selected face; etc
| * simplify vectorrender background drawUbitUmarov2017-06-241-17/+9
| |
| * remove a DynamicTexture leak, make it actually return the new texture ID to ↵UbitUmarov2017-06-241-9/+16
| | | | | | | | ossl, do delete previus texture from local cache if temporary,at least on same cases... but still very broken..
| * 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 ↵UbitUmarov2017-05-301-17/+2
| | | | | | | | all, but ubuntu systemd.resolver and google public dns, killing one and not using other did improve dns a lot
* | disable llhttprequests secure con, since it still collides with main ssl ↵UbitUmarov2017-05-271-1/+1
| | | | | | | | settings
* | 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 ↵UbitUmarov2017-05-021-7/+62
| | | | | | | | ExternalHostNameForLSL is not set in cofiguration or does not resolve
| * mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore ↵UbitUmarov2017-04-261-8/+4
| | | | | | | | entries in excess of 8 on the request
* | fix mergeUbitUmarov2017-04-251-13/+13
|\ \ | |/
| * Make it possible to override the URL moduleMelanie Thielker2017-01-261-12/+12
| |
* | fix mergeUbitUmarov2017-01-059-85/+85
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-059-85/+85
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-10-081-14/+18
|\ \ | |/
| * mantis 8027: allow messages to be sent to attachments child prims in ↵UbitUmarov2016-09-221-2/+5
| | | | | | | | llRegionSayTo
| * check for null target, minor cleanupUbitUmarov2016-09-211-12/+13
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-09-171-6/+6
|\ \ | |/
| * Minor. Make email module log message format consistent with other modulesAliciaRaven2016-09-151-6/+6
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-09-032-30/+37
|\ \ | |/
| * DynamicTextureModule memory leaksUbitUmarov2016-08-241-28/+35
| |
| * locking issueUbitUmarov2016-08-221-2/+2
| |