vuurrobins devblog

A place to dump my development stuff.

Tag Archives: DSOL

DSOL version 0.01 (4)

September 10th, 2009 by vuurrobin, under DS-dev, DSOL.

It took me a bit longer than expected, but a new version of DSOL is out.

changelog:

  • added code for using keys and touchscreen
  • changed IUpdater name to IUpdate, to be consistend with the update function
  • changed the update function so that it returns a reference of itself
  • changed AffineMatrix to have more functions, like getting the scale of a sprite
  • improved documentation

download is on the DSOL page.

Tagged with , , .

DSOL version 0.00 (0)

August 8th, 2009 by vuurrobin, under DSOL.

A new version of DSOL has been released (or actually the first version, because the other version didn’t had the DSOL name). this version also is an actual library, instead of a bunch of header files. there is also some documentation generated with doxygen added with the library in the docs directory (and on this site), as well as some examples in the example directory.

as for the library itself, I can’t really think of anything that is really new, but pretty much everything has been improved and a lot of bugs has been fixed.

I have also created a page about DSOL, which contains download links to the new version (as well as the older version), a link to an online version of the docs and steps on installing the library.

because the library is still very incomplete, I just gave it v0.00. the version number will increase when I have done some more stuff.

now, onto button and touchscreen input. :)

Tagged with , , .