Xelio
eb3ec79852
Add hook: requestFinished
...
Called after each request finished. Argument is {success: boolean} indicated the request success or fail.
2013-03-05 03:17:46 +08:00
Stefan Breunig
5f2d124ef7
Merge pull request #368 from Fragger/field-mu
...
Add Field MU counts for large enough fields
2013-03-03 21:52:05 -08:00
Kevin
01f7b7099d
Use LineUtil.simplify, rearange some code
2013-03-03 19:17:17 -08:00
Xelio
5e8cab6c88
Store player level at setupPlayerStat
2013-03-03 23:59:44 +08:00
Xelio
5f94d56578
Add guid to window.PLAYER and add constant MAX_RESO_PER_PLAYER
2013-03-03 22:59:41 +08:00
Kevin
898f0c37ce
One more nit
2013-03-03 01:21:50 -08:00
Kevin
e3b9a2b1ec
Fix up nits
2013-03-03 01:08:46 -08:00
Kevin
f3606d6f0f
Fix neutral portals have broken random details
2013-03-02 22:54:30 -08:00
Kevin
9889e0988f
Fix to use identity operators
2013-03-02 22:27:45 -08:00
Kevin
7c019e1eb8
Fix tabs and add comment about crazy equation
2013-03-02 21:51:12 -08:00
Kevin
d4903c6ce7
Code breaking bug fix
2013-03-02 21:38:13 -08:00
Kevin
5513ea13eb
Resolve conflict and sync
2013-03-02 21:31:12 -08:00
Kevin
0ba8631b82
MU counts for fields with limiting for small fields
...
Only at higher zoom levels will counts for small fields show.
2013-03-02 21:25:03 -08:00
vita10gy
420ec8de16
Save Game info with links and fields
...
Useful for plugins/extending
2013-03-02 10:23:38 -06:00
Stefan Breunig
bc089cd5c8
Merge pull request #344 from Xelio/patch-fix-portal-flicker
...
Fix flicker portal in portal render limit handler
2013-03-02 07:22:45 -08:00
Stefan Breunig
ee05477b2b
Merge pull request #353 from cmrn/signout-link
...
Added sign out link when hovering over name (fixes #352 )
2013-03-02 07:11:43 -08:00
Kevin
1e21bbb94d
Add thousands separator and bug fix
2013-03-02 06:29:35 -08:00
Kevin
75dea672f3
Inital stab at mu counts for fields
...
Still needs work on when not to display, maybe based on field area and
zoom level?
2013-03-02 05:56:29 -08:00
boombuler
03da82b34e
add "nickname" class to all nicknames within the page
2013-03-01 19:47:35 -08:00
boombuler
971cbef11f
add "nickname" class to all nicknames within the page
2013-03-01 22:11:04 +01:00
Xelio
4113991201
Code restructure 3
2013-03-01 15:31:15 +08:00
Xelio
a679710198
Code restructure 2
2013-03-01 15:00:49 +08:00
Xelio
c9d7300a05
Code Restructure
2013-03-01 14:40:30 +08:00
Cameron Moon
32ca78b1d7
Added sign out link when hovering over name ( fixes #352 )
2013-03-01 13:31:13 +11:00
Stefan Breunig
6a2603d566
allow quickly (de)selecting all layers by shift/ctrl/alt/meta clicking an entry in the layer chooser ( fixes #232 )
2013-02-28 23:49:21 +01:00
Stefan Breunig
be893d785a
Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages
2013-02-28 22:03:55 +01:00
Stefan Breunig
573562dffd
undo always using https for the portal image because some images are taken from panoramio which do not support https properly
2013-02-28 22:03:12 +01:00
Xelio
c75caa91dd
Fix flicker portal in portal render limit handler
...
Change:
Extract portal handle process from "handleDataResponse" to "handlePortalData"
Add "action" property to object returned by $.ajax() to identity type of request
Delay low level portal render until no active request of map data.
2013-02-28 15:10:13 +08:00
Stefan Breunig
bbe67a6573
Merge pull request #317 from Xelio/patch-portal-limit-reach-hide-low-level-2
...
New Feature: (method 2)Remove lower level portal when portal render limit reached
2013-02-27 02:44:47 -08:00
Stefan Breunig
c33443bca9
Merge pull request #332 from j16sdiz/https-fix
...
Use https in permalink
2013-02-27 02:13:31 -08:00
Daniel Cheng
68e666c50e
Use https in permalink
2013-02-27 14:42:27 +08:00
Daniel Cheng
07cb3c2f49
Add href link in chat msg
2013-02-27 14:41:39 +08:00
Stefan Breunig
d519957283
use GitHub pages path again, let’s see if their rate limit and caching behaviour is better
2013-02-26 22:26:25 +01:00
Stefan Breunig
2cb0623c82
fetch portal image via https
2013-02-26 20:57:34 +01:00
Xelio
f4f3e7791f
Code restructure of portal render limit handler
2013-02-27 01:14:18 +08:00
Xelio
82792cf4be
Bug Fix: minLevel of Portal Render Limit handler now persistent in same batch of request.
2013-02-26 21:56:30 +08:00
Xelio
17a81c09d9
New Feature: Remove lower level portal when portal render limit reached
2013-02-26 18:44:16 +08:00
Stefan Breunig
286527091e
Merge pull request #313 from j16sdiz/report-issue-link
...
Report portal links to "Contact Us" directly
2013-02-25 22:41:45 -08:00
Daniel Cheng (鄭郁邦)
a86c6714ac
Report portal links to "Contact Us" directly
2013-02-26 10:21:19 +08:00
Stefan Breunig
4b3348e5d4
release 0.7.6 as hotfix for 0.7.5.
2013-02-26 01:37:52 +01:00
Stefan Breunig
d5d2bad74a
more fixes for https
2013-02-26 00:53:27 +01:00
Stefan Breunig
538b57c7f7
Due to ingress.com/intel now force-redirecting to the HTTPS version,
...
loading dependencies just got a lot harder. External JS and CSS files
are now included directly in the file while building. This does not yet
work for plugins. I will make an emergency release soon, so at least
main works.
2013-02-25 23:58:07 +01:00
Stefan Breunig
849099c299
add more HTTPS links. IITC is likely still broken for HTTPS Intel Map.
2013-02-25 22:39:06 +01:00
Stefan Breunig
5e37f7f227
Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages
2013-02-25 22:01:34 +01:00
Stefan Breunig
b58050320b
support https as well ( fixes #309 ). Also bump version number in main which is was an oversight when releasing 0.7/0.71
2013-02-25 22:00:28 +01:00
Axel Wagner
0767230489
Make changes asked by breunigs
2013-02-25 17:55:37 +01:00
Axel Wagner
107f4689e9
Replace gmaps-link by popup with qrcode and links
...
If you want to use your smartphone for navigation, you can now just scan
the qr-code and (if your scanner-app supports it) directly input the
locations to your navigation-app.
Additionally a link to the location in gapps and OSM will be displayed.
2013-02-25 16:21:03 +01:00
Florian Sundermann
459c4b422b
new hook to let plugins indicate a renderlimit
2013-02-25 08:44:43 +01:00
Stefan Breunig
67d4fbbe03
don’t render resources outside the view port when the render limit is about to be hit
2013-02-25 08:17:10 +01:00
Stefan Breunig
cac8d017f8
Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages
2013-02-25 08:15:38 +01:00