Menu

Echidna Libraries / News: Recent posts

switched to subversion

cvs access is no longer support. Subversion is much better and much easier to use.

Posted by Gregg Tavares 2006-02-26

Added 8Bit Targa Support

Read32BitPicture will now read an 8bit greyscale TGA file and copy the values into RGB.

There's also ReadGrey8BitPicture that will read it as just 8bit pixels.

Posted by Gregg Tavares 2004-07-15

fixed %fnot and %fif in maclang.cpp

fnot was backward. oops.

fif had the problem where arguments are expanded before they are seen. The problem is that mean that for an if the side of the if that was not used would still get evaluated which prevented you from using %fif to check for errors. That's now fixed

Posted by Gregg Tavares 2003-02-13

Added #if,#elif,#else,#endif,#error to readini

Since it was added to readini that means mkloadob now has those features

Posted by Gregg Tavares 2003-02-13

Added Softimge PIC support

I added softimage PIC support to Read32BitPicture. I'd had the code sitting around since 93 but as I haven't really used PIC format until now I had never added it.

Posted by Gregg Tavares 2003-02-12