Skip to content

Releases: NickMcConnell/FAangband

2.0.1-747-g73dc244b8

20 Dec 09:09
Compare
Choose a tag to compare
2.0.1-747-g73dc244b8 Pre-release
Pre-release
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

29 Nov 22:01
Compare
Choose a tag to compare
2.0.1-746-ge06b2497a Pre-release
Pre-release
Update more references to the forums

2.0.1-745-g580108b81

22 Nov 19:22
Compare
Choose a tag to compare
2.0.1-745-g580108b81 Pre-release
Pre-release
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

20 Nov 19:34
Compare
Choose a tag to compare
2.0.1-742-g1533924bb Pre-release
Pre-release
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

19 Nov 18:33
Compare
Choose a tag to compare
2.0.1-741-gc7950137a Pre-release
Pre-release
SDL2: change appearance of menu toggles

Resolves https://github.com/angband/angband/issues/6134 .

2.0.1-737-g9ca171a38

09 Nov 23:22
Compare
Choose a tag to compare
2.0.1-737-g9ca171a38 Pre-release
Pre-release
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

08 Nov 11:20
Compare
Choose a tag to compare
2.0.1-735-g78f16d149 Pre-release
Pre-release
Avoid SDL_Color initialisation error

2.0.1-734-g47ce87260

07 Nov 20:21
Compare
Choose a tag to compare
2.0.1-734-g47ce87260 Pre-release
Pre-release
SDL2: remove menu entry to close window 0

Resolves https://github.com/angband/angband/issues/6058 .

2.0.1-733-g66578d870

07 Nov 17:49
Compare
Choose a tag to compare
2.0.1-733-g66578d870 Pre-release
Pre-release
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

06 Nov 19:15
Compare
Choose a tag to compare
2.0.1-732-gb4a25f645 Pre-release
Pre-release
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.