First, the most important, happy holidays everyone. :) Stay safe and take care, have fun and be well. Generally, all the best for you all. Now we can be back to the routine. Which means:
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)
Well, one player pointed me to some problems with the stable release and finally, some problems will be solved. For now, one thing should work properly, more things will be fixed in the next week:
And the development version continues it journey:
Because since the last development release, another four weeks passed, it is time for the new one. Around 24 hours after this post, it will be available for download. And that will be mark that we are in the middle of the way to the next big "stable" release. ;)
The non-POSIX command shell written in Nim
Again, the week full of new features. Expected and unexpected. ;) At least here is something to write:
options list. I removed unneeded information, like type of options, instead added information that an option was changed by the user. Plus made information about values of options more human-friendly.options set. It no longer takes any arguments. Instead, it looks like the command alias edit. It first asks for the option name (selection from the list) and then for a new value for it. It should be less error-prone than previous version of the command. The task took most of the time in this week, but it is finished.options set command was updated.options reset. Now it asks for the option to reset after executing the command, unless the optional parameter all was added. Then all options are set to their default values. This one didn't change. ;) Again, the reason for the change was to make the command more user-friendly. The work on the new version of the command is finished, but there is still documentation to update.The Nim binging to Nuklear GUI library
Again, almost the copy and paste from the previous week. ;) The work on the higher level of binding continued this week. Several low level bindings were replaced by high level ones. Also, the demo program was updated to the new version of the binding. Plus some old bindings are updated to the new style. But it seems like the work here is almost finished. Probably in the next week all will be done for now, and then I will switch to work on another project. As usual, more work than time. :)