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)
Yet another bug found in the stable version, for some reason the game doesn't show information about change of items to break. It should be fixed now. Again, in around 24 hours after this post, a new, let's hope, more stable than usual version of the game will be available for download.
The development version is going forward. But my to-do list is still long. :)
The experimental command shell written in Nim
The whole week spent on adding contracts to the various procedures. And tasks related to them.
showError discardable so it doesn't require discard word
any more, as it used a pretty often in the code.showError procedure.The simple shell script to control Bluetooth sound devices on FreeBSD
Only one small change this week. Fixed restoring the sound settings after stop
a Bluetooth device. For some reasons, FreeBSD reset the kernel setting
hw.snd.basename_clone to zero after stopping Bluetooth services, which
prevented for example, sndio from works. Now it should work properly.
Yet another simple shell script to tweak FreeBSD for gaming
Another new thing here. As the description says, it is a very simple shell script to tune the FreeBSD settings for gaming. Same as with Blues, I've done it mostly as my backup for now. At this moment, it is available here and on GitHub.