Skip to content

Releases: NickMcConnell/FAangband

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 …

2.0.1-679-gcf046552c

03 Jun 21:49
Compare
Choose a tag to compare
2.0.1-679-gcf046552c Pre-release
Pre-release
Fix logic for blow with non-NULL blow_effect2

Resolves crash seen placing a ghost with a blow that had NULL for blow_effect1 and not NULL for blow_effect2.

2.0.1-678-g99926ec53

02 Jun 21:53
Compare
Choose a tag to compare
2.0.1-678-g99926ec53 Pre-release
Pre-release
Character sheet: prevent out-of-bounds reads from deadliness_conversion

Before the change, a dark-elf druid thrall with the default point buy would cause the game, when compiled with tbe undefined behavior sanitizer, to crash when displaying the character sheet at the last stage of the birth process.

2.0.1-677-gbf9a6694a

02 Jun 20:21
Compare
Choose a tag to compare
2.0.1-677-gbf9a6694a Pre-release
Pre-release
Keep player's depth consistent when thrall option is toggled

Resolves Sideways' report here, https://angband.live/forums/forum/angband/variants/248837-faangband-nightly-crashes-on-game-resumption?p=248839#post248839 , of town monsters in Anfauglith 58.

2.0.1-676-g46dd2812f

02 Jun 20:20
Compare
Choose a tag to compare
2.0.1-676-g46dd2812f Pre-release
Pre-release
Create a new store when a former thrall first moves home

Should prevent the savefile corruption reported by Sideways here, https://angband.live/forums/forum/angband/variants/248837-faangband-nightly-crashes-on-game-resumption#post248837

2.0.1-675-g740fee4bb

23 May 21:25
Compare
Choose a tag to compare
2.0.1-675-g740fee4bb Pre-release
Pre-release
set an object to assessed that has all its runes known