DinoMage on Twitter RSS Feed

Archive for the ‘Libraries’ Category

Added ImageHandler, a C++ class that loads, converts, and stores images so that you can load your pictures on demand when you need to or preload them if you want to, while never worrying about duplicates.

7
Jul

SPriG v0.941

   Posted by: in Dev, Libraries

Sprig has been updated with some fixes to the arc drawing routines (arcs, filled arcs, and rounded rectangles work now) and several small things.

25
Jun

NFont v1.61

   Posted by: in Dev, Libraries

A bugfix version, v1.61, has been posted.  A portability bug (vsprintf) was in the drawPos
and drawAll animation functions.

A draft version of the documentation is up.  All of the functions are documented, but the project isn’t finished.  I still have to make lots of things link together.  For now, though, the docs are still very helpful and nice-looking.

19
Jun

SPriG v0.94

   Posted by: in Dev, Libraries

SPriG version 0.94 released!  There are many changes since the last release, including some new functionality, compatibility with GNU C, and testing on Debian Linux!  SPG_FilledArc and SPG_RectRoundFilled still need some work for the next release, but the other additions work great.  Of note is that SPG_LineH changed semantics: The arguments changed from XXY to XYX.

15
May

NFont v1.6

   Posted by: in Dev, Libraries

The newest version of NFont is up: v1.6

This one adds a lot of stuff like extended ASCII support, font metrics, and better NFontAnim integration.  It’s so important that NFont just got its own full page.  NFont is definitely looking like the premier bitmap font library for SDL!

I added some useful functions to the Spreadsheet class (mostly to check if things are empty).  Almost added partial file loading, but I haven’t had the chance to fix the problems with it (so it’s commented out).

22
Mar

SpreadSheet class

   Posted by: in Dev, Libraries

Here’s a simple spreadsheet class that you can use to manipulate data in all the wonderful ways that C++ lets you and Excel doesn’t.

22
Jan

NFont v1.5

   Posted by: in Dev, Libraries

NFont and NFontAnim v1.5 are up.  There are some slight changes to fix my own concerns.  I changed the destination pointer back to a standard pointer and removed the second constructor in favor of a more ‘global’-friendly resetFont function.  Also, code was moved to a separate source file so the big functions are not inlined.

16
Jan

SPriG v0.93

   Posted by: in Dev, Libraries

Sprig Version 0.93 is now available.  Colorkeying was added to SPG_Transform and several buggy functions (LineFades and Polygons) were fixed.