Forum: Development
January 12, 2021, 20:21
|
Replies: 1
Views: 157
The prebuilt versions for Windows or Mac...
The prebuilt versions for Windows or Mac automatically include the graphics support. With the Mac version, you can select the graphics mode while running the game by opening the Settings->Graphics...
|
Forum: Vanilla
January 5, 2021, 06:54
|
Replies: 21
Views: 1,770
|
Forum: Vanilla
January 4, 2021, 18:15
|
Replies: 21
Views: 1,770
|
Forum: Vanilla
November 23, 2020, 05:42
|
Replies: 36
Views: 1,694
There is still a choice the player can make in...
There is still a choice the player can make in those two cases. One can go elsewhere, use some sort of magic mapping if available, or walk/run to the end of the long corridor or around the perimeter...
|
Forum: Sil
November 12, 2020, 21:19
|
Replies: 2
Views: 300
When you change the font, the Mac front-end...
When you change the font, the Mac front-end stores the change in its stored preferences so it can be retrieved the next time you start the application. If the chosen font always triggers a crash or,...
|
Forum: AAR
November 12, 2020, 17:26
|
Replies: 487
Views: 91,282
|
Forum: Development
November 12, 2020, 08:00
|
Replies: 1
Views: 299
The Shockbolt tiles have an alpha channel for...
The Shockbolt tiles have an alpha channel for transparency information. If you look at the code in Angband's main-win.c, you'll see that the RGB components are multiplied by the alpha channel when...
|
Forum: Development
October 25, 2020, 08:10
|
Replies: 13
Views: 2,092
|
Forum: Development
October 24, 2020, 00:00
|
Replies: 13
Views: 2,092
|
Forum: Development
October 22, 2020, 01:54
|
Replies: 13
Views: 2,092
|
Forum: Vanilla
October 11, 2020, 17:09
|
Replies: 6
Views: 334
|
Forum: Vanilla
October 5, 2020, 22:17
|
Replies: 190
Views: 18,449
|
Forum: Vanilla
September 27, 2020, 20:20
|
Replies: 190
Views: 18,449
To follow up on this some more, with the most...
To follow up on this some more, with the most recent nightly no disconnected levels were seen at depths of 50', 300', 550', and 800' in 80,000 attempts at each depth. At 1050', there's about 90...
|
Forum: Vanilla
September 25, 2020, 01:07
|
Replies: 9
Views: 685
|
Forum: Vanilla
September 22, 2020, 19:39
|
Replies: 190
Views: 18,449
There are caps like that on the energy use in...
There are caps like that on the energy use in cmd-pickup.c. I don't understand the logic there. I had expected it would increment the energy use for the auto-pickups, but it overwrites what was...
|
Forum: Vanilla
September 22, 2020, 03:48
|
Replies: 190
Views: 18,449
move_energy * (1 + abs(num_moves - 1) -...
move_energy * (1 + abs(num_moves - 1) - (num_moves - 1)) / (1 + abs(num_moves - 1))
would reproduce the same values for positive values of num_moves and wouldn't blow up for num_moves <= 0. With...
|
Forum: Sil
September 18, 2020, 23:39
|
Replies: 10
Views: 1,752
Inconsistent notes in the tutorial
In 1.5 beta, the tutorial note outside the forge says "Find the forge through this door and create a Ring of Frost." The first note in the next room towards the end of the tutorial says "The amulet...
|
Forum: Vanilla
September 11, 2020, 19:03
|
Replies: 8
Views: 3,924
|
Forum: Vanilla
September 10, 2020, 01:04
|
Replies: 10
Views: 743
|
Forum: Vanilla
September 9, 2020, 19:58
|
Replies: 10
Views: 743
|
Forum: Vanilla
September 4, 2020, 22:50
|
Replies: 15
Views: 1,212
|
Forum: Sil
August 27, 2020, 04:04
|
Replies: 2
Views: 473
|
Forum: Variants
August 19, 2020, 20:27
|
Replies: 3
Views: 610
|
Forum: Variants
August 12, 2020, 20:28
|
Replies: 246
Views: 16,592
Yes. Corrected my post for that.
...
Yes. Corrected my post for that.
Since the object has zero for that modifier it doesn't have that rune (per the implementation in Vanilla and FirstAgeAngband) so no '?' for it. If the...
|
Forum: Variants
August 12, 2020, 18:35
|
Replies: 246
Views: 16,592
|