Closed BrandonNowlin closed 8 years ago
Hey,
I have a few comments on the PR, not really on the content as everything seems to be handled, but more on the form. First of all there is three commits, and two of them are cancelling each other :) I guess Hyphen won't want to merge that "as is" but I may be wrong. Do you have the technical knowledge on how to fix that ? If not, do you want/need help or are you fine with someone else doing it for you ?
For the other things I'm going to comment directly in the commit, that will be easier. Same here, if you don't know what I'm talking about in these comments, do you and @Hyphen-ated mind if I cherry-pick the last commit and clean+"pythonify" it ?
This PR looks like it is based on an old version of the tracker. Can you rebase the PR on the latest version so that it doesn't kill my changes?
I'll pull the latest version (I thought I did but I might have made a mistake) and fix the issues mentioned above. I appreciate the feedback and I think I can take care of it.
pulling won't do anything; this code is already based on the latest version as far as git is concerned. the issue is that it looks like you erased some existing code. (maybe you copy pasted an old version of the whole file at some point?)
NuRelic Changes: Big Picture: Added all transformations to the tracker and gave them variables that can be referenced for the description on the user-side Added "spun" and "leviathan" to the default status message Added Transformations: Bob Conjoined Fun Guy Leviathan Oh Crap Seraphim Spun Yes, Mother Super Bum Beelzebub
Specifics: options.json: Added "/ Leviathan: {leviathan} / Spun: {spun}" options_default.json: Added "/ Leviathan: {leviathan} / Spun: {spun}" overlay text reference (Folder): Added transformation files, defaulted them to 0 src > game_objects > item.py: Added transformations to comment pertaining to properties accessible src > game_objects > state.py: Added: One set for each transformation Check each item for a transformation, if it is one of them, add that item to the set src > view_controls > overlay.py Added: Check on update_stats to check for each transformation Changed format_guppy to format_transformation and changed calls to function in both overlay.py and view.py src > view_controls > view.py Added (to keep comments accurate):
Draw seed/transformation text: