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)
The stable version of the game had another quiet week. Which probably means, bug waiting for emerge or for report. :) Again, no changes here.
The development version is on its almost never-ending journey to better user interface. Some visible changes are done, but the work isn't finished yet, thus nothing to show this week. Again, most time in the week spent on the "boring things" like adding new bugs. :)
The static code analyzer for Nim programming language
Here was only one thing. As new errors not arrived by the week, the new, this time small release arrived instead. :) The version 0.7.1 is now avaible for download. No new bugs reported yet, thus peace and quiet here by the whole week.
The non-POSIX command shell written in Nim
Copy-paste week from the previous ones (well, added the last "s"): The work on the replacement of the standard module db_connector with library norm continues.
history
module is now fully converted to use norm library. Same as options
and output
modules. The first two required a lot of work for it, thus it took most time of the week.plugins
module to use norm. The work here really started, thus probably will take the whole next week.A graphical user interface for managing Windows programs on FreeBSD written in Nim
And the maintenance tasks are done for now. The last thing was to update the project's documentation. And then some new things arrived in the program. It is now possible to install additional libraries, fonts, etc. with winetricks
program during installation or updating an application. The work slowly moves forward the first 0.1 release. :) With that speed it probably will take several weeks.