aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/VectorRender (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-10add a formal lock objectUbitUmarov1-17/+16
2019-11-04dynamic textures: add ' lossless: [true|false] ', default false, extraParamUbitUmarov1-5/+10
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-74/+96
2019-01-30oops that went bad on linux, revertingUbitUmarov1-1/+1
2019-01-30change GetDrawStringSize so result better matchs rendering sizeUbitUmarov1-2/+1
2019-01-30a few changes to last commitsUbitUmarov1-9/+15
2019-01-29actually .. do take the trim outUbitUmarov1-1/+0
2019-01-29try to not lose start and end spaces in osDrawTextUbitUmarov1-1/+4
2019-01-18mantis 8442 more changes to alpha blending (mono does not like last)UbitUmarov1-12/+3
2019-01-16mantis 8442 more changes to alpha blendingUbitUmarov1-1/+7
2018-05-04why where map and dynamic textures compressed lossless?UbitUmarov1-2/+2
2018-04-27Added important comment missed from my previous commit (hash 8af2d99b).Kevin Cozens1-2/+2
2018-04-27Whitespace change.Kevin Cozens1-1/+1
2018-04-27remove a extra source line i left behindUbitUmarov1-1/+0
2018-04-27recover previus behavior of FontPropUbitUmarov1-6/+8
2018-04-27Do dispose and new Font only once when handling FontProp drawing command.Kevin Cozens1-33/+12
2017-06-25add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ...UbitUmarov1-0/+7
2017-06-24add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ...UbitUmarov1-1/+29
2017-06-24revert the thread level change; remove unused dynamic texture timer from inte...UbitUmarov1-32/+16
2017-06-24simplify vectorrender background drawUbitUmarov1-17/+9
2017-06-24osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov1-0/+11
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-28/+28
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-9/+17
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2013-11-23Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTe...Justin Clark-Casey (justincc)1-2/+2
2013-03-13minor: save some commented out log lines which will be useful again in future...Justin Clark-Casey (justincc)1-0/+5
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-6/+10
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus2-384/+56
2012-11-11Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto1-16/+14
2012-11-11One more module converted: VectorRenderModule.Diva Canto1-27/+41
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-09-28Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur...Justin Clark-Casey (justincc)1-6/+11
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2-15/+51
2012-09-06If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)1-0/+20
2012-08-28Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)2-10/+163
2012-08-28Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)1-5/+6
2012-08-27minor: Simplify return of vector render module name and some very minor remov...Justin Clark-Casey (justincc)1-4/+3
2012-08-27Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams()Justin Clark-Casey (justincc)1-2/+32
2012-08-27Add VectorRenderModuleTests.TestRepeatDrawContainingImage()Justin Clark-Casey (justincc)1-0/+31
2012-08-27Add VectorRenderModuleTests.TestRepeatDraw()Justin Clark-Casey (justincc)1-11/+48
2012-08-22Lock disposal of separate gdi+ objects under different threads since this pre...Justin Clark-Casey (justincc)1-26/+42
2012-08-04fix build on winUbitUmarov1-2/+2
2012-08-03Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)1-3/+8
2012-08-03attempting to fix a build issueSignpostMarv1-2/+2
2012-08-03Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)1-253/+316
2012-08-02Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)1-0/+75
2011-11-02Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)1-3/+4
2010-12-10Normalization of OSSL function names.Marck1-11/+12
2010-02-04minor: one method docJustin Clark-Casey (justincc)1-0/+1