|
From: Lark <lar...@ya...> - 2001-04-03 04:22:45
|
At 1:32 AM -0800 4/1/01, Ben Hines wrote:
>Checked in some more mods. Karma view. "other" view. Debug view only
>built on demand, which makes life faster. See the logs. Very little
>is not in the GUI now, mostly becuase i wasnt sure where to put it.
I can't compile:
Error : undefined identifier 'StProfileSection'
CScribiaDoc.cp line 641 StProfileSection
theProfile("\pScribia.prof", 32000, 32000);
Error : undefined identifier 'ClearTable'
CScribiaDoc.cp line 847 theTable->ClearTable();
Also, I noticed a scrolling/resizing drawing bug in the money pane (I
think) - maybe that's already fixed with your latest round of updates
though.
>A request for lark (miss (mr? who knows!) bison/flex):
>Can we track what item we sold to the exiles who have "Items Sold
>to" and "items bought from" values? (might need a new map for that)
>If we do that, i can put the list of exiles and prices in a
>disclosure triangle in the items view after each item. I'm not sure
>where in the GUI to fit in a general list of exiles and how many
>items we sold to them, other than the new "Other" view.
Yes, we can, and it isn't even hard. I'll put it in sometime this
week when I'm less busy.
>Also, if we can figure out how to record per-exile reasons for good
>and bad karma, i can do something similar in the karma view.
This is hard, because for older karma messages, figuring out where
the exile name ends and where the explanation begins is hard (=
expensive in terms of cycles).
>Also, for the mystics, i think we can track "boosts-outgoing and
>seeks-outgoing." Perhaps also teleports and other stuff.
Yes - someone send me the log strings! :-)
>I also have another idea, which i got from another mac app (Reunion)
>- a custom view, with all exiles listed. The column headings are
>menus containing each thing we track for exiles. The user chooses
>what they want to see in each column. I am thinking this would be in
>addition to the other preset views, or perhaps each view would be
>preset to the columns they are now, but also flexible with the menu.
Excellent idea! Build-your-own view.
>Also, i think an "Export" feature to tab or comma-delimited might be
>useful and easy to implement.. just some slight mods to the debug
>window code to stream it out.
This sounds like a good project for someone looking to get their feet
wet with the code :-)
--
Lark <lar...@ya...>
|