So, after grabbing bug #328 [1] I decided to try to rehabilitate the object recall subwindow, which is totally dead. It seems that at some point it was ripped out; I'm not sure why. I have implemented a new one based on the assumption that it exists to do the following:
1. allow someone to compare two items (one in the subwindow, one in the main window)
2. allow the player to "scan piles" easily to see what various items do (expected damage, powers, etc).
3. give an "echo" of a previous command (e.g. the knowledge menu, "I", etc)
What do people think? If it were easier to commit a small patch to fix the bug I wouldn't bother asking people, but since it's relatively significant (~100 new lines of code) I figured I'd ask first. Do any of the variants still use this? If so, how does it work for you folks?
EDIT: For the curious, the impatient, and the skeptical I have attached the patch.
[1] http://trac.rephial.org/ticket/328
1. allow someone to compare two items (one in the subwindow, one in the main window)
2. allow the player to "scan piles" easily to see what various items do (expected damage, powers, etc).
3. give an "echo" of a previous command (e.g. the knowledge menu, "I", etc)
What do people think? If it were easier to commit a small patch to fix the bug I wouldn't bother asking people, but since it's relatively significant (~100 new lines of code) I figured I'd ask first. Do any of the variants still use this? If so, how does it work for you folks?
EDIT: For the curious, the impatient, and the skeptical I have attached the patch.
[1] http://trac.rephial.org/ticket/328
Comment