Skip to content

Releases: rbergen/R136

R136 3.4.2

14 Jan 12:17
5aa900e
Compare
Choose a tag to compare

Added some missing English translations, which were hiding in headers.

R136 3.4.1

14 Oct 06:19
4ddb127
Compare
Choose a tag to compare

Small bug fixes, refactor of certain parts.

R136 3.4.0

12 Oct 19:56
8f87a9f
Compare
Choose a tag to compare

Add English as a second language. Dutch is still the default, run R136 with the -e command line argument to start in English.

R136 3.3.3

22 Aug 11:39
Compare
Choose a tag to compare

Turn off cursor when we don't want to see it, and some cosmetic changes.

R136 3.3.2

20 Mar 10:07
d33f656
Compare
Choose a tag to compare

Most of the changes in this release are under the hood, as described in this PR.

Functionally, most changes relate to text display (automatic word wrapping and consistent line-spacing) and the fixing of a number of small bugs.

R136 3.3.1

17 Mar 22:06
913a5c3
Compare
Choose a tag to compare

The release is based on C++-style strings and I/O, which are far less error-prone in their use than their regular C counterparts. While making the switch I came across a number of bugs in the old code that have now been fixed.

R136 3.3

16 Mar 21:49
925028c
Compare
Choose a tag to compare

This is the first version of R136 that is primarily implemented in C++. I think there is still too much code stuck in global, C-like, functions; future versions might change this. With the switch to C++, I have secured the last "almost classic C" version in the classic branch in this repo.

The binary that's attached to this release was built with Visual Studio 2019 (MSVC++) using CMake.

R136 3.2

07 Feb 20:21
e7fef1a
Compare
Choose a tag to compare

This version includes a CMake build configuration that has been verified to successfully build working binaries on Windows with MSYS2/MinGW64 (GCC) and MacOS (CLang).

With this, I'm comfortable assuming that it must be possible to build and run R136 on the vast majority of (*nix) operating systems with very little additional effort.

R136 3.1

31 Jan 08:57
1318836
Compare
Choose a tag to compare

Ported a rudimentary ASCII-art animation from the original QuickBASIC source code to C, approximately 25 years after I intended to.

Coincidentally, this marked my first dabbling with UTF-8 in C on the Windows console. There's quite some fun to be had, there.

R136 3.0

14 Jan 22:59
8b203a5
Compare
Choose a tag to compare

This version is the first version based on PDCurses.