aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-42/+80
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-6/+15
* Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto2012-11-111-16/+14
* One more module converted: VectorRenderModule.Diva Canto2012-11-111-27/+41
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur...Justin Clark-Casey (justincc)2012-09-281-6/+11
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-15/+9
* If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2012-09-061-0/+20
* Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)2012-08-281-8/+40
* Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)2012-08-281-5/+6
* minor: Simplify return of vector render module name and some very minor remov...Justin Clark-Casey (justincc)2012-08-271-4/+3
* Lock disposal of separate gdi+ objects under different threads since this pre...Justin Clark-Casey (justincc)2012-08-221-26/+42
* 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
* Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)2012-08-031-253/+316
* Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)2011-11-021-3/+4
* Normalization of OSSL function names.Marck2010-12-101-11/+12
* minor: one method docJustin Clark-Casey (justincc)2010-02-041-0/+1
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-27/+14
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-14/+27
* Formatting cleanup.Jeff Ames2009-10-011-4/+4
* oops. fixing missing argument.dr scofield (aka dirk husemann)2009-08-311-1/+1
* adding log message to vector render to inform about default font being useddr scofield (aka dirk husemann)2009-08-311-0/+1
* - making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)2009-08-311-3/+12
* Implements osDrawPolygon, similar to already implemented osDrawFilledPolygonArthur Valadares2009-08-281-0/+6
* Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...Arthur Valadares2009-08-251-7/+70
* Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares2009-08-211-11/+37
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-031-7/+13
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Thank you kindly, StrawberryFride, for a patch that:Charles Krinke2009-04-181-5/+10
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-2/+6
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-221-21/+21
* Applied patch from mantis #3217, which allows Dynamic Images of type RGB (so ...MW2009-02-211-7/+23
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-201-49/+43
* Mantis#3188. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-02-191-3/+49
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-181-0/+14
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-12/+12
* * optimized usings.lbsa712009-02-121-12/+12
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+515