Jon Atkins
|
757a2a2c0e
|
fix index of portal in new format COMM entries
|
2015-07-20 23:03:05 +01:00 |
|
fkloft
|
45d07d026a
|
[uniques] avoid unnecessary resyncs
|
2015-07-14 19:01:30 +02:00 |
|
fkloft
|
7031a421e1
|
[uniques] update for recent Niantic change
deploy messages in log don't contain the resonator level any more
|
2015-07-14 18:54:38 +02:00 |
|
fkloft
|
e4a335db19
|
[uniques] ask to mark mission waypoints as visited upon completion
|
2015-05-25 18:23:32 +02:00 |
|
fkloft
|
4fdd6cc4f2
|
[uniques] Bugfix. Seems like sync was broken for quite some time?
|
2015-04-14 02:30:15 +02:00 |
|
fkloft
|
eba7d388a0
|
Enable IITC on mission permalink
Hint: to change a lot of scripts, execute this:
sed -r '/\/\/ @match\s+http:\/\/www.ingress.com\/intel/r /tmp/includefile' -i~ *.user.js
`/tmp/includefile` should contain these lines: (no trailing newline!)
// @include https://www.ingress.com/mission/*
// @include http://www.ingress.com/mission/*
// @match https://www.ingress.com/mission/*
// @match http://www.ingress.com/mission/*
|
2015-04-13 17:28:30 +02:00 |
|
Jon Atkins
|
5298c98fdd
|
minor api change for chat callbacks, and plugins fixed to use the new changes
(which broke after today's niantic site update anyway)
|
2015-03-20 20:53:45 +00:00 |
|
Jon Atkins
|
039de423e9
|
add note about uniques bug with captures detection after viri use
|
2015-01-10 01:32:19 +00:00 |
|
Jon Atkins
|
db9d456f2c
|
Revert "[uniques] don't detect unique captures from portal details"
This reverts commit 65916de5789c26ab91cb8bc8d24cfc2a539845b4.
|
2015-01-10 01:28:38 +00:00 |
|
fkloft
|
65916de578
|
[uniques] don't detect unique captures from portal details
(Viruses don't count for uniques)
|
2015-01-08 01:45:02 +01:00 |
|
Beakerboy
|
92c618fec2
|
Changed the chain of if statements to else-if
|
2014-12-06 08:03:39 -05:00 |
|
Beakerboy
|
b720758dac
|
Fix possible minor bug.
I don't know if the parser will know what you meant, or if issues could happen due to the semicolon instead of the comma.
|
2014-12-04 01:41:48 -05:00 |
|
fkloft
|
47c1bc97d6
|
[sync] bugfix (file wasn't created if not found)
also, set sync delay to 5 seconds
|
2014-10-09 20:21:35 +02:00 |
|
fkloft
|
45a72c9935
|
[uniques] Portals wouldn't be marked as captured from comm parser
|
2014-09-15 19:10:34 +02:00 |
|
Kevin
|
5990300ed6
|
[uniques] Re-enable COMM parsing, since position-to-guid cache used now
|
2014-09-15 11:12:02 -05:00 |
|
fkloft
|
df5f17a1f9
|
[uniques] Use position-to-guid cache
|
2014-09-13 21:07:04 +02:00 |
|
fkloft
|
bdb95a703b
|
Merge pull request #867 from fkloft/portals-list
new framework for portals-list
|
2014-09-13 19:06:39 +02:00 |
|
fkloft
|
97220fd447
|
[uniques] forgot to bump version
|
2014-09-13 18:23:16 +02:00 |
|
fkloft
|
8027847da6
|
[uniques] Disable COMM parsing for now, since GUIDs have been removed
|
2014-09-13 17:56:52 +02:00 |
|
fkloft
|
7dc2dfacad
|
[uniques] show visited/capture state in portals-list
|
2014-08-29 18:12:37 +02:00 |
|
fkloft
|
b4053c2800
|
[uniques] make sync work (hopefully)
If it doesn't work, try to delete the file "uniques[uniques]" in your Google Drive. Be sure to delete it from the trash as well.
|
2014-08-12 21:39:45 +02:00 |
|
fkloft
|
bc6d0cac84
|
uniques: set visited on "Your Rx Resonator on y has decayed"
|
2014-08-02 15:25:39 +02:00 |
|
fkloft
|
1afebff122
|
uniques: extract highlighter
|
2014-07-28 01:02:12 +02:00 |
|
fkloft
|
2aecfefa7f
|
simpilfy highlighter registration
|
2014-07-25 21:00:37 +02:00 |
|
Jon Atkins
|
b38d984c48
|
uniques plugin: change the highlight colours
- red: not visited/captured
- yellow: visited, but not captured
- no highlight: both visited and captured
|
2014-07-24 05:27:03 +01:00 |
|
Jon Atkins
|
f5ea938ab4
|
uniques plugin: better syncing between the data and the state of the highlighters. sync case included, but not tested yet...
|
2014-07-23 18:33:52 +01:00 |
|
Jon Atkins
|
a28a0737e4
|
fix 'captured' being set when it should have been 'visited' for link-related messages
fix crash when the selected portal is not in the map data (e.g. while loading), when the highlighter is selected
|
2014-07-23 17:57:13 +01:00 |
|
Jon Atkins
|
cc0802aa6d
|
only re-highlight the portal if the highlighter is active
|
2014-07-23 16:33:34 +01:00 |
|
fkloft
|
89c1d72d0f
|
uniques: use public chat data to detect uniques
|
2014-07-23 12:56:43 +02:00 |
|
fkloft
|
5a187be3a8
|
uniques: use owner information from portal details
|
2014-07-23 11:20:21 +02:00 |
|
fkloft
|
c7da23bc88
|
uniques: simplify logic and css, change HTML content, link capture and visit info
|
2014-07-23 11:12:01 +02:00 |
|
fkloft
|
6f6d713418
|
Bump version, format metadata block
|
2014-07-23 09:54:45 +02:00 |
|
fkloft
|
4e5cdfdae5
|
Uniques: rename CSS file, replace s/hacked/visited/
|
2014-07-23 09:51:18 +02:00 |
|
3ch01c
|
af1bc9006c
|
Fixed Realtime API sync issue
|
2014-05-31 00:09:18 -06:00 |
|