elimelec / inethack

Automatically exported from code.google.com/p/inethack
GNU General Public License v2.0
0 stars 0 forks source link

The "things that are here" dialog should have "pickup" and "close" buttons #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Walk over a tile with multiple objects on them.

What is the expected output? What do you see instead?
You get a message dialog showing all of the items on the tile. It would be
nice if instead of an Okay button, there should be a "Pickup" and a "Close"
button. First skips directly to the pickup command, latter closes the
message box.

What version of the product are you using? On what operating system?
1.1-beta1

Original issue reported on code.google.com by steve...@gmail.com on 16 Aug 2009 at 4:49

GoogleCodeExporter commented 8 years ago
This isn't really a 'defect', as it is the same way in the current nethack as 
well. If it could be added, that'd 
be all right, but Personally, I'd rather the popup was completely written out, 
and replaced with the 
standard, 'there are multiple objects here' message. But then it would no 
longer be a port.

Original comment by jonathan...@gmail.com on 24 Aug 2009 at 12:51

GoogleCodeExporter commented 8 years ago
The days of being "a simple UI wrapper" are long gone, and I admit that this 
popup is
annoying, in other window ports as well.

Original comment by din...@gmail.com on 24 Aug 2009 at 7:38

GoogleCodeExporter commented 8 years ago
Just played with a version that printed to the message windows instead of a 
popup.
Problem is this also interferes with look (:) and I don't want that.

Original comment by din...@gmail.com on 24 Aug 2009 at 11:03

GoogleCodeExporter commented 8 years ago
r223
Left internal handling as it is (no core patch) but there's now a Pickup 
button, and
the title (things that are here) is moved into the actual message title so 
there's
more room for items.

Original comment by din...@gmail.com on 26 Aug 2009 at 9:34