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