Neoband 0.2.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Therem Harth
    Knight
    • Jan 2008
    • 926

    Neoband 0.2.1

    Get it from Gitorious, as usual: https://gitorious.org/neoband

    This is a maintenance release, and as such doesn't add anything new. Changes are as follows:

    - Sappers were too powerful, so their recipes can no longer be cast without enough SP. This shouldn't be too terrible a problem, as they already have amazing stealth, good ranged to-hit, and can brand ammo...

    - Flare and Smoke Bomb now apply light effects after damaging effects. This is mostly so that Smoke Bomb targets the poison cloud properly, instead of darkening the area and then missing the target. With Flare it's just for consistency.

    - Weigh Magic returned without a value if aborted, probably using up a turn. it was supposed to return FALSE (and now does).

    - The radius of Deluge is now halved, to avoid crashes. Thanks to jevansau for the fix... err, workaround, but then a radius-25 flood should really enough for anyone!

    - The do_cmd_pyro(), do_cmd_avatar(), and do_cmd_sapper() functions were rearranged a bit to prevent players from getting info for spells not on the menu. (Or, in the case of do_cmd_sapper(), just for consistency with the other two functions.)

    Enjoy!

    P.S. 0.2.1 may not be the only release this weekend, seeing as I'll probably be snowed in.
  • Therem Harth
    Knight
    • Jan 2008
    • 926

    #2
    Ugh, turns out the Deluge bug is not fixed, and affects Phoenix Fire too. The problem is that project() has a maximum radius of 16 (probably because of the 16-element array for reducing damage with distance from the center?), and will make the game segfault if a ball of radius > 16 is fired.

    For Deluge I'll probably just reduce the max radius to 16 and be done with. For Phoenix Fire I will switch to project_los(), which is more like what I want anyway.

    Comment

    • Zireael
      Adept
      • Jul 2011
      • 204

      #3
      Umm, is Neoband still a thing and how can I get it to run on Windows?

      Comment

      • Therem Harth
        Knight
        • Jan 2008
        • 926

        #4
        Yes, Neoband is still a thing. Version 0.5.0 was released recently, and I'm still working on it occasionally in my spare time.

        A Windows binary for 0.5.0 can be gotten via the Neoband competition page. For future reference, though, you'll probably want to compile it using MinGW.

        (Visual Studio might work, but is not supported ATM.)

        Comment

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