-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uniques040 #416
base: master
Are you sure you want to change the base?
Uniques040 #416
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very brief review for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed the change requests.
some accepted, some delayed to next release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code style fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Original code seems overcomplicated...
Routines and data cretaed.
Added Highlighters description added new text to comm analysis minor cosmetics
sorting scouted or droned caused an empty list, as old uniques might not have the related fields.
Some combinations should not happen, but they do. fixed too.
Feature complete - renamed export/import to backup/restore - merged the dialogs, - removed the copy paste araea - added missingLatLng List to dialog
Added CSS to remove dialog max width limitation
Removing abandoned dialog (copy/paste im/-export)
less verbosity fixed function call to new syntax
- Import function fixed - improved dialog
changing indentation from tab to 2 spaces caused too many changes- undone
headers aligned
0.3.9 -> 0.4.0
moving code back to using uniques.css
Added "x deployed a Beacon on z" "x deployed Fireworks on z"
duplicate dialog during export removed Co-authored-by: Alexander Danilov <[email protected]>
Names for the highlighters were in conflic with history highlighters.
small fixes as proposed by @johnd0e Co-authored-by: johnd0e <[email protected]>
fixing code style as requested by @johnd0e
code style changes
ode and properties changed: scouted -> scoutControlled droned ->droneVisited converter implemented. It will add a version info to the uniques MAP.
removing !important from CSS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IngressUniqueExporter.user.js
needs to be removed
and README.md
restored
you can simply rebase and drop the related commits to keep only those that changes uniques.{css,js}
@MysticJay Do you intend to continue this contribution? If not, could you close it? |
please stop this |
Co-authored-by: LeJeu <[email protected]>
This PR extends UNIQUES to allow keeping track of portals that have been scanned for "Scout Controller" (scoutControlled) or visited by a "Drone" (dronedVisited).
In general the user has to mark scoutControlled or droneVisited portals manually. Additionally UNIQUES will analyze the COMM on ALL and ALERTS (requires a core change to CHAT.JS) for messages that indicate a previous actions withthe portal. The information will be added immediately to the portal-list to those portals visible on the map. For unresolved portals the information (LatLonE6) will be stored in a separate list called missedPortals. As soon as one of the missed portals appears on the map the information will be added to portal-list as well.
To improve the hitrate, when resolving the information the plugin Cache-Portals-On-Map and Offle can assist to resolve LatLonE6 to guid.
UNIQUES now has a dialog that allows to jump to those locations listed in missedLatLngs. Also it allows to export/backup and iport/restore UNIQUES data to/from a local file.