Forum: Vanilla
August 8, 2022, 22:18
|
Replies: 3
Views: 198
|
Forum: Development
August 7, 2022, 18:17
|
Replies: 8
Views: 308
|
Forum: Sil
August 7, 2022, 04:23
|
Replies: 9
Views: 882
I have changes for Angband 4.2 to allow for a...
I have changes for Angband 4.2 to allow for a tutorial mode and have the tutorial layout driven by a data file (rather than a special save file as in Sil). It still needs some tidying and more work...
|
Forum: Development
August 7, 2022, 04:12
|
Replies: 8
Views: 308
The warnings about obsolete AC_* macros from...
The warnings about obsolete AC_* macros from autoconf 1.* are something I first saw with autoconf 2.70. autoconf does include a utility, autoupdate, to rewrite configure.ac to avoid those macros;...
|
Forum: Vanilla
July 24, 2022, 21:51
|
Replies: 3
Views: 320
For the same reason that @fa doesn't put...
For the same reason that @fa doesn't put ammunition at the top of the quiver (though all ammunition automatically goes to some slot in the quiver if there's room). As you said, @f0 does that and @v0...
|
Forum: AAR
July 21, 2022, 13:27
|
Replies: 69
Views: 5,999
Which version of Angband were you playing? It...
Which version of Angband were you playing? It looked like there was two unexplored ends of corridors (one a little bit below the center of the map and another near the center of the right edge)...
|
Forum: Development
July 18, 2022, 21:21
|
Replies: 8
Views: 308
|
Forum: Vanilla
June 30, 2022, 12:22
|
Replies: 11
Views: 727
In 4.2.4, the object power for the plain gold...
In 4.2.4, the object power for the plain gold ring is 41010 so the expression object_value_real() doesn't overflow. In any case, it should be modified to saturate at the maximum to protect against...
|
Forum: Vanilla
June 30, 2022, 06:02
|
Replies: 11
Views: 727
|
Forum: Vanilla
June 30, 2022, 05:37
|
Replies: 11
Views: 727
That change probably isn't good enough. As...
That change probably isn't good enough. As PowerWyrm said, it's likely an issue in the object_value_real() calculation; its return value is an int, which will be a 16-bit type when compiling for...
|
Forum: Vanilla
June 25, 2022, 05:20
|
Replies: 4
Views: 345
|
Forum: Vanilla
June 21, 2022, 06:22
|
Replies: 7
Views: 1,022
|
Forum: Development
June 18, 2022, 20:39
|
Replies: 30
Views: 6,861
So is that a screenshot of Hengband Touhou...
So is that a screenshot of Hengband Touhou Katteban running on Angband.live? Running offline (macOS terminal) with the current master branch and a change that relaxes an 80 character limit in...
|
Forum: Development
June 14, 2022, 20:05
|
Replies: 30
Views: 6,861
|
Forum: Variants
June 14, 2022, 13:05
|
Replies: 92
Views: 6,270
Looks like the compilation should be done with...
Looks like the compilation should be done with HAVE_STDINT_H set on Linux/Unix platforms where stdint.h is present and long is a 64-bit type. Changes to makefile.std to do that are up as a pull...
|
Forum: Variants
June 13, 2022, 13:42
|
Replies: 92
Views: 6,270
With those changes, this procedure,
Edit...
With those changes, this procedure,
Edit src/makefile.std to comment out the "JP_OPT= ..." line.
In a terminal window, change directories to the src directory and run "make -f makefile.std"....
|
Forum: Variants
June 11, 2022, 20:54
|
Replies: 92
Views: 6,270
|
Forum: Variants
June 11, 2022, 17:53
|
Replies: 92
Views: 6,270
Did you want the text to be displayed in...
Did you want the text to be displayed in Japanese? It looks like you would get an English version by commenting out line 112 of makefile.std; that would avoid the locale issues. If you want...
|
Forum: Vanilla
June 10, 2022, 12:52
|
Replies: 131
Views: 19,857
Out of curiosity, is that because that...
Out of curiosity, is that because that environment has a default external command configured to play the MP3 file (or perhaps it's related to this part of the changes list for SDL Mixer 2.0.3: "Fixed...
|
Forum: Vanilla
June 8, 2022, 14:53
|
Replies: 131
Views: 19,857
There were two calls to open_audio_hook(), one...
There were two calls to open_audio_hook(), one after the other, in sound-core.c. That change you referenced only removed one of them. As for the sound format support, the added call to Mix_init()...
|
Forum: Development
June 4, 2022, 13:55
|
Replies: 3
Views: 430
|
Forum: Vanilla
May 29, 2022, 04:47
|
Replies: 1
Views: 256
4.2.4 reenabled the error beep; it had been...
4.2.4 reenabled the error beep; it had been disabled for some time (at least since 2015). The error beeps are handled independently of the sound system by each front end and so aren't currently...
|
Forum: Vanilla
May 28, 2022, 04:45
|
Replies: 13
Views: 1,350
|
Forum: Vanilla
May 16, 2022, 13:32
|
Replies: 131
Views: 19,857
If you had directly opened it (or, to use...
If you had directly opened it (or, to use wobbly's phrase, booted it) the trap immunity would have bypassed the trap. To me, that's another argument, besides how it works for floor traps, for...
|
Forum: Vanilla
April 8, 2022, 06:21
|
Replies: 131
Views: 19,857
|