Commit Graph

227 Commits

Author SHA1 Message Date
b5c62eb77d Correction of errors in a comment 2016-09-22 20:27:22 +03:00
4de76697c4 Added MapBox tiled 2016-09-22 20:17:58 +03:00
e9b811036a Disable MapQuest tiles 2016-07-12 09:05:41 +02:00
41f8081831 Update URLs for new locations 2016-06-15 13:23:50 -07:00
8f6f89a9f3 ancient change i forgot to push 2016-06-13 20:37:24 +01:00
d166d88263 another try, this time on JS side 2015-11-07 22:58:01 +01:00
db12b07540 fix #1068 - blank layer chooser on mobile 2015-10-23 22:50:12 +01:00
3f0d924b6a [iitcm] push layer changes to Android instead of relying on MapSettings to poll them 2015-10-21 00:09:21 +02:00
238bef037b fix for niantic site update 2015-05-27 - botguard has been removed! 2015-05-27 07:08:43 +01:00
b4f9c3e2fe add some initialisation for deciding if to use detected tile params or those embedded in the code
console warnings when it fails to detect values from stock, or the internal defaults don't match
disable show-more-portals plugin if it would result in more requests - damn niantic!
2015-04-03 21:20:36 +01:00
3e7724afe6 first pass at changing map tile params for latest site update 2015-04-03 20:50:10 +01:00
a169176bad map params adjusted due to server overload of shonin anomaly 2015-03-28 16:27:48 +00:00
b6c89c9575 tooltip tweaks - slightly cleaner this way, i think 2015-03-05 18:56:23 +00:00
a0e539d6ca jquery: update to the latest version available on google 2015-02-25 13:34:56 +00:00
93f0b8b572 better tooltip handling
- search: remove tooltip from DOM immediately instead of setting up a new instance (which would have other options)
- sidebar toggle: remove tooltip upon click, tooltip might persist otherwise
- close other tooltips before opening a new one
2015-02-23 13:18:22 +01:00
4c7b8e0e70 new search 2015-02-12 16:06:48 +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
c4117b3c29 [core] passcode contents are displayed correctly
Includes some other small fixes regarding passcodes.

Fixes #883
2014-10-05 22:24:15 +02:00
a64f76c862 initial implementation of ornaments 2014-09-25 20:53:05 +02:00
92aae954a8 botguard: first pass at full implementation. fingers crossed... 2014-09-15 20:50:58 +01:00
9ab6bea90d first pass at extracting version code from the minified javascript
still needs some work, but will get something working in the test builds for now...
2014-08-14 23:54:36 +01:00
57e972fe87 - don't hide layer-chooser in smartphone.css
- it's hidden in boot.js if iitc is booted with the iitcm android app
2014-07-23 02:35:56 +02:00
69f3fb211b try different vector overdraw amounts for different setups
- canvas - overheads directly related to the number of drawn items, so limited overdraw
- svg desktop - can handle large amounts of overdraw ok, so allow 100%, so known items don't vanish during most map panning
- svg mobile - mobile struggles more, so limit svg overdraw
2014-07-07 17:42:29 +01:00
c6a6dc3105 Privacy view: accesskey (9) + fixes
- collapse chat before entering privacy view
- don't allow chat to expand when in privacy view
- disallow pointer events for the leaflet-control placeholder so ic can be clicked through
2014-07-03 21:44:58 +02:00
5520f927a9 tweak leaflet map settings - no 'bounce' at zoom limits for touch devices. may prevent unnecessary redraws on mobile, which may help performance in some cases 2014-07-02 03:10:40 +01:00
a06a28de7b switch to newer jquery and jquery-ui versions 2014-06-28 06:05:22 +01:00
d3fca8612c Move OverlappingMarkerSpiderfier from player-tracker to core. Implement for bookmarks and draw tools
(Markers added to OMS shouldn't use the "click" event but "spiderfiedclick")
2014-06-09 21:08:06 +02:00
a83688a4c2 niantic have removed all munging from the network protocol, so update IITC to match
improvements could be made to our version handling (currently we just take their version string and assume it'll work, with no checks for changes - needs some thoughts on sensible handling)
2014-05-30 22:42:00 +01:00
a05ac61cb4 update default and plugin base maps to allow zooming up to level 21, and scale the tiles when they don't support such a resolution 2014-05-29 01:23:25 +01:00
1e58fbbd44 missed a level-related change from previous commit 2014-04-29 04:33:45 +01:00
395502dcef update code to support extra level-related parameters supplied in the PLAYER object, negating the need for lists of XM and AP values per level 2014-04-29 01:09:30 +01:00
ffc056505f switch to non-minified leaflet-src.js (see 480381d5e9) and enabled L_PREFER_CANVAS 2014-03-22 03:05:27 +00:00
eeed5e01cd remove marker icon shadow
it's pretty subtle, and was preventing clicks through it. also, some icons (e.g. the dynamic svg DivIcon from draw-tools) didn't use one, so it seems odd to have a mixture of some with, some without shadows
2014-03-21 20:17:27 +00:00
61ed2307e4 turn off markers during zoom animations - let's see how that works... 2014-03-21 16:47:24 +00:00
4dd944a642 move portal level layer enable/disable out of status bar code into a map.on(zoomend) event instead 2014-03-19 04:44:20 +00:00
df4bf0bbc0 remove experimental exception catching code in boot func - was never that helpful 2014-03-18 22:14:55 +00:00
36fe84b4ef warn when some standard layers are turned off
not so visible for mobile users - but less of an issue there (as an uninstall/reinstall resets all options to default)
for #778
2014-03-04 18:42:45 +00:00
162ac6923e add code to detect known 'bad' plugins, and disable plugins in this case for user safety 2014-02-03 17:27:06 +00:00
4775bca0d0 s/nxt/next/ 2014-01-08 00:02:50 -08:00
78d42fa957 Minor typo in new code. 2014-01-05 17:05:15 -08:00
1a3d4faebe Merge pull request #718 from nexushoratio/proofreading
Fix a number of typos in comments and site content
2014-01-05 14:04:44 -08:00
14d3fe82c2 Fixed zoom controls not being hidden on mobile 2014-01-03 20:06:38 +01:00
58dc56283a improved debugging interface 2014-01-03 20:06:37 +01:00
9208552e29 use custom protocol for resources 2014-01-03 20:06:37 +01:00
537eeef539 Fix a number of typos in comments and site content 2013-12-29 04:09:37 -08:00
84fb672656 display a dialog when IITC fails to detect the munge set, making users aware of the problem. includes links to the IITC home page, g+ page and community 2013-12-26 22:07:44 +00:00
f43930768b experimental code: try/catch block around code in boot - to help debug iitc startup issues 2013-12-23 21:16:59 +00:00
138a37d777 first attempt at loading portal details, and displaying in the sidebar once loaded 2013-12-01 00:08:25 +00:00
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
6fcbd90588 s/mazZoom/maxZoom/ 2013-11-24 23:16:53 -08:00