Commit Graph

96 Commits

Author SHA1 Message Date
5513ea13eb Resolve conflict and sync 2013-03-02 21:31:12 -08:00
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
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
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
f4f3e7791f Code restructure of portal render limit handler 2013-02-27 01:14:18 +08:00
82792cf4be Bug Fix: minLevel of Portal Render Limit handler now persistent in same batch of request. 2013-02-26 21:56:30 +08:00
17a81c09d9 New Feature: Remove lower level portal when portal render limit reached 2013-02-26 18:44:16 +08:00
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
a86c6714ac Report portal links to "Contact Us" directly 2013-02-26 10:21:19 +08:00
849099c299 add more HTTPS links. IITC is likely still broken for HTTPS Intel Map. 2013-02-25 22:39:06 +01:00
5e37f7f227 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-25 22:01:34 +01:00
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
0767230489 Make changes asked by breunigs 2013-02-25 17:55:37 +01:00
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
459c4b422b new hook to let plugins indicate a renderlimit 2013-02-25 08:44:43 +01:00
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
d644ef64bd implement jqueryui dialog replacements.
For now only alert windows are converted automatically. You can alert custom
HTML code like so: alert('<strong>herp a derp</strong>', true);

Main can use this feature immediately, all plugins that are advertized to be
stable may only use this once 0.7 is released.
2013-02-22 11:23:44 +01:00
7df3d308c4 fix #56 2013-02-16 18:21:10 +01:00
346d3ae0a1 implement basic support for smartphones 2013-02-16 13:52:17 +01:00
9cb2722eb2 replace half space with normal space because some browsers do not support it 2013-02-16 13:43:05 +01:00
2023e33567 more work for #179.
Due to changed display of the portal image it now doesn’t flicker anymore,
which simplifies code a lot.
2013-02-16 10:02:18 +01:00
64a78076d8 fix permalink zoom level 2013-02-14 18:59:58 +00:00
750d01afcf fix permalink zoom level 2013-02-14 18:58:48 +00:00
4ecb7c66d7 make uniqueArray its own function 2013-02-11 16:51:14 +01:00
63083407ed add info about other types 2013-02-11 13:14:03 +01:00
e92a9e13b1 add permalink feature 2013-02-10 23:49:01 +01:00
1816e153f6 fix #85 2013-02-10 20:05:46 +01:00
fb656a4982 Merge pull request #78 from Xelio/patch-map-resonator
draw resonators for each portal on map for high zoom levels (17+). Patch by Xelio.
2013-02-10 10:26:52 -08:00
370f34a793 Change guid format of resonator
Change:
Guid format of resonator change to following,
[portal guid]-resonator-[slot]

Some code cleanup
2013-02-10 22:52:11 +08:00
63bdff0eb9 fix 'report issue' for places with single or double quotes in their names. Fixes #68 2013-02-10 14:08:35 +01:00
c34d7ee3a2 Resonator on map
Change:
Add "RESONATOR_DISPLAY_ZOOM_LEVEL" to control minimum zoom level resonator will display
Add layerGroup "resonatorsLayers" to draw resonators on it.
Add "window.resonators" to store references to resonators on map

Resonator will have guid of portal with ".11" or ".12" replaced with ".r0"~".r7"
Add function "window.renderResontor" to draw resonators (use sorgo's code [sorgo](https://github.com/sorgo))
"window.renderPortal" will call "window.renderResontor" before add portal to portalsLayers
Change "window.removeByGuid" to handle resonators
Change "window.cleanUp" to handle resonators cleanup
2013-02-10 14:12:26 +08:00
53ff334fe1 move getTypeByGuid to utils_misc.js and clean it up a little 2013-02-10 00:26:27 +01:00
904be9b5b1 Display current energy for whole portal 2013-02-09 17:42:01 +01:00
fd15b5d4a4 add startsWith for string for browsers which don’t ship it yet. Fixes #45 2013-02-08 15:22:21 +01:00
f0d2dcd7de Added capitalize for strings 2013-02-08 10:02:37 +10:30
977b52639e Removed duplicate spaces 2013-02-08 10:01:57 +10:30
5a022699ae fix #2 2013-02-07 16:06:05 +01:00
1cfd9330e6 meh, JS Date support is so annoyingly bad 2013-02-05 20:03:30 +01:00
21ea5beabd fix date for other locales 2013-02-05 19:47:44 +01:00
f92c963a54 finish chat feature; hide low level portal on zoom out; introduce render limit 2013-02-04 02:52:24 +01:00
ecfaca7f9b more chat related stuff. public user chat and message posting is still missing though 2013-02-03 19:44:35 +01:00
b7f1270ff6 make faction chat display almost work 2013-02-03 13:19:56 +01:00
1c7a6ab70d fix error when no error handling function was defined 2013-02-02 00:35:37 +01:00
0a2890f196 improve actual and perceived performance 2013-02-02 00:35:15 +01:00
25d6b4cdc5 preliminary chat support 2013-02-01 22:27:43 +01:00
a07ee0cc3d so others may contribute 2013-02-01 13:11:14 +01:00