Preparing for 4.2 release

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • emar
    replied
    Originally posted by Nick
    No - I assume your pull request fixes this?
    Yeah, it does--it also fixes the pathfinding halting when it encounters a visible trap square by treating it as invalid path square.

    (Also, please let me know if I did anything wrong in the process; I'm new to contributing to projects.)

    Leave a comment:


  • Nick
    replied
    Originally posted by emar
    When clicking with a mouse or using look->g, @ will only successfully travel to a square if there's an unimpeded direct path; if there are any obstacles in the way, @ travels as far as possible (as the crow flies), then halts as soon as it hits an obstacle.

    Is this intentional?
    No - I assume your pull request fixes this?

    Leave a comment:


  • Nick
    replied
    Originally posted by Voovus
    Sauron's shapes declare they give 0 exp.
    Technically correct, since shapechanged monsters change back on death and give the original XP; probably shouldn't say that in the monster lore, though.

    Originally posted by Voovus
    Also, unlike other uniques, Nan the Giant can carry scrolls and not just equipment (flag missing?).
    Yes, thanks, and there's a couple of others in the same boat.

    Leave a comment:


  • luneya
    replied
    Originally posted by Nick
    Wow, that "only 11 bugs left" thing really went to hell in a hurry. Thanks for all the reports, have confirmed at least two, will follow up.
    Hey, it's better to find bugs now than to have to rapidly release a 4.2.1. Of course, that will probably happen anyway, as there are always more bugs to find, but still, catching them in the dev builds is ideal.

    Leave a comment:


  • Voovus
    replied
    Originally posted by Nick
    that "only 11 bugs left" thing
    In that case, while we are at it...
    Sauron's shapes declare they give 0 exp. Also, unlike other uniques, Nan the Giant can carry scrolls and not just equipment (flag missing?).

    Leave a comment:


  • Nick
    replied
    Wow, that "only 11 bugs left" thing really went to hell in a hurry. Thanks for all the reports, have confirmed at least two, will follow up.

    Leave a comment:


  • jml34
    replied
    Sorry I didn't realize the development section was also about Vanilla. I'll post code there next time. (Are diffs against 4.1.3 ok?)

    About autopickup limits: is it okay to have limits that only work in the range of one stack (i.e. 1..40), or should the code be able to deal with limits over several stacks (e.g. the player wants two stacks of !CCW so {!L80} should work) before the code can be considered user-ready?

    Leave a comment:


  • Chud
    replied
    Another minor bug -- someone dropped some blue dragon scale mail, which I had not identified yet. The description says "provides resistance to cold" along with "you do not know the full extent ..".

    After I identified it, now it says resistance to lightning as expected, and it no longer says resistance to cold.

    Leave a comment:


  • Chud
    replied
    Minor bug, perhaps -- I drank an unknown potion, which turned out to be Surprise! "Your body starts to scramble..."

    ... only, nothing scrambled. As far as I can tell it didn't do anything, unless there's a hidden effect I haven't noticed.

    This is in the latest nightly.

    Leave a comment:


  • emar
    replied
    When clicking with a mouse or using look->g, @ will only successfully travel to a square if there's an unimpeded direct path; if there are any obstacles in the way, @ travels as far as possible (as the crow flies), then halts as soon as it hits an obstacle.

    Is this intentional?
    Last edited by emar; July 26, 2019, 23:29.

    Leave a comment:


  • fph
    replied
    Originally posted by Thraalbee
    (2) A ranger, now with unlimited ammo even for ironman, no longer need melee. If the old "we've got to nerf rangers" thread wakes up again, my first suggestion would be to nerf ranger melee , like max 2 or 3 blows if you carry a longbow or crossbow.
    To be fair, they did nerf rangers, but then we all complained.

    Leave a comment:


  • Diego Gonzalez
    replied
    I see sometimes that monsters first drop their objetcs and then are wiped from screen. Perhaps this odd behavior is related to this code.

    Leave a comment:


  • Pete Mack
    replied
    Well, 0,0 will sure be blank.

    Leave a comment:


  • PowerWyrm
    replied
    Continuing to port the "struct loc" refactoring to PWMAngband, I just tested some changes and suddenly monsters were not removed from screen when they died. I tracked the problem and found out the following:

    Code:
    void delete_monster_idx(int m_idx)
    {
    ...
    
    /* Wipe the Monster */
    memset(mon, 0, sizeof(struct monster));
    
    /* Visual update */
    square_light_spot(cave, mon->grid);
    }
    Yeah, sure this will work...

    Leave a comment:


  • Derakon
    replied
    What if Escaping had no stat modifiers, and the "terrified" flag automatically conveyed +X speed? That would effectively mean that the two rings would not stack.

    It's always bugged me that those rings are as powerful as they are. Early permanent speed is ridiculously hard to balance, and as it stands it seems like they're more or less a no-brainer for any character that relies primarily on ranged damage.

    Leave a comment:

Working...
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎