Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
2.0.1-747-g73dc244b8
Assign artifact IDs for generated randarts May resolve https://github.com/NickMcConnell/FAangband/issues/435 (previous behavior had all the randarts with an ID of zero at the exit of initialize_random_artifacts() so marking one created would mark all as created). Also reduce the number of reallocations in initialize_random_artifacts() to be more efficient.
2.0.1-746-ge06b2497a
Update more references to the forums
2.0.1-745-g580108b81
SDL2: when changing fullscreen, resize backing textures if needed Resolves https://github.com/angband/angband/issues/6060 , a regression introduced by 850810f00481b854d10415395ed064d9cea80d60 .
2.0.1-742-g1533924bb
SDL2: respond to SDL_RENDER_TARGETS_RESET/SDL_RENDER_DEVICE_RESET events May help with https://github.com/angband/angband/issues/5512 and https://github.com/angband/angband/issues/5497 .
2.0.1-741-gc7950137a
SDL2: change appearance of menu toggles Resolves https://github.com/angband/angband/issues/6134 .
2.0.1-737-g9ca171a38
Ensure archive directory presence if running Windows front end in place Also ensures lib/user/archive is set up for self-contained installs via CMake.
2.0.1-735-g78f16d149
Avoid SDL_Color initialisation error
2.0.1-734-g47ce87260
SDL2: remove menu entry to close window 0 Resolves https://github.com/angband/angband/issues/6058 .
2.0.1-733-g66578d870
MSYS2 and SDL2: work around inability to statically link libSvtAv1Enc May be able to revert this at some point in the future depending on the resolution of https://github.com/msys2/MINGW-packages/issues/22439 .
2.0.1-732-gb4a25f645
Correct lore writing if there is more than one known drop The drops would be written correctly if all were specified by tval; otherwise, the results would not be as expected because the kind field of the first drop was reused for subsequent drops.