fkloft
7fd88dd1e3
Revert "search: draw a marker highlighting search results (rectangle for region, 10px circle for point)"
...
This reverts commit 39e4608c4e1ce8f221af2c70da3d6396cc370262.
2015-02-12 16:06:20 +01:00
Jon Atkins
1ac5158dcf
remove raw from portal details - not something best to encourage access to
...
comments concerning new data[10] index in map data
2015-02-11 23:05:08 +00:00
Jon Atkins
39e4608c4e
search: draw a marker highlighting search results (rectangle for region, 10px circle for point)
2015-02-11 23:04:08 +00:00
Jon Atkins
1cc39a099c
Merge pull request #922 from Fragger/latlng-geosearch
...
Don't do ajax lookup when search is lat/lng cords
2015-02-11 17:18:57 +00:00
Jon Atkins
6fc7bbe4df
typo - fix #944
2015-02-09 18:42:59 +00:00
fkloft
57fc2295b3
Fix error in botguard detection
...
access to top.opener would throw a SecurityError if opened from intel link.
2015-02-07 18:25:40 +01:00
Jon Atkins
423c8043a6
restore the 'confirm' prompt on server-supplied javascript to execute
...
i have some minor concerns about some of the code changes in the 6th Feb 2015 stock site update, so may be better left in for now
fixes (kinda) #941
2015-02-07 00:09:57 +00:00
Jon Atkins
f3f7a04c4b
tweak show-less-portals plugin - show L5 when L4 would by default be in view - jumping straight to L6 was too much
...
levels L5 to L7 are all one higher (L6 to L8) as before
2015-02-06 22:21:44 +00:00
Jon Atkins
7cc8480467
botguard groups: rather than emulating the now removed group_a_methods array, we create an object containing the a/b flag
...
this way, if a method isn't found - we correctly fail to send a request, rather than falling back to assuming it's group-b
2015-02-06 21:53:56 +00:00
fkloft
39de236459
fix: portal detail format changed
2015-02-06 21:42:31 +01:00
fkloft
f619911a98
first try at cathcing up with latest stock changes
2015-02-06 21:33:18 +01:00
Jon Atkins
b029da632f
portal mod stats: convert the new large removal stickiness values to a percentage. there's no confirmation from Niantic this is what it means, and unlikely to ever be any exapanation, but it folows the convention used for other high value mod stats
...
low values (<=100) are displayed as-is, for existing portals. it's unknown how the backend servers actually handle a mix of old and new mods
2015-02-04 14:51:36 +00:00
Jon Atkins
0063646156
iitc botguard interface: i've had a chance to test a real-world case of the server asking the client to run a script, which is when it switches to a new key
...
seems OK, so remove the user prompt - it will break badly if declined. logging remains, to help diagnose issues
also fix silly typo that prevented it from actually working right :)
2015-02-02 17:29:01 +00:00
Jon Atkins
171c1830cd
remove portal clustering code, and link visibility testing code
...
now the backend servers are culling the data more aggressively than before, it's probably more efficient to rely on that than try and impose our own additional reduction in detail level
2015-01-31 19:59:15 +00:00
Jon Atkins
57bcb457e4
handle error==RETRY responses from the server a little better - prevents slow refresh after a long idle period when the botguard data has expired
2015-01-31 19:20:48 +00:00
Jon Atkins
ee9dbef1a2
comm: line accidentally commented out - although as tabs don't download when not viewed any more, doesn't really cause issues
2015-01-30 04:03:28 +00:00
Jon Atkins
b784da3b0f
fix RE used to match minified names - they can include $
...
change botguard-related group names to match stock site change
2015-01-30 00:45:08 +00:00
Jon Atkins
9f9609f7e9
improved error handling on portal details response handler
2015-01-30 00:26:51 +00:00
Jon Atkins
a2eeedd0c6
botguard interface: fix IITCs response handling - some minor changes, and a major change in server response processing
...
also added some additional error checks so changes in this area are less lkikely to send bad data to the niantic servers
2015-01-29 14:51:29 +00:00
fkloft
687fa6698a
Remove duplicate case from switch
2015-01-24 13:16:57 +01:00
Philipp Schaefer
615372e137
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
...
Conflicts:
code/panes.js
mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java
2015-01-24 12:33:14 +01:00
Philipp Schaefer
239a5d5c61
migrated new panes to iitcm
2015-01-24 12:30:23 +01:00
fkloft
5c18e0fe6b
More cleanup
2015-01-24 12:20:00 +01:00
Jon Atkins
dc44b5d61d
chat: add simple background animation while a COMM channel is loading
2015-01-24 01:59:07 +00:00
Jon Atkins
0b886c43f0
chat: highlight both public and faction user chat in the 'all' COMM tab, the same as in 'alerts' for @mention messages
2015-01-22 20:56:51 +00:00
Jon Atkins
0dcada2c3b
bit hacky, but get IITC's COMM to match the stock intel COMM in it's tabs
...
see https://plus.google.com/105383756361375410867/posts/b9ihAer4Fxm
2015-01-22 20:24:34 +00:00
Jon Atkins
712b954910
style: remove 12px font size for some sidebar items - something changed (in the google fonts?) and they were too small
...
artifacts: tweaks to artifact list display
portal details: fix exception when handling portal detail error responses
2015-01-21 15:15:30 +00:00
fkloft
7311b85059
selectPortalByLatLng: allow Array as single parameter
2015-01-19 22:34:27 +01:00
fkloft
0bdaa2f5c3
include force amplifier, attack frequency and hit bonus in portal details
2015-01-19 21:13:57 +01:00
fkloft
62f9dd2a21
Update portal_detail_display_tools.js
2015-01-19 16:45:37 +01:00
fkloft
6a0e021e30
chat: guid is no longer available
2015-01-16 20:41:31 +01:00
fkloft
e4daeaa9cd
remove unused variable
2015-01-16 20:23:42 +01:00
Jon Atkins
634c0fd0e0
fix comparing of PLAYER.team with team in portal data ( #929 )
...
also, fix portals-list plugin from defaulting to the wrong sort column when bookmnarks plugin is active, and changed default sort order to decending for several columns
2015-01-16 16:02:50 +00:00
fkloft
bfdedaa642
Fix portal position-to-guid cache
...
(thanks @dustingraham)
2015-01-15 00:33:33 +01:00
Jon Atkins
cd61e6e74f
remove entity type from created data structure - it's not needed
2015-01-10 00:23:03 +00:00
Jon Atkins
601192b106
fix artifacts for new entity data format
2015-01-09 23:48:49 +00:00
fkloft
50289cc316
Small change to previous commit
2015-01-10 00:13:15 +01:00
fkloft
8d910a6f1e
EXPERIMENTAL: first try at catching up with latest stock intel changes
2015-01-10 00:07:28 +01:00
fkloft
fae1482498
Fix log scale for region scoreboard on Android
...
(log10 was working, but jQuery seems to not select elements properly with foreignObject)
2015-01-05 17:45:44 +01:00
fkloft
c5ed07b74a
Implement logarithmic scale for region scores
...
@jonatkins You mentioned some devices not supporting Math.log10. This ships a custom implementation. Could you verify that this works?
2015-01-05 16:18:57 +01:00
Jon Atkins
cba667baff
clean up map base layer initialisation, and add CartoDB dark + light themes (they seem to be freely available)
2014-12-23 23:59:58 +00:00
fkloft
387a9ab3da
cell score: table with checkpoint values, moved panels into accodion
2014-12-22 21:12:03 +01:00
fkloft
a8c50d07ad
Clickable names in Top 3
2014-12-22 19:52:42 +01:00
fkloft
e2facb57cd
Improved tooltips for region scores
2014-12-22 19:48:43 +01:00
Jon Atkins
9dfbdd7ffb
regional scores: open the dialog with a 'please wait' message while the scores load - nicer for users
2014-12-21 03:36:23 +00:00
Jon Atkins
cddcb969ea
some mobiles don't support log10, so use regular log instead
2014-12-19 16:14:46 +00:00
Jon Atkins
0691d61976
region scores: nicely format the overall team scores, including a simple bar chart
2014-12-18 20:29:49 +00:00
Jon Atkins
bda1e080fe
region scores - polish the graph with grid lines + scales
2014-12-18 16:39:57 +00:00
Jon Atkins
aba335c54b
changed raw table of score history into a nice svg graph
...
still needs a little work on tidying it up, but better than stock now :)
2014-12-18 04:35:10 +00:00
Fragger
83a2eb8aa9
Don't do ajax lookup when search is lat/lng cords
2014-12-17 10:53:16 -08:00