Forum: Development
February 16, 2020, 04:23
|
Replies: 20
Views: 3,022
|
Forum: Development
February 4, 2020, 06:31
|
Replies: 20
Views: 3,022
|
Forum: Vanilla
February 3, 2020, 01:24
|
Replies: 9
Views: 1,138
I pushed a fix for this a few days ago. I don't...
I pushed a fix for this a few days ago. I don't think there's a good way to make the @v inscriptions work while also continuing to have 'v' default to the quiver, because the quiver requires 0-n be...
|
Forum: Development
February 2, 2020, 16:48
|
Replies: 20
Views: 3,022
|
Forum: Development
January 31, 2020, 18:49
|
Replies: 8
Views: 1,066
|
Forum: Development
January 31, 2020, 06:58
|
Replies: 8
Views: 1,066
|
Forum: Development
January 31, 2020, 06:00
|
Replies: 8
Views: 1,066
|
Forum: Development
January 31, 2020, 02:53
|
Replies: 8
Views: 1,014
if ((player->depth == 0) && (j > 90))
{ ...
if ((player->depth == 0) && (j > 90))
{
msgt(MSG_LOCKPICK_FAIL, "The town resident has securely locked his home's door against adventurous burglers.");
return(false);
}
I learned...
|
Forum: Development
January 31, 2020, 02:41
|
Replies: 8
Views: 1,014
|
Forum: Development
January 30, 2020, 20:32
|
Replies: 8
Views: 1,014
|
Forum: Development
January 30, 2020, 03:45
|
Replies: 8
Views: 1,014
locked doors?
I was messing around with the town a little bit, and I wanted to add some extra non-shop buildings, with doors, that the player couldn't open. Just for color, to make it look like there were some...
|
Forum: Development
January 30, 2020, 02:09
|
Replies: 20
Views: 3,022
Wonderful
Great, I checked in everything you'll need, it's under src\win\vs2019. The doc is the "Building with Visual Studio 2019.docx" file (that's a MS word file, hopefully you've got a reader for it), and...
|
Forum: Vanilla
January 28, 2020, 22:48
|
Replies: 218
Views: 28,435
yesterday playing the nightly with a very...
yesterday playing the nightly with a very low-level mage (like lvl 3 or 4) I went down from town to 1, then 1 to 2 rather briefly, then started back up. I spent a loooong time on 1 looking around for...
|
Forum: Vanilla
January 28, 2020, 01:07
|
Replies: 218
Views: 28,435
quylthulgi?
What's the plural of quylthulg supposed to be, anyway?
I noticed in looking at monster.txt there's no plural: tag for memory moss. Is the code smart enough to form that one correctly automatically?
|
Forum: Vanilla
January 27, 2020, 20:15
|
Replies: 463
Views: 43,452
Late to the party on glow suggestions...
...
Late to the party on glow suggestions...
What about 'a glow surrounds you'? Or is that effect already in use for something else like blessings?? (that might be why I thought of it, because I'd...
|
Forum: Vanilla
January 27, 2020, 19:40
|
Replies: 9
Views: 1,138
I debugged into this to see what was going on...
I debugged into this to see what was going on with the inscription part of it.
do_cmd_throw() in player-attack.c is not setting player->upkeep->command_wrk, so it is zero when textui_get_item() in...
|
Forum: Development
January 27, 2020, 04:44
|
Replies: 19
Views: 1,797
|
Forum: Development
January 27, 2020, 03:38
|
Replies: 8
Views: 1,066
Warning free builds?
How cleanly does Angband build for the various targets? For VS, after fixing the four errors, there are still a bunch of warnings.
Is there interest in having changes pushed to clean those up?
...
|
Forum: Development
January 27, 2020, 03:24
|
Replies: 19
Views: 1,797
Thanks again, your advice to create a local...
Thanks again, your advice to create a local branch worked, and I managed to push another small fix. Getting my fork updated from the master was more troublesome, I ended up having to make a pull...
|
Forum: Development
January 26, 2020, 22:29
|
Replies: 19
Views: 1,797
Ah, maybe that's it. I only deleted the one on...
Ah, maybe that's it. I only deleted the one on the server - it's a small bit of bother to delete the local copy and recreate it, but I'll give that a whirl. Your posting your experience is really...
|
Forum: Development
January 26, 2020, 21:50
|
Replies: 19
Views: 1,797
Thanks, i need all the help I can get!
I...
Thanks, i need all the help I can get!
I tried deleting my master fork and reforking, but it didn't help - the new fork still showed everything I'd ever done, and every pull request I start to...
|
Forum: Development
January 26, 2020, 18:02
|
Replies: 19
Views: 1,797
|
Forum: Development
January 26, 2020, 07:24
|
Replies: 9
Views: 1,324
|
Forum: Development
January 26, 2020, 06:34
|
Replies: 19
Views: 1,797
Thanks, that shows what I'm looking at that is...
Thanks, that shows what I'm looking at that is causing my question.
I don't get why the first line (5d2e4f5) is showing up. That change was pushed to my branch then pulled to master by Nick, so...
|
Forum: Development
January 26, 2020, 04:37
|
Replies: 19
Views: 1,797
|