Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
2.0.1-725-g636e04f84
monster.txt: return missing record header for misplaced base, glyph, …
2.0.1-724-g919d7e72a
Fix typos or wording in comments and documentation
2.0.1-720-g95022a5a2
Correct SDL2 library names used in Makefile.std
2.0.1-719-g774e24e8e
Necromancer's command: deduct mana and take a turn if resisted Reported by RegalStar here, https://angband.live/forums/forum/angband/vanilla/249364-what-is-the-point-of-necromancer-s-command-spell-having-a-chance-of-being-resisted#post249364
2.0.1-718-g56f1a6c94
Generate recall for everburning lights Resolves https://github.com/angband/angband/issues/6065 .
2.0.1-717-g9e8b45a1f
Fix some comments Add missing word in slay.txt. Use the Javadoc/doxygen lead-in for the comments describing the square_apparent_*() calls.
2.0.1-716-gdf465aa88
Ego knowledge menu: avoid another trigger for the address sanitizer Related to https://github.com/angband/angband/issues/6061 .
2.0.1-715-gb65164280
Account for empty object groups in ego knowledge display, fixes #6061
2.0.1-714-g9318c3859
Remove obsolete "Enter store" command from documentation Seems non-functional since commit 7497c1a5aa94ffc834c5c6037aa96aaa79262ce4. Instead, re-entering a shop can be done by staying still with ',' ('.' via the roguelike keyset; "CMD_HOLD") or '5'.
2.0.1-713-g8d8827fe9
SDL2: check for error when switching fullscreen mode Also remember both size and position before switching. May help diagnose what is reported in https://github.com/angband/angband/issues/6050 .