Skip to content

Releases: angband/angband

4.2.5-397-gddeaace4e

03 Jun 11:49
Compare
Choose a tag to compare
4.2.5-397-gddeaace4e Pre-release
Pre-release
Correct some typos in comments

4.2.5-396-g885429078

03 Jun 11:47
Compare
Choose a tag to compare
4.2.5-396-g885429078 Pre-release
Pre-release
Add missing parenthesis in monster spoiler output

Fixes a regression introduced by 05945f06ee197fe9b0aa83fe10d3c844383380fa .

4.2.5-395-ge45cc1e7d

01 Jun 12:51
Compare
Choose a tag to compare
4.2.5-395-ge45cc1e7d Pre-release
Pre-release
add help document for manual window setup for gcu

4.2.5-394-g347a98423

30 May 20:25
Compare
Choose a tag to compare
4.2.5-394-g347a98423 Pre-release
Pre-release
Comment out devkitpro NDS build for now to avoid constant github errors

4.2.5-393-g11f681133

30 May 20:17
Compare
Choose a tag to compare
4.2.5-393-g11f681133 Pre-release
Pre-release
Better match death logic for projections or non-player hits to mon_ta…

4.2.5-392-g27d3fe0b2

30 May 20:16
Compare
Choose a tag to compare
4.2.5-392-g27d3fe0b2 Pre-release
Pre-release
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

30 May 20:16
Compare
Choose a tag to compare
4.2.5-391-g166aeb1a5 Pre-release
Pre-release
Avoid warnings on msys2 about truncation when initializing array from…

4.2.5-390-g014b6f40a

30 May 20:15
Compare
Choose a tag to compare
4.2.5-390-g014b6f40a Pre-release
Pre-release
For macOS and configure-based builds, replace angband.o with static l…

4.2.5-389-g1b3978f8d

10 May 21:57
Compare
Choose a tag to compare
4.2.5-389-g1b3978f8d Pre-release
Pre-release
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

10 May 21:57
Compare
Choose a tag to compare
4.2.5-388-g6fc81f58b Pre-release
Pre-release
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.