Skip to content

Releases: NickMcConnell/FAangband

Release 2.0.0-6-g2adbcb2b2

27 Aug 22:15
Compare
Choose a tag to compare
Pre-release
Apply fixes for failure to load a mp3 on Windows (#5064)

* Prevent crash in Windows front-end if mp3 sound file fails to load.

* Windows: remove plog_fmt() call for mp3 load failures - load_sound() already makes a similar call.

Release 2.0.0-5-g8cdf65a6d

27 Aug 22:06
Compare
Choose a tag to compare
Pre-release
Avoid having necessary code being optimized away when -DNDEBUG is set…

Release 2.0.0-4-gd644ca35d

25 Aug 11:08
d644ca3
Compare
Choose a tag to compare
Pre-release
Merge pull request #259 from backwardsEric/splash-screen-alignment

Fix ragged right border for box around "First Age Angband" on splash screen

Release 2.0.0-2-gbd6ebdfae

25 Aug 02:20
Compare
Choose a tag to compare
Pre-release
Fix initialization of artifact update info, resolves #83

Release 2.0.0

22 Aug 03:06
Compare
Choose a tag to compare

This is a significant re-write of FAangband.

FAangband was originally forked from Oangband, and developed until around 2014 with version 1.4.4. Development was restarted in 2020, with a rewrite aimed at re-implementing the best features of original FAangband but based on the latest Angband code base.

Since this version is heavily based on Angband there are way too many people to thank here, but I would like to mention:

  • Arralen
  • backwardsEric
  • Cuboideb (Diego Gonzalez)
  • David Medley
  • dhouseholder
  • EugeneLesnov
  • Gwarl
  • HolyRage
  • Ingwe Ingweron
  • jevansau
  • kheldar
  • MITZE
  • Rodent/Sideways/sulkasormi
  • Sacksquatch
  • wobbly
    for specific FA_related help.

Release 2.0.0-1-g9b6b04159

22 Aug 04:09
Compare
Choose a tag to compare
Pre-release
Update splashscreen and help

Release 2.0beta2-223-gd4ba29597

22 Aug 00:56
Compare
Choose a tag to compare
Pre-release
Improve regional map (thanks EugeneLesnov)

Release 2.0beta2-222-ge50c8b46c

22 Aug 00:01
Compare
Choose a tag to compare
Pre-release
Fixed town names output on regional map

Release 2.0beta2-221-g8d9b16287

21 Aug 22:45
Compare
Choose a tag to compare
Pre-release
Add a player argument to floor_object_for_use().  Resolves https://gi…

Release 2.0beta2-220-gd94a8a786

21 Aug 08:03
Compare
Choose a tag to compare
Pre-release
In main-gcu.c, pass a writeable static buffer to putenv() since, in p…