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
Jon Atkins
9c5307bba5
Merge pull request #666 from fkloft/guess-player-levels
...
Fix guess-player-levels
2013-12-01 09:14:14 -08: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
5a2771eb92
fix portal 40m range circle and link distance circle
2013-12-01 15:53:21 +00: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
3bfd83a0c2
method to attempt to find a portal lat/lng from guid, even if the portal data isn't available (we can also search through links and fields) - minimal testing
...
added note concerning unfinished/temporary nature of the portal details API
2013-12-01 15:18:44 +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
fad6d18099
bugfix: the new map data format returns unclaimed portals as level 1 - but IITC needs them handled as level 0
2013-12-01 02:55:40 +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
138a37d777
first attempt at loading portal details, and displaying in the sidebar once loaded
2013-12-01 00:08:25 +00:00
Jon Atkins
e935902c49
misc fixes - some untested
...
- no GUIDs in chat for players or portal details - so remove player GUID related functions
- remove player guid code from COMM
- update portal_info functions to compare to player name rather than guid
2013-11-30 23:19:46 +00:00
Jon Atkins
d647e8786f
fix artifact list
2013-11-30 22:32:11 +00:00
Jon Atkins
7a19d30173
first update of sidebar for new data format: show the info available from the brief portal data
...
TODO: retrieve the full portal data and update to include that
2013-11-30 22:26:40 +00:00
Jon Atkins
c197f74945
change portal map data storage to match the method used for links/fields
...
the detailed portal data, now retreived separately from the map, will be handled by separate code, and not stored within the portals
2013-11-30 21:06:02 +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
Jon Atkins
f899cdbe69
bump version for mobile app too - just so it's clear it's separate from the broken 0.9 release
...
no app changes made
2013-11-30 05:57:15 +00:00
Jon Atkins
f7cd691355
bump version number
2013-11-30 05:56:03 +00:00
Jon Atkins
8c810e4e73
decrease retry count on failed requests, and increase delay before retrying. another step to help reduce issues when IITC breaks due to site changes
2013-11-30 05:48:33 +00:00
Jon Atkins
184e451bd3
if munge detection fails, don't guess and try set 0 - instead fail, and throw an exception
...
this will prevent IITC making any requests to the server when a munge set cannot be found - safer than sending bad requests
2013-11-30 05:47:31 +00:00
Jon Atkins
b9c8e9c6c5
new reduced map data: first pass at loading the new format
2013-11-30 04:15:17 +00:00
Jon Atkins
20b4a10347
json example: artifacts
2013-11-30 04:14:35 +00:00
Jon Atkins
b44a00174c
json_examples - get_portal_details (request+response)
2013-11-30 03:17:19 +00:00
Jon Atkins
e5837ae500
website: removed downloads - added brief note to news post
2013-11-30 01:30:11 +00:00
Jon Atkins
5bd796dd53
deleted the existing JSON examples - many were out of date
...
added a new request and response example for map data - more to come for other requests
2013-11-30 01:29:13 +00:00
Jon Atkins
20dba803eb
website: minor fix
2013-11-29 19:16:19 +00:00
Jon Atkins
b593eec10e
website: add news of severe IITC breakage
2013-11-28 15:06:41 +00:00
Jon Atkins
511d7b99c7
partial update of munge set - it doesn't get things working though
2013-11-28 00:31:01 +00:00
Jon Atkins
45ae91c97b
Merge pull request #661 from nexushoratio/to-push
...
s/mazZoom/maxZoom/
2013-11-27 09:29:12 -08:00
nexushoratio
6c54002d3a
Merge pull request #4 from nexushoratio/master
...
Pull from upstream.
2013-11-27 00:32:44 -08:00
nexushoratio
0ddc8b5d4e
Merge pull request #3 from jonatkins/master
...
Pull from upstream.
2013-11-27 00:30:39 -08:00
Mike Castle
7a07f622de
Fix a variety of typos.
2013-11-26 23:55:08 -08:00
Jon Atkins
0b17e6f3ec
Merge pull request #660 from nexushoratio/to-push
...
Change likely typo in variable names to be consistent.
2013-11-26 13:27:29 -08:00