aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-27/+14
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-14/+27
2009-10-01Formatting cleanup.Jeff Ames1-4/+4
2009-08-31oops. fixing missing argument.dr scofield (aka dirk husemann)1-1/+1
2009-08-31adding log message to vector render to inform about default font being useddr scofield (aka dirk husemann)1-0/+1
2009-08-31- making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)1-3/+12
2009-08-28Implements osDrawPolygon, similar to already implemented osDrawFilledPolygonArthur Valadares1-0/+6
2009-08-25Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...Arthur Valadares1-7/+70
2009-08-21Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares1-11/+37
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-7/+13
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-18Thank you kindly, StrawberryFride, for a patch that:Charles Krinke1-5/+10
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+6
2009-02-22Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-21/+21
2009-02-21Applied patch from mantis #3217, which allows Dynamic Images of type RGB (so ...MW1-7/+23
2009-02-20Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-49/+43
2009-02-19Mantis#3188. Thank you kindly, BlueWall, for a patch that:Charles Krinke1-3/+49
2009-02-18From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+14
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-12/+12
2009-02-12* optimized usings.lbsa711-12/+12
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-02[previous VectorRender patch was from: Robert SmartDr Scofield1-1/+1
2009-02-02[patching previous patch and also taking the chance of fixing theDr Scofield1-2/+2
2009-02-02Merge branch 'vector' into OpenSimulator.orgDr Scofield1-22/+141
2009-01-21* More friendly OpenJpeg error handling.Teravus Ovares1-1/+11
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-12-19let you specify a hex number as the color in the vector renderingSean Dague1-1/+11
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-7/+6
2008-06-18revert 5134. Changing these bitmaps to 24bit just breaks things, and they ne...Sean Dague1-1/+1
2008-06-18make neb happy. I found where we initialized the dynamic textures toSean Dague1-1/+1
2008-06-18change the default drawing font from Times -> Arial, asSean Dague1-4/+12
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-3/+7
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-7/+3
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-368/+368
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-62/+70
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-361/+361
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-9/+11
2008-03-21Comment out an unused 'str' and add a WriteLine to useCharles Krinke1-1/+4
2008-03-18Formatting cleanup.Jeff Ames1-36/+37
2008-03-18Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames1-11/+31
2008-03-13some hackery with the VectorRenderModule to let you pass in a canvasSean Dague1-2/+13
2008-03-09Linux Compile error if Color is compared against null. Documentation for Syst...Teravus Ovares1-3/+8