Skip to content

Releases: NickMcConnell/FAangband

2.0.1-749-g234346c2d

17 Jan 07:04
Compare
Choose a tag to compare
2.0.1-749-g234346c2d Pre-release
Pre-release
Add readthedocs configuration file

2.0.1-748-g34361d369

16 Jan 20:23
Compare
Choose a tag to compare
2.0.1-748-g34361d369 Pre-release
Pre-release
Plug memory leak and account for awareness in display_object_kind_rec…

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 .