Forum: Vanilla
Yesterday, 12:22
|
Replies: 10
Views: 363
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
Yesterday, 06:02
|
Replies: 10
Views: 363
|
Forum: Vanilla
Yesterday, 05:37
|
Replies: 10
Views: 363
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: 224
|
Forum: Vanilla
June 21, 2022, 06:22
|
Replies: 7
Views: 683
|
Forum: Development
June 18, 2022, 20:39
|
Replies: 30
Views: 6,172
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,172
|
Forum: Variants
June 14, 2022, 13:05
|
Replies: 86
Views: 4,813
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: 86
Views: 4,813
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: 86
Views: 4,813
|
Forum: Variants
June 11, 2022, 17:53
|
Replies: 86
Views: 4,813
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: 17,906
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: 17,906
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: 333
|
Forum: Vanilla
May 29, 2022, 04:47
|
Replies: 1
Views: 186
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,259
|
Forum: Vanilla
May 16, 2022, 13:32
|
Replies: 131
Views: 17,906
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: 17,906
|
Forum: Vanilla
April 4, 2022, 22:28
|
Replies: 8
Views: 573
|
Forum: Vanilla
April 4, 2022, 18:13
|
Replies: 8
Views: 573
|
Forum: Vanilla
April 4, 2022, 14:29
|
Replies: 8
Views: 573
'5' worked for me in a quick test (Mac version;...
'5' worked for me in a quick test (Mac version; find trap and then use debugging commands to create a chest next to it; '5' was from the main keyboard and not from the numeric keypad). I'll try the...
|
Forum: Vanilla
April 3, 2022, 21:55
|
Replies: 4
Views: 563
Hmmm, the current version detects secret doors...
Hmmm, the current version detects secret doors and forgets previously seen doors that are no longer there. Perhaps the description should be changes (say that it only detects secret doors; likely...
|
Forum: Vanilla
March 30, 2022, 18:50
|
Replies: 131
Views: 17,906
I can reproduce Hounded's report of staffs of...
I can reproduce Hounded's report of staffs of darkness requiring aiming but can't reproduce Ingwe's report of the Detect spell requiring aiming (tried on a Mac; used the debugging commands to advance...
|
Forum: Vanilla
March 27, 2022, 14:19
|
Replies: 131
Views: 17,906
|
Forum: Vanilla
March 16, 2022, 18:35
|
Replies: 131
Views: 17,906
That's possible. SDL mixer is getting the mp3...
That's possible. SDL mixer is getting the mp3 support from libmad0 on Debian. Slackware's description of the libraries linked in by the SDL package doesn't seem to include a library that provides...
|