Weekly development report 2023-07-22

Welcome to the weekly development report or what was done in my Open Source projects in the last week.

Steam Sky

Roguelike in a sky with steampunk theme (written in Ada)

Another week passed, time for the second report from the "All Quiet on the Western Front" series. The half of time to the next big release passed again on testing the game, fixing bugs, and probably bringing new ones by updating the game's code. :) With that amount of founded bugs, I wonder how much will be left in the "stable" version.

Nimalyzer

The static code analyzer for Nim programming language

The work on polishing the programs continues. This week spent mostly on updating the code of the program's rules. But there are also some breaking changes. :) Plus a new setting for the program.

Wine cellar

A graphical user interface for managing Windows programs on FreeBSD

The work on the installing a new Windows application is finished for now. At least looks so. :) I started to converting the whole process to use threads, so the GUI will not be blocked during background tasks, like download, installing dependencies, etc. The hardest part was to find the proper way to implement it, but I think I have something. :) Also, the installer creating now starting script for the application and the configuration file for the program.

Back