Skip to content

Releases: NickMcConnell/FAangband

2.0.1-691-g5d086ce10

17 Jul 21:18
Compare
Choose a tag to compare
2.0.1-691-g5d086ce10 Pre-release
Pre-release
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

14 Jul 21:47
Compare
Choose a tag to compare
2.0.1-689-gf5ae82c75 Pre-release
Pre-release
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

25 Jun 22:25
Compare
Choose a tag to compare
2.0.1-687-g6655fe57e Pre-release
Pre-release
Tolerate non-NULL obj argument and full inventory in player_pickup_it…

2.0.1-686-gbfa0a548d

13 Jun 00:04
Compare
Choose a tag to compare
2.0.1-686-gbfa0a548d Pre-release
Pre-release
Preserve player_race across chained changes to the shape

May resolve https://github.com/NickMcConnell/FAangband/issues/426 .

2.0.1-685-gec2db665f

13 Jun 00:03
Compare
Choose a tag to compare
2.0.1-685-gec2db665f Pre-release
Pre-release
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

06 Jun 21:14
Compare
Choose a tag to compare
2.0.1-684-g1c6b7b350 Pre-release
Pre-release
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

05 Jun 21:41
Compare
Choose a tag to compare
2.0.1-683-gac430bd38 Pre-release
Pre-release
Add a chunk argument to monster deletion and moving functions

2.0.1-682-gc08282e3f

03 Jun 21:50
Compare
Choose a tag to compare
2.0.1-682-gc08282e3f Pre-release
Pre-release
Plug leak of ghost in chunk_copy()

2.0.1-681-g2e7bd35fa

03 Jun 21:50
Compare
Choose a tag to compare
2.0.1-681-g2e7bd35fa Pre-release
Pre-release
Deeply copy blows for player ghost

Avoids modifying blows of the base race when creating a ghost.

2.0.1-680-g57a3303f5

03 Jun 21:50
Compare
Choose a tag to compare
2.0.1-680-g57a3303f5 Pre-release
Pre-release
wipe_mon_list(): use chunk argument rather than global when clearing …