Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
Release 2.0.0-38-g19dc600ff
Basic fix to allow double-clicking of savefiles, should fix #276
Release 2.0.0-34-gc76a0b4c8
Changed mention of "nowhere" to "no location set" when choosing the r…
Release 2.0.0-33-g8ba1e62ef
Replace "Angband" with "FAangband" in the macOS interface's menu entr…
Release 2.0.0-32-gf8439cc71
Tidy logic for message about revealed object when rubble cleared (#5087) * Make checking for object after clearing rubble more robust against potential place_object() failures. Resolves https://github.com/angband/angband/issues/5086 . * For check on revealed object after applying stone-to-mud to rubble, make the logic the same as it is when digging: do the check after the placing the object and factor in the player's settings for ignored objects.
Release 2.0.0-31-gb619f0ed2
In new_level_display_update(), put the request to update the view and…
Release 2.0.0-30-g1bf5744a9
Documentation: fix two warnings from sphinx introduced by https://gi…
Release 2.0.0-28-ga2059bbb5
Copy most of the comment updates to class.txt from https://github.com…
Release 2.0.0-27-g0dc03890f
Update attack.rst add punctuation to monster status effect lists, because the lines aren't breaking
Release 2.0.0-26-geec15fc86
Include which character was involved in the error message for failure…
Release 2.0.0-25-g4cd2d629c
Fix palantir activation (thanks Ingwe)