Releases: angband/angband
Releases · angband/angband
4.2.5-397-gddeaace4e
Correct some typos in comments
4.2.5-396-g885429078
Add missing parenthesis in monster spoiler output Fixes a regression introduced by 05945f06ee197fe9b0aa83fe10d3c844383380fa .
4.2.5-395-ge45cc1e7d
add help document for manual window setup for gcu
4.2.5-394-g347a98423
Comment out devkitpro NDS build for now to avoid constant github errors
4.2.5-393-g11f681133
Better match death logic for projections or non-player hits to mon_ta…
4.2.5-392-g27d3fe0b2
Fix missing word in the documentation about configuring SDL2 Resolves https://github.com/angband/angband/issues/6243 . Also describe how that window<->subwindow relationship is managed.
4.2.5-391-g166aeb1a5
Avoid warnings on msys2 about truncation when initializing array from…
4.2.5-390-g014b6f40a
For macOS and configure-based builds, replace angband.o with static l…
4.2.5-389-g1b3978f8d
Avoid extraneous path separator in the user and archive directories Happens when PRIVATE_USER_PATH with its default value, "~/.angband", is used. Resolves https://github.com/angband/angband/issues/6237 .
4.2.5-388-g6fc81f58b
Tidy archive directory handling Since the change on January 9, 2022 puts it within the user directory, elevated privileges are not necessary when archiving/restoring the randart file, main.c can be allowed to alter the path (though with file_move() as it is, it must be in the same file system as the user directory), and some dead code can be removed from CMakelists.txt.