| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(this took a while to run).
|
|
|
|
|
| |
an "Exception e" with e.ToString() to eliminate 2 warnings.
|
| |
|
| |
|
|
|
|
|
|
|
| |
size. Helps make the fonts crisp when using vector renderer as a
text board.
|
|
|
|
| |
System.Drawing.Color says it returns a Color with all Components as 0 if the String passed isn't a known color, so the null check has been commented out
|
|
|
|
| |
colour name can be any of the predefined .net System.Drawing.Color names.
|
|
do some basic drawing onto textures. Currently the method the scripts have to use is most likely not the most user friendly, but this should improve soon. And hope to allow SVG files (either loaded from a web site, or even script created) to be used. I will add a page to the wiki tomorrow, until then http://www.pastebin.ca/934425 is a example c# script that can be used to get a bit of a idea.
Also added osSetDynamicTextureDataBlend and osSetDynamicTextureURLBlend that will allow the various textures to be blended together, but currently there are still a few bugs in them. So not ready for use yet.
|