|
From: Lark <lar...@ya...> - 2001-02-03 17:37:57
|
> tell me if you are able to commit anything to the sourceforge project, even > the smallest useless change. I will open support item it SF, and ask for CVS pserver access for *all* developers. > For the STL part, i understand your feelings. I had a bit of confusion when > I looked at CScribiaDoc.cpp at first, but after a moment, it makes sense. I > have made a version that displays things slightly differently and shows how > to get string information for example, but i can't commit it for now. Strings have changed in the scanner. If this screws you over, I suggest we make them constants somewhere, so that they only need to be changed in one place and all still works. I've also changed the data structures some, all exile- or beast-related data is now kept in one hash keyed on the name of the thing, the data being another hash keyed on the data type with value integer (i.e. my number of falls would be in mExile["Lark"]["Falls"].) Some of the second-level strings have been changed (i.e. "Falls" -> "Number Of Falls"). They really should be constants. > I also added some WaitNextEvent in the scan loop to allow at least > switching app (and be able to play CL while scanning ;-) ), but those > aren't committed either of course. Ooh, send me those! Good stuff! -- Lark <lar...@ya...> |