Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
2.0.1-691-g5d086ce10
Fix regression where -more- prompt overwrites part of message Introduced by d581dcade0d0ece98a72dc1adc7e2bf524f8a475 . Should resolve case pointed out by agoodman00 in https://github.com/angband/angband/pull/5998 where -more- is not preceded by a space.
2.0.1-689-gf5ae82c75
Guarantee "-more-" has a space in front of it Avoids the need to patch the borg with https://github.com/angband/angband/pull/5997 .
2.0.1-687-g6655fe57e
Tolerate non-NULL obj argument and full inventory in player_pickup_it…
2.0.1-686-gbfa0a548d
Preserve player_race across chained changes to the shape May resolve https://github.com/NickMcConnell/FAangband/issues/426 .
2.0.1-685-gec2db665f
Protect against overflow when adding a ghost to the monster rating Also adjust, when possible, the monster rating for skipping a ghost in chunk_copy().
2.0.1-684-g1c6b7b350
Change how chunk_copy() skips ghost not used from the source chunk Also use passed chunk argument rather than cave when resetting the ghost in delete_monster_idx(). Avoids an assertion failure copying over the monster groups when both chunks have a ghost. This is cleaner than https://github.com/NickMcConnell/FAangband/pull/423 and possible now that delete_monster_idx() takes a chunk argument.
2.0.1-683-gac430bd38
Add a chunk argument to monster deletion and moving functions
2.0.1-682-gc08282e3f
Plug leak of ghost in chunk_copy()
2.0.1-681-g2e7bd35fa
Deeply copy blows for player ghost Avoids modifying blows of the base race when creating a ghost.
2.0.1-680-g57a3303f5
wipe_mon_list(): use chunk argument rather than global when clearing …