Commit Graph

1220 Commits

Author SHA1 Message Date
687fa6698a Remove duplicate case from switch 2015-01-24 13:16:57 +01:00
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
239a5d5c61 migrated new panes to iitcm 2015-01-24 12:30:23 +01:00
5c18e0fe6b More cleanup 2015-01-24 12:20:00 +01:00
dc44b5d61d chat: add simple background animation while a COMM channel is loading 2015-01-24 01:59:07 +00:00
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
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
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
7311b85059 selectPortalByLatLng: allow Array as single parameter 2015-01-19 22:34:27 +01:00
0bdaa2f5c3 include force amplifier, attack frequency and hit bonus in portal details 2015-01-19 21:13:57 +01:00
62f9dd2a21 Update portal_detail_display_tools.js 2015-01-19 16:45:37 +01:00
6a0e021e30 chat: guid is no longer available 2015-01-16 20:41:31 +01:00
e4daeaa9cd remove unused variable 2015-01-16 20:23:42 +01:00
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
bfdedaa642 Fix portal position-to-guid cache
(thanks @dustingraham)
2015-01-15 00:33:33 +01:00
cd61e6e74f remove entity type from created data structure - it's not needed 2015-01-10 00:23:03 +00:00
601192b106 fix artifacts for new entity data format 2015-01-09 23:48:49 +00:00
50289cc316 Small change to previous commit 2015-01-10 00:13:15 +01:00
8d910a6f1e EXPERIMENTAL: first try at catching up with latest stock intel changes 2015-01-10 00:07:28 +01:00
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
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
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
387a9ab3da cell score: table with checkpoint values, moved panels into accodion 2014-12-22 21:12:03 +01:00
a8c50d07ad Clickable names in Top 3 2014-12-22 19:52:42 +01:00
e2facb57cd Improved tooltips for region scores 2014-12-22 19:48:43 +01:00
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
cddcb969ea some mobiles don't support log10, so use regular log instead 2014-12-19 16:14:46 +00:00
0691d61976 region scores: nicely format the overall team scores, including a simple bar chart 2014-12-18 20:29:49 +00:00
bda1e080fe region scores - polish the graph with grid lines + scales 2014-12-18 16:39:57 +00:00
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
2c641c106c Move map to pll param when no ll param found 2014-12-17 10:59:44 -08:00
83a2eb8aa9 Don't do ajax lookup when search is lat/lng cords 2014-12-17 10:53:16 -08:00
00a630c61a region scoreboard: very basic initial support - needs work 2014-12-17 07:06:48 +00:00
9f08b1d977 mobile: work around leaflet not seeing the WebView size in some cases, causing odd map issues at startup
not 100% certain it fixes it yet, as it doesn't happen every single time...
2014-12-06 07:23:54 +00:00
02f41d41eb fix getURLParam to actually parse and decode parameters correctly 2014-11-24 17:13:00 +00:00
e2e2f09e94 quick hack fix, done right
niantic removed the list of protected methods - all methods are protected
there's still a short list of group-a protected, with the rest being group-b
2014-11-07 20:33:47 +00:00
e457cbbfe3 [core] quick fix - remove check for empty group_a array.
It seems like Niantic removed that array.
2014-11-07 20:17:02 +01:00
f5c5b08a4d the recent increase of TILES_PER_REQUEST means more error: TIMEOUT responses for tiles. they are, again, 'normal'
so reduce the retry delay on these close to the delay used after successful requests.
2014-10-24 01:46:18 +01:00
caff9340d3 various tweaks to how IITC requests data tiles from the servers
- change TILES_PER_REQUEST to 25, instead of 10 - to match current stock intel site
- modify the zoom level faking IITC does. it still makes good use of IITC's caching, but no longer switches to a zoom level with larger tiles. recent changes to tile parameters for L8 portals on the standard intel site suggests that it's nicer to the servers to request more, but smaller, tiles, than fewer but larger ones
- restored the 'show less portals when zoomed out' plugin. however, this works differently now. rather than faking the zoom level for larger tiles, it now effectively applies the portal level filter used by the standard site. just as many requests as stock, but much smaller responses with fewer portals, so faster rendering
2014-10-24 00:59:31 +01:00
749c7b3b5c fix gamescore loading - minor data format change 2014-10-17 18:15:47 +01:00
5d8b68747b update tiles-per-edge to match change to stock site 2014-10-14 18:02:29 +01:00
cffdb0cdef fix debug log: it's getEntities now, not getThinnedEntities 2014-10-10 04:34:47 +01:00
c4117b3c29 [core] passcode contents are displayed correctly
Includes some other small fixes regarding passcodes.

Fixes #883
2014-10-05 22:24:15 +02:00
3d798615ca COMM code: add method to request access to a COMM channel even when not viewed by the player 2014-10-04 07:06:27 +01:00
24f058bf4e botguard interface fixes:
- stock site was updated to ignore entries in the pending data queue after a time
- correctly process the 'c' response from the server - it's an array, not a single item (oops!)
2014-10-01 23:49:55 +01:00
2446060dad comm: fix name for the 'all' channel (it's not just 'public' COMM, but also alerts, system (aka 'full'), etc) 2014-09-28 04:52:07 +01:00
1ca24d6a42 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-09-25 20:25:39 +01:00
299ae1cadc niantic have increased the tiles-per-request setting to, at least, 10
(with some experiments of larger values - 25 and 50 - that have been reverted for now)
2014-09-25 20:24:52 +01:00
a64f76c862 initial implementation of ornaments 2014-09-25 20:53:05 +02:00
5f778ad05a formatting/comment changes 2014-09-17 17:25:20 +01:00