aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-09-291-6/+11
|\
| * Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur...Justin Clark-Casey (justincc)2012-09-281-6/+11
* | Merge branch 'avination' into careminsterMelanie2012-09-271-1/+1
|\ \
| * | just remove the damm thingUbitUmarov2012-09-261-1/+1
| * | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-1/+0
| * | UriModule GetEvents also doesn't need a request bodyUbitUmarov2012-09-261-0/+1
* | | Merge branch 'master' into careminsterMelanie2012-09-241-0/+367
|\ \ \ | | |/ | |/|
| * | Moving ScriptModuleComms into the CoreModules tree.Mic Bowman2012-09-171-0/+367
* | | Merge branch 'avination' into careminsterMelanie2012-09-101-6/+6
|\ \ \ | | |/ | |/|
| * | Remove debug spamMelanie2012-09-041-6/+6
* | | Merge branch 'master' into careminsterMelanie2012-09-075-43/+218
|\ \ \ | | |/ | |/|
| * | Add missing DynamicTexture.cs file from last commitJustin Clark-Casey (justincc)2012-09-061-0/+61
| * | If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-064-41/+125
| * | If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2012-09-062-3/+33
* | | Merge branch 'master' into careminsterMelanie2012-08-312-44/+80
|\ \ \ | |/ /
| * | Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa...Justin Clark-Casey (justincc)2012-08-301-1/+4
| * | If the compile-time DynamicTextureModule.ReuseTextures flag is set, check met...Justin Clark-Casey (justincc)2012-08-301-43/+59
| * | This partially implements the LSL function to set the responseMic Bowman2012-08-291-1/+19
* | | Merge branch 'master' into careminsterMelanie2012-08-294-70/+410
|\ \ \ | |/ /
| * | Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)2012-08-284-55/+297
| * | Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)2012-08-282-6/+7
| * | minor: Simplify return of vector render module name and some very minor remov...Justin Clark-Casey (justincc)2012-08-271-4/+3
| * | Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams()Justin Clark-Casey (justincc)2012-08-271-2/+32
| * | Add VectorRenderModuleTests.TestRepeatDrawContainingImage()Justin Clark-Casey (justincc)2012-08-271-0/+31
| * | Add VectorRenderModuleTests.TestRepeatDraw()Justin Clark-Casey (justincc)2012-08-271-11/+48
* | | Merge branch 'master' into careminsterMelanie2012-08-231-26/+42
|\ \ \ | |/ / | | / | |/ |/|
| * Lock disposal of separate gdi+ objects under different threads since this pre...Justin Clark-Casey (justincc)2012-08-221-26/+42
* | Merge branch 'careminster' into avinationMelanie2012-08-141-4/+9
|\ \
| * \ Merge branch 'master' into careminsterMelanie2012-08-041-3/+8
| |\ \ | | |/
| | * Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)2012-08-031-3/+8
| | * attempting to fix a build issueSignpostMarv2012-08-031-2/+2
* | | fix build on winUbitUmarov2012-08-041-2/+2
|/ /
* | Merge branch 'master' into careminsterMelanie2012-08-032-253/+391
|\ \ | |/
| * Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)2012-08-031-253/+316
| * Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)2012-08-021-0/+75
| * Resolve various race conditions between accessing and removing external scrip...Justin Clark-Casey (justincc)2012-06-221-132/+148
| * Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)2012-06-221-35/+73
* | Bump number of URLs to 15000 per regionMelanie2012-07-291-1/+1
* | Merge branch 'avination' into careminsterMelanie2012-07-161-5/+5
|\ \
| * | Make https work in the poll service managerMelanie2012-07-151-2/+2
| * | Fix a double parenthesis typoMelanie2012-07-151-1/+1
| * | Set up https to work like http does in the poll handlerMelanie2012-07-151-3/+3
* | | Merge branch 'avination' into careminsterMelanie2012-07-061-5/+5
|\ \ \ | |/ /
| * | Add an EventType enum and Type field to the poll service event args. This allowsMelanie2012-07-051-4/+4
| * | added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov2012-07-041-2/+2
* | | Merge branch 'avination' into careminsterMelanie2012-06-292-8/+14
|\ \ \ | |/ /
| * | Fix llRegionSayTo the right wayMelanie2012-06-281-7/+12
| * | Comment out a spammy message that will spew 4 lines for each request to aMelanie2012-06-271-1/+2
* | | Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie2012-06-281-35/+35
* | | Merge branch 'master' into careminsterMelanie2012-06-211-1/+8
|\ \ \ | | |/ | |/|