Angband 4.0beta status
Collapse
X
-
Angband 4.0 dev a5ccbbe
Not necessarily a bug, but as of this version the file saving structure has been changed. Instead of saving scores in the Apex directory, and savefiles in the Save directory, these are both now being saved in subdirectories of the User directory. Is the higher level Save directory now redundant? Was this an intended change?
e.g.
apex -> highscore
file -> text
info -> spoiler?
Take everything out of the xtra/ subdirectory just into lib/, and then...
xtra/graf -> graphics
???Leave a comment:
-
Oh, totally.
angband-win-v4.0beta-360-g58e2622- Got a reliably reproducible assertion failure trying to look at that lava square to the northeast using the context menu.
File: cave-square.c
Line: 522
Expression: square_in_bounds(c, y, x)
Ignoring makes the game throw the same failure again, this time at line 532.
The top row of squares in the image is the very topmost in town, in case that matters.
Leave a comment:
- Got a reliably reproducible assertion failure trying to look at that lava square to the northeast using the context menu.
-
-
angband-win-v4.0beta-356-g0644321
- Trying to dig into Lava: "This seems to be permanent rock."
- The Options menu does not actually have a menu item that brings up the in-game options ('=') analogous to Help->Contents bringing up the help ('?')
Some more issues that seem to specifically affect non-1x1 tile modes:- There are odd redrawing issues when you Alt+Tab, Alt+Tab right after moving. Ctrl+R afterwards fixes, and so does using Ctrl+R BEFORE doing the Alt+Tab, Alt+Tab thing.
- There's something about trying to look after leaving a shop that sometimes makes your character disappear?! For example by moving to the far west of town, toggling mouse movement, then entering and leaving a shop, then pressing 'l', then picking a direction that doesn't land you anywhere interesting (west or north-west to the edge of town in my case) - I know this is horribly unspecific, but I've been able to (unreliably) reproduce the issue several times. Ctrl+R afterwards fixes, but using Ctrl+R BEFORE looking does NOT prevent the quirky behavior. Saving and reloading before looking DOES prevent the quirky behavior.
- It is possible to open the context menu at the very right edge of the game window, but not closer than about one context menu height to the bottom of the window.
And some assorted suggestions, possibly for later versions:- Flash screen red/green/orange/brown/whatever when receiving periodic damage/effects like bleeding/poison/hunger?
- Colorize disenchantment and item destruction messages, and possibly others that are not "business as usual"?
- Make the Main Gauche a shield (off-hand item) that mostly boosts offense? (I haven't thought about the implications for balance)?
Also there's a bunch of issues I've reported before that still affect the game, but I guess I better cross-check with the issue tracker before reporting them again.Leave a comment:
-
Update 58e2622 fixes:- Some inadequate mushroom descriptions
- Errors in Wonder effect (thanks PowerWyrm)
- More fixes to Wonder...
- Update of help files
Still haven't finished the last help file, and will probably change the OSX user directory as discussed earlier - this means the ~/Documents/Angband directory in OSX and the ~/.angband/Angband directory in Linux behave exactly the same.Leave a comment:
-
Well, you are the master so it's up to you. A fuller description was given in 3.5.1 and, for a newbie, even after eating the mushroom I think they will be left confused and wondering what went wrong. They won't find any explanation anywhere in the game as to the ill effect their @ suffered.
On the other hand, the thing that I was completely forgetting was that every object also can have a general description as well as its effect description. So the next update will have some new object descriptionsLeave a comment:
-
The descriptions are precise - they're just not fully informative to the newcomer:- The Purging description doesn't tell you that being "nourished for 499 turns" means you're at the point of fainting
- The Sprinting description doesn't tell you that the sprinting effect means haste followed by slowing
Personally, I'm comfortable with thatLeave a comment:
-
- The Purging description doesn't tell you that being "nourished for 499 turns" means you're at the point of fainting
- The Sprinting description doesn't tell you that the sprinting effect means haste followed by slowing
Personally, I'm comfortable with thatLeave a comment:
-
Description for Mushroom of Purging is deceptively innocuous. It describes the good effects, but fails to mention @ will vomit and faint from lack of food. Luckily, I knew this and had a ?Satisfy Hunger handy for just that occasion.A newbie, on the other hand, might get a nasty surprise even though the mushroom is supposedly fully identified.
Any reason the negative effects have been removed from the descriptions?Leave a comment:
-
Incidentally, does anyone here play Angband on a multiuser OS X computer? I still like the idea of shared score files, but I suspect there is little to no interest in doing the work for it on OS X.Leave a comment:
-
Not exactly - it was a consequence of some other changes. I'm actually thinking that the User directory is a bit superfluous on OSX. I'm thinking that a better setup is to have the things that go into User go straight into Documents/Angband, and save and scores be subdirectories of that (as they were before this most recent change).Leave a comment:
-
Update 0644321 fixes:- Object effect messages are grammatical and sound a bit better
- Objects the player is standing on count as seen in the object list
- Message for last used item on the floor is back
- Mushroom of Debility crash is fixed (thanks for that - easy fix to something that had big potential for problems)
- Level feeling indicator should update immediately.
AC failure to update still has me completely baffled.Leave a comment:
-
I'm getting a reproducible crash in 5a88d78 if I eat a Mushroom of Debility.Leave a comment:
-
Angband 4.0 dev a5ccbbe
Not necessarily a bug, but as of this version the file saving structure has been changed. Instead of saving scores in the Apex directory, and savefiles in the Save directory, these are both now being saved in subdirectories of the User directory. Is the higher level Save directory now redundant? Was this an intended change?Leave a comment:
Leave a comment: