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 Nim)
Another quiet week in the stable version. As always, perhaps it is time to back to dad jokes here. :) Maybe it will help me find something. The whole week was spent on the development version of the game.
And mentioned above the development version is going forward as usual. Slowly. :)
And because four weeks passed since the last development version of the game, time for another. In around 24 hours since this post, it will be available for download.
The Nim binging to Nuklear GUI library
Again, copy and paste from the previous weeks. :) I'm just updating the project with changes done in the Steam Sky. Added some new bindings, some new features too, plus I'm slowly rewriting the C part in Nim.
The program for find and remove stalled, unmaintained files on FreeBSD
As mentioned in the previous week. The only change here was the first release of the program. As a program, not a script. :) Well, for now the project is going into sleep mode, while I'm back to work on another one.
The static code analyzer for Nim programming language
And the work restarted here. Mostly to fix some issues which I found when using the program to analyze my other projects' code. For this week, two problems are fixed:
namedParams
doesn't check for named parameters for type procedures. There is similar problem like with debug or sizeof parameters.There are still a few issues to fix, so, please expect a similar report in the next week. ;)