Author Topic: Larn-NEXT (now at Xvart)  (Read 5275 times)

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Larn-NEXT (now at Xvart)
« on: June 22, 2017, 10:24:23 PM »
https://github.com/atsb/RL_M/releases

Quote
After 3 months of hammering away at Larn's codebase, finally it's time for a new release.

A lot of changes have happened over this time from bug fixes, feature implementations and backend improvements. The conversion to C++ is going well, with many usages of C++17 features and proper casting, templates, classes and inline functions & inline variables.

Binaries:

Due to my cross-compilation environment, I was unable to get mips and armhf builds ready as Larn now needs GCC 7 as a minimum, so this will be done in the next releases (weekly).

In the single zip file attached here, there will be a Win64, GNU/Linux 32bit and aarch64 (Arm64) binary. Use the one for your architecture and system.

Also thanks to the contributors!

Changelog:

    Rewrote the cannedlevel function to be standard C/C++.
    Rewrote the cave level generation (some bugs remain).
    Rewrote the math which generates the mazes.
    Cleaned up some functions and squashed some bugs.
    Cleaned up UI (finalized).
    Templated functions.
    Inlined functions for #define's.
    Inlined variable for WIZID (more to come).
    Added more mazes to the file.
    Removed color.
    Removed all #define macros and replaced them with inline functions,
    variables, templates and declared the rest correctly.
    Renamed some variables like scprob to scroll_probability.
    Removed larnfunc.h and created templates/math.t.hpp.
    Now compiles cleanly with GCC 7.1 with very strict rules.
    Cleaned up inventory code and made it fullscreen.
    Increased mobuls to 699.
    Created a log of messages (data/messages.log) for review if
    players miss any of the messages scrolling while playing.
    Removed pointless casting.
    Large amount of bug fixing.
    Apache 2.0 applies to more files.

~Gibbon

The future of Larn shines once again from another of the stars in the sky!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: Larn-NEXT (now at Xvart)
« Reply #1 on: June 24, 2017, 06:37:05 AM »
Is there something that useful in C++17 compared to C++11 which has better support on stranger platforms. I think newer C++ versions are getting weird, like they try to change it to Haskell or something.

Legend

  • Rogueliker
  • ***
  • Posts: 657
  • Karma: +0/-0
    • View Profile
    • Email
Re: Larn-NEXT (now at Xvart)
« Reply #2 on: July 01, 2017, 02:27:06 AM »
Any chance of a win32 version for xp? And fullscreen support?