Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old July 28, 2007, 15:16   #1
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Angband 3.0.9 released

Angband 3.0.9 is a bugfix version of 3.0.8, mostly. Thanks go to the many people who reported bugs, helped track them down, and especially to those who provided patches.

Source: http://rephial.org/downloads/3.0/ang...0.9-src.tar.gz
Windows: http://rephial.org/downloads/3.0/angband-3.0.9-win.zip
+ console: http://rephial.org/downloads/3.0/angband-3.0.9-con.zip
RISC OS: http://rephial.org/downloads/3.0/angband-3.0.9-ros.zip

Mac port coming soon, hopefully.

The Windows console build needs the main Windows archive in order to run it, since the console archive only contains the extra console executable.

If you want 32x32 graphics on the X11 or Windows versions, grab the following file and unzip it in lib/xtra:
http://angband.oook.cz/download/extr...-32x32-306.zip

Changes
  • Add 'K' command to "mark item kind as squelch".
  • Add squelch_worthless option; does what it says on the tin.
  • Fix use of an uninitialised variable. (ctate)
  • Restore the "jump into trap and don't autopickup" command. It doesn't "flip pickup" in the same way the old command did.
  • Always cast to (unsigned char) for the islower(), isdigit(), etc functions
  • Make graphics for flavoured items work properly in the object browser.
  • Fix command menu display in bigtile menu via something of a hack.
  • Display full monster picture in monster list in bigtile mode.
  • Fix obviously wrong code in main-gcu. (William McBrine)
  • Make disturb_panel work again (this is a 3.0.6 bug).
  • Add _GNU_SOURCE define to silence setresgid() errors.
  • Give items that provide light descriptions in obj-info.c.
  • Describe the NO_FUEL flag.
  • Fix behaviour of the LITE flag.
  • Collect Banishment effects into one big lump sum. Death now comes quickly.
  • Use better spell and object descriptions. (Hugo Kornelis)
  • Added <click> or 'g' to some prompts where they are now acceptable inputs.
  • Fix acid damage of objects to make it a chance rather than a certainty.
  • Don't count hidden squelchable objects when deciding where to place things in monster drops (or whatever). This should stop drops from killing a monster appearing miles away from that monster with nothing appearing in between.
  • Make 'Glyph of Warding' 'shove' items out of the way when created on a spot.
  • Fix bug in removal of autoinscriptions
  • "!d" stops squelch auto-dropping things, and "!k" marks an object not to be squelched.
  • (Windows) Open windows in reverse order so the Term 5 is behind Term 4 is behind Term 3 and so on.
  • (GTK) Remember user preferences.
  • Miscellaneous small things reported by Hugo Kornelis.
    (for more info, see <http://dev.rephial.org/trac/ticket/252>)
  • Rewrite description of birth_no_preserve to make it even less ambiguous.
  • Allow use of objects from the floor when blind.
  • Reset text indent after squelch help. This means monster recall no longer gets 1-char indents from the side of the screen.
  • (Linux only) Always enter stores when moving onto them.
  • Only mark things as squelchable if we know the 'flavour' through ID or whatever.
  • Fixed object detection behaviour w.r.t the hide_squelchable option.
  • Add 'link' to the high score table from knowledge menu.
  • Mark starting equipment as 'everseen' for squelching & object knowledge purposes.
  • Add missing entries in the monster knowledge list.
  • Tidied up the knowledge screens, so that recalled text is always at the top of the screen, and stop giving artifact spoilers.
  • Report the right number of items in your inventory after a store transaction.
  • Stop superfluous '-more-'s in the shops.
  • Avoid possible out-of-bounds array access if you're clev50 when when entering the store.
  • Rearrange object knowledge menu, so flavoured items come first.
  • Make EAT_LITE monsters eat light again.
  • Show resist blindness properly in self knowledge displays.
  • Let 'h' work in stores with the roguelike keyset.
  • Removed the x11 "keycode translations" (i.e. rewriting "^_]3244" type sequences to "\[PgUp]" type sequences) for '-' and '=' from the pref files to prevent x11's automatic macros from breaking those keys. This was most often manifested when trying to use items on the floor.
  • Fixed bug in "Interact with macros" menu where the echoing of macros as you typed them would be messed up if any "keycode translations" took place.

Autoconf
Please use gmake on BSDs. It should work OK.
  • Install all files properly.
  • Expand DEFAULT_PATH correctly.
  • Remember to include X11 paths.
  • Chown the angband executable when appropriate.
  • Fix SDL sound support.
  • Fix the "cannot find .depend" error.
takkaria is offline   Reply With Quote
Old July 29, 2007, 05:08   #2
K.I.L.E.R
Apprentice
 
Join Date: May 2007
Posts: 56
K.I.L.E.R is on a distinguished road
Thank you for this release.
You don't know how much I love you.
K.I.L.E.R is offline   Reply With Quote
Old July 30, 2007, 00:16   #3
Faust
Adept
 
Faust's Avatar
 
Join Date: Apr 2007
Posts: 129
Faust is on a distinguished road
Very impressed with all the work you've done. Just one small thing, when running autopickup doesn't autopickup.
Faust is offline   Reply With Quote
Old July 30, 2007, 00:49   #4
Faust
Adept
 
Faust's Avatar
 
Join Date: Apr 2007
Posts: 129
Faust is on a distinguished road
Tried to targert a green centipide with the mouse and the magic missile i was aiming went in completely the opposite direction. (I have "allow mouse clicks to move player" set to no).
Faust is offline   Reply With Quote
Old July 30, 2007, 01:46   #5
Big Al
Swordsman
 
Big Al's Avatar
 
Join Date: Apr 2007
Location: Calgary
Age: 35
Posts: 327
Donated: $18.32
Big Al is on a distinguished road
If you want Andrew, I can do the Mac build again (get it from http://www.ualberta.ca/~aphillip/angband.html for now).

Also, small interface bug:

In changeset #364, the <click> option was added to the list of possible commands when targeting, so when you look around("l"), it gives you the list of "[g,q,p,o,+,-,<dir>,<click>]". However if you actually click something to look at it, it just says 'target selected', and doesn't tell you what you just clicked on. Should either remove the "<click>" from the list or (better) put up a message saying "You see a xxx." or some such.
__________________
Come play Metroplexity!
Un, V MX H- D c-- f- PV s- d+ P++ M+
c-- S I++ So+ B+ ac- !GHB SQ RQ+ V+
Big Al is offline   Reply With Quote
Old July 30, 2007, 13:34   #6
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Quote:
Originally Posted by Faust View Post
Very impressed with all the work you've done. Just one small thing, when running autopickup doesn't autopickup.
No, and nor should it, since it takes time, and that makes it a potentially dangerous item.
takkaria is offline   Reply With Quote
Old July 30, 2007, 13:35   #7
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Quote:
Originally Posted by Faust View Post
Tried to targert a green centipide with the mouse and the magic missile i was aiming went in completely the opposite direction. (I have "allow mouse clicks to move player" set to no).
Er, that's odd. I'll see what I can do about that one, but I don't really understand it...
takkaria is offline   Reply With Quote
Old July 30, 2007, 13:36   #8
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Quote:
Originally Posted by Big Al View Post
If you want Andrew, I can do the Mac build again (get it from http://www.ualberta.ca/~aphillip/angband.html for now).
I guess you didn't get my email or private messages then? Fair enough. I'm moving your port to the main server now.

Quote:
Also, small interface bug:

In changeset #364, the <click> option was added to the list of possible commands when targeting, so when you look around("l"), it gives you the list of "[g,q,p,o,+,-,<dir>,<click>]". However if you actually click something to look at it, it just says 'target selected', and doesn't tell you what you just clicked on. Should either remove the "<click>" from the list or (better) put up a message saying "You see a xxx." or some such.
Ta.
takkaria is offline   Reply With Quote
Old July 30, 2007, 23:28   #9
Faust
Adept
 
Faust's Avatar
 
Join Date: Apr 2007
Posts: 129
Faust is on a distinguished road
Quote:
Originally Posted by takkaria View Post
No, and nor should it, since it takes time, and that makes it a potentially dangerous item.
I understand the rationale, but I used to play with the prompt for pickup & autopickup options, so I got a Y/N prompt when I ran onto something. The prompt for pickup no longer exists so i'm not used to the new way of doing it yet (I have to learn to take notice when I stop running rather than carry on again, probably why I've been through 38 @'s since 3.0.8pr1 ).
Faust is offline   Reply With Quote
Old July 31, 2007, 00:22   #10
takkaria
Veteran
 
takkaria's Avatar
 
Join Date: Apr 2007
Posts: 1,951
Donated: $40
takkaria is on a distinguished road
Quote:
Originally Posted by Faust View Post
I understand the rationale, but I used to play with the prompt for pickup & autopickup options, so I got a Y/N prompt when I ran onto something. The prompt for pickup no longer exists so i'm not used to the new way of doing it yet (I have to learn to take notice when I stop running rather than carry on again, probably why I've been through 38 @'s since 3.0.8pr1 ).
Fair enough. As I see it, 'g' is just as easy to hit as 'y', and gives you the freedom to do other things too, like 'k', or 're--'.
takkaria is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Un] Unangband 0.6.2 work in progress 5b released andrewdoull Variants 3 June 21, 2007 19:15
[Un] Unangband 0.6.2 wip5a released andrewdoull Variants 7 June 4, 2007 20:31


All times are GMT +1. The time now is 03:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.