Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
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 …
2.0.1-679-gcf046552c
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
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
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
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
set an object to assessed that has all its runes known