Temple of The Roguelike Forums

Announcements => Traditional Roguelikes (Turn Based) => Topic started by: Gibbon on April 13, 2016, 05:39:26 AM

Title: Larn 13.2 Released
Post by: Gibbon on April 13, 2016, 05:39:26 AM
Another MAJOR release of Larn has just been uploaded.  Many changes, improvements and bug fixes from the last release:

Get it here: https://github.com/atsb/RL_M/releases/tag/13.2 (https://github.com/atsb/RL_M/releases/tag/13.2)

Binaries for Windows (32bit), GNU/Linux and OS X (both 64bit).

From the changelog:

1. Rewrote the readboard, writeboard and makeboard functions to be standard C.
2. Entirely removed the help code.  Help is now in a .txt file to be read manually,
   this isn't the 80's and we have filespace for a few extra bytes of text ;)
3. Hardcoded the welcome message into help.c
4. Cleaned up a few functions.
5. Removed macros defining functions for Windows and *NIX.  Wrapped these up into ifdefs
   and updated some deprecated functions to their modern counterparts.
6. General cleaning, bug fixing and improvements.

~Gibbon
Title: Re: Larn 13.2 Released
Post by: getter77 on April 13, 2016, 12:37:45 PM
Yay!  8)