aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/VectorRender (follow)
Commit message (Expand)AuthorAgeFilesLines
* bad merge?UbitUmarov2015-09-011-1/+1
|\
| * Merge branch 'master' into careminsterMelanie2013-11-231-2/+2
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-03-131-0/+5
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-02-271-6/+10
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-11-121-26/+38
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-09-291-6/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-09-072-15/+71
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-292-24/+275
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-231-26/+42
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'careminster' into avinationMelanie2012-08-141-4/+9
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix build on winUbitUmarov2012-08-041-2/+2
* | | | | | | | | | | refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTe...Justin Clark-Casey (justincc)2013-11-231-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | minor: save some commented out log lines which will be useful again in future...Justin Clark-Casey (justincc)2013-03-131-0/+5
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-6/+10
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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-062-15/+51
* | | | | 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-282-10/+163
* | | | 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
* | | | 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
| |_|/ |/| |
* | | 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
* Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)2012-08-021-0/+75
* 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