Releases: NickMcConnell/FAangband
Releases · NickMcConnell/FAangband
2.0.1-749-g234346c2d
Add readthedocs configuration file
2.0.1-748-g34361d369
Plug memory leak and account for awareness in display_object_kind_rec…
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 .