702 Commits

Author SHA1 Message Date
fkloft
65ee4b367d Show detailed player level 2013-12-01 21:42:48 +01:00
fkloft
f86033aab7 Distinguish guessed and sure levels 2013-12-01 21:42:48 +01:00
fkloft
e802b16108 Show tooltip on @nickname spans in chat 2013-12-01 21:42:48 +01:00
fkloft
8d7500877d Parse public chat data to guess player levels 2013-12-01 21:42:48 +01:00
Jon Atkins
7f6cc001fb fix farm finder plugin 2013-12-01 20:04:56 +00:00
Jon Atkins
8988852eb8 correct maths in updated portal weakness - oops 2013-12-01 20:04:32 +00:00
Jon Atkins
1452a1c534 fix missing resonators highlight opacity - was backwards
portal weakness highlighter - combination of missing resonators and needs recharge. the best that can be done with available data
2013-12-01 19:35:39 +00:00
Jon Atkins
a77a31ac07 moved favorite-portals and ipas-link to broken plugin folder - created dummy deleted files
fix show-linked-portals
fix portal-highlighter-portals-my-level
changed hook on portal detail display to only run when the details are loaded - fixes a few plugins
2013-12-01 19:07:16 +00:00
Jon Atkins
70030998bf more plugins disabled, as they're going to be hard to fix with the recent changes
also fix missing category from players-resonators dummy deleted plugin
2013-12-01 18:37:14 +00:00
Jon Atkins
fe8d7344e8 guess player levels: change text on dialog 2013-12-01 17:38:22 +00:00
Jon Atkins
c77cb56a03 plugin: guess player levels
- code to clear the now obsolete 'level-PLAYER_GUID' keys removed from reset guesses, and moved to plugin startup
- version number bumpped
2013-12-01 17:34:49 +00:00
fkloft
d6e5629840 Fixed exception when selecting a neutral portal 2013-12-01 18:08:06 +01:00
fkloft
1d3c768a4f Fix guess-player-levels 2013-12-01 18:02:42 +01:00
Jon Atkins
2b68487c4b plugin: max-links
- fix for API changes
- change to perform triangulation in screen coordinates, rather than lat/lng treated as x/y coords. gives better triangulation
- ignore portals outside the viewport for triangulation purposes - prevents artifact portals adding long triangles off the edge of the screen
2013-12-01 15:34:06 +00:00
Jon Atkins
4dc7868a58 plugin: missing resonators fixed 2013-12-01 14:09:00 +00:00
Jon Atkins
d7159f2b42 plugin: zaprange updated for data changes 2013-12-01 13:48:21 +00:00
Jon Atkins
19bfccdbbc plugin: bugfix: zero health IS possible for a very badly damaged portal (one resonator under 1% health) 2013-12-01 13:46:07 +00:00
Jon Atkins
c4a9af9966 for all of the plugins moved to plugins/broken, add a dummy placeholder file
this contains the userscript header, but with @category Deleted, @description CURRENTLY UNAVAILABLE
this is so users wondering where a script has gone have some information
2013-12-01 06:05:45 +00:00
Jon Atkins
52d1869983 plugin: bookmarks fix 2013-12-01 03:36:15 +00:00
Jon Atkins
25fe86b43c plugin: player tracker. something odd was happening in the case of $.each and 'this' in the loop function - so changed to use parameters to functions 2013-12-01 03:31:53 +00:00
Jon Atkins
b17b4c6a78 plugin: player tracker - bump version number 2013-12-01 03:13:43 +00:00
Jon Atkins
f8c0517490 Merge pull request #664 from strobel1x/master
fix for new player id field in plext
2013-11-30 19:12:33 -08:00
Jon Atkins
2cdef94b77 remove file execute bit - not sure why it was set! 2013-12-01 03:04:58 +00:00
Jon Atkins
27fefb22fd plugin: fix infrastructure problem highlighter 2013-12-01 03:04:18 +00:00
Jon Atkins
baa8f4bbcc tweaks to level number plugin 2013-12-01 02:57:32 +00:00
Jon Atkins
ad85d93381 plugin: level colour highlighter fixed 2013-12-01 02:57:08 +00:00
Jon Atkins
24e11b483a plugin: portal-counts fixed
also reformatted the table a little - moved totals into the columns below the L8 to L1 lists, then neutral after that
2013-12-01 02:11:52 +00:00
Carsten
4a3f667223 fix for new player id field in plext
Signed-off-by: Carsten <strobel.carsten@gmail.com>
2013-12-01 02:38:49 +01:00
Jon Atkins
436eefd44a plugin: fix portal-highlighter-needs-recharge
also added colour variations to indicate severity at a glance
2013-12-01 01:24:45 +00:00
Jon Atkins
8a6320c44b plugin: debug-raw-data fixed 2013-12-01 01:14:24 +00:00
Jon Atkins
55f6644f89 plugin: portal-names fixed 2013-12-01 00:50:08 +00:00
Jon Atkins
efd447b227 plugin: portal-level-numbers fixed 2013-12-01 00:45:39 +00:00
Jon Atkins
1de7819982 move a bunch of plugins into a 'broken' subfolder, for now
this is a quick way to remove them from test builds as they're unlikely to be practical to fix for 0.16.0 release
2013-11-30 06:06:29 +00:00
Mike Castle
6fcbd90588 s/mazZoom/maxZoom/ 2013-11-24 23:16:53 -08:00
Mike Castle
8d2f4c0c3a Change likely typo in variable names to be consistent. 2013-11-24 23:04:27 -08:00
Jon Atkins
b1622edd23 Merge pull request #658 from nexushoratio/to-push
Spell checking, s-z, plus a couple of missed ones.
2013-11-24 13:16:31 -08:00
Mike Castle
4a9b13eade Spell checking, s-z, plus a couple of missed ones. 2013-11-24 00:19:25 -08:00
Jon Atkins
f22d185b5b updates to the portal detail level handling
- iitc now defaults to lower detail than the standard intel site when zoomed out - it loads much faster, shows more than enough for general use, and is less likely to trigger 'excessive requests' issues
- show more portals plugin: updated for interface changes
- show-less-portals-zoomed-out: deleted (this is now the IITC default)
- new plugin: default-intel-detail - restores the original IITC behaviour on zoom to portal detail level mapping. not recommended

for #656 number 3
2013-11-24 04:59:41 +00:00
Jon Atkins
1f25428388 Merge pull request #657 from nexushoratio/to-push
Spell checking, h-r.
2013-11-23 19:35:54 -08:00
Mike Castle
bba6519860 Spell checking, h-r. 2013-11-23 19:16:20 -08:00
Jon Atkins
0060e8b5fc Merge pull request #655 from nexushoratio/to-push
Spell checking, d-g.
2013-11-23 16:27:27 -08:00
Jon Atkins
df108ebb57 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-11-23 09:05:12 +00:00
Jon Atkins
e6305a0aa9 getAvgResDist - return a small, but non-zero, value for zero distance resonator deployments (zero is already assumed to be no resonators deployed)
portal-highlighter-bad-deployment-distance: highlight colour based on resonatror range: purple: likely 0m deployment (spoofer?), red <10m, orange under 24m, yellow under 36m otherwise no highlight
2013-11-23 09:01:22 +00:00
Mike Castle
a4a90c9fd1 Merge remote-tracking branch 'upstream/master' into to-push 2013-11-22 23:42:13 -08:00
Mike Castle
27bb6f058e Spell checking, d-g. 2013-11-22 23:31:05 -08:00
Jon Atkins
3131cf758a Merge pull request #654 from nexushoratio/to-push
Spell checking, a-c.
2013-11-22 21:25:32 -08:00
Mike Castle
c31fa3d46d Spell checking, a-c. 2013-11-22 20:14:23 -08:00
Jon Atkins
85255f476b basemap cleanups
- updated Google, Bing and Yandex externals from https://github.com/shramov/leaflet-plugins
- also renamed Google file, removed internal hacks for INGRESS map type
- used external included file for Bing maps, instead of embedded in the plugin
- used Google map tile API to set the options for the INGRESS and 'Google Grey' map layers
2013-11-22 20:46:03 +00:00
Jon Atkins
9a654ae8fa bookmarks plugin
- fix auto draw to pass the right options (line/polygon) - otherwise geodesic lines can show a fill due to the curve
- add note about API needed in draw tools plugin for this to use
2013-11-18 07:33:35 +00:00
Jon Atkins
792acc33ed bookmarks plugin: fix error caused by missing hook parameters.
i've guessed as to what was expected here, but they don't seem to be used much anyway
2013-11-18 07:01:33 +00:00