aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/VectorRenderModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby2008-04-301-361/+0
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-9/+11
* Comment out an unused 'str' and add a WriteLine to useCharles Krinke2008-03-211-1/+4
* Formatting cleanup.Jeff Ames2008-03-181-36/+37
* Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2008-03-181-11/+31
* some hackery with the VectorRenderModule to let you pass in a canvasSean Dague2008-03-131-2/+13
* Linux Compile error if Color is compared against null. Documentation for Syst...Teravus Ovares2008-03-091-3/+8
* Added new drawing command "PenColour", with format "PenColour <colourname>;" ...MW2008-03-081-1/+12
* Added Frist basic version on the VectorRenderModule, that allows scripts to d...MW2008-03-081-0/+308