Welcome to the weekly development report or what was done in my Open Source projects in the last week.
Roguelike in a sky with steampunk theme (written in Ada)
In the stable version, a couple (literally) bugs were found this week. Also, the in-game help was updated, and it is now a bit more grammar friendly. This mean I'm ready to release another almost stable release of the game. :) As usual, in around 24 hours since this post, the new version will be available to download.
In the development version, work continues as usual:
Ada binding to Tcl/Tk, the new version of TASHY
The work on Tk.Winfo package as bindings for various Tk winfo commands
continues. As usual it triggers some changes to the other packages either. For
example, type Window_Geometry was moved to package Tk.Widgets so it can be
used by Tk.Winfo package either. Also, the unit tests for the new subprograms
were added. Still a lot of work to do there thus, probably in the next week the
report will be very similar to this. :)
Graphical File Manager for Linux (written in Ada)
This week brings a few new things to the console version of the program.
Yet Another Static Site (generator) (written in Ada)
As usual, quite short report here: fixing the problems reported by AdaControl
static analyzer continues. And probably will take some more time. At least now
I'm at Messages package. Also, I started adding more unit tests to the
program. At this moment only packages Layout and Config got them, but
the other packages are waiting in the line for them too.