DinoMage on Twitter RSS Feed

Archive for the ‘Dev’ Category

27
Jun

‘Other’ section added

   Posted by: in Dev

A new section has been added to hold projects for platforms that I don’t work with commonly.

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.

23
May

C++ and SDL example files

   Posted by: in Dev, General

Added a couple of example files: One for C++ and one for SDL (using C++).

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!

13
Apr

GigaSun Jet!!

   Posted by: in Dev, GigaSun Jet

Here’s what I’ve been working on for a very long time.  An omni-scrolling, stat progressing, splitscreening and networking spaceship game!  Well, it’s still far from finished, but you can check here for info on it.

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.