Morgan Jones
0fde4e6ba4
Remove api.js
2013-10-08 15:40:07 -05:00
Morgan Jones
306de7e6dc
Load different versions of Roboto web font
...
Use Roboto for COMM font rather than Verdana
2013-10-07 18:29:43 -05:00
Jon Atkins
c5c762a707
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-02 05:03:38 +01:00
Jon Atkins
b4ae95ce73
bump version number
2013-10-02 05:00:08 +01:00
Hexchain Tong
60d686d52b
Prevent Google Fonts not being loaded due to security issue
...
Chrome refuses to load http resources if the page was loaded using https.
2013-10-01 11:56:51 +08:00
Jon Atkins
44dabe145d
reduce faction messages to 50 at a time - as they're no longer cluttered with user-specific alerts
...
(these now appear in a separate 'alerts' tab on the stock site - yet to be implemented in IITC)
2013-09-30 23:23:58 +01:00
Jon Atkins
924c384ab9
bump version number
2013-09-27 05:13:07 +01:00
Jon Atkins
ac6a235564
first stage of having faction-specific layers - portals, links and fields are now a layer group consisting of three faction-specific leaflet LayerGroups
...
also, move load.js from directly embedded in boot.js into an external file
2013-09-12 03:07:25 +01:00
Jon Atkins
3f9af18ba5
include specific font subsets from googleapi fonts - as the defaults seem to vary by browser type (less for mobile)
...
switch defailt from coda to roboto - looks fine to me, and coda didn't seem to support enough subsets
for #541
2013-09-09 01:51:50 +01:00
Jon Atkins
543e586723
make (portals/lihnks/fields)Layers private to IITC core again - they're not for plugins
...
now only some portals are drawn to the map it's OK to bring them all to front at the end of the render
use larger squares for portal clustering on mobile - as the portal markers are larger
2013-09-08 20:43:23 +01:00
Jon Atkins
6e808e12a9
remove dead code
...
- guid to type - unused, and not a good way of doing the test
- resonator settings - it's now a separate plugin
2013-09-03 16:56:30 +01:00
Jon Atkins
1915b61d68
bump version, in preperation for next release
2013-09-03 05:52:41 +01:00
Jon Atkins
dc41671279
map data now handles refreshes itself. this is so it can ensure that it doesn't start the refresh timer until all requests are complete
...
this avoids the situation where map data requests are slow enough that requests get aborted before a complete refresh has been done
2013-08-27 05:42:59 +01:00
Jon Atkins
01a8dbf4be
more work on map data rendering rewrite
...
marker creation/style changing moved out of rendering code (to allow use from elsewhere, and possible overriding by plugins)
2013-08-26 15:19:21 +01:00
Jon Atkins
3c90960e4c
work-in-progress - checking in while looking at other code on master. may be broken
2013-08-25 17:50:28 +01:00
Jon Atkins
4f5f47831a
remove pointless change of selected portal highlight colour in all highlighter plugins - make it the default instead
...
also tweaks to the show-more-portals plugin
2013-08-23 04:27:16 +01:00
Jon Atkins
fa11087621
bump version for rewrite of map data requests
2013-08-22 21:34:40 +01:00
Jon Atkins
4c57a31375
bump version, in case another release is needed soon
2013-08-22 20:15:22 +01:00
Jon Atkins
532d8aaa26
bump version number, as another IITC release is required...
2013-08-16 18:25:53 +01:00
Jon Atkins
7d8e583273
increase refresh delays after a move, and repeated refresh limit, to reduce unnecessary requests to the servers
2013-08-16 17:34:59 +01:00
Jon Atkins
62a10ede52
change default refresh to 60 seconds. while the server is unstable this reduces load, and other issues
2013-08-13 21:21:02 +01:00
Jon Atkins
0ee98355bd
fix path to default portal image - looks like it changed on the stock site
2013-08-13 03:38:36 +01:00
Jon Atkins
e1b4569f2f
bump version, in preperation for a future release
2013-08-12 00:25:25 +01:00
Jon Atkins
54ebbc3896
bump version nimber in preperation for next release
...
remove maxZoom leaflet setting - as it overrides individual map layer settings - fix #466
ensure map zoom is valid for selected base layer - replicate functionality removed from current leaflet
2013-08-04 07:17:14 +01:00
Inye
55c055425b
Avoid using Object.keys(obj).length in hot code paths
...
Complexity of Object.keys(obj).length is O(n) where n is the number of
object keys. Unfortunately, JavaScript have no built-in means of
determining number of object keys in constant time. Therefore, we have
to count object keys using separate counter variable.
It may look ugly (and indeed it is), but it greatly improves smoothness
and overall feel of IITC.
2013-08-02 20:00:03 +04:00
Jon Atkins
942ed7cf77
bump version number due to internal data change - so it's clear if an old version is in use
2013-07-31 20:21:38 +01:00
Jon Atkins
f5d8587955
update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED
2013-07-31 20:15:14 +01:00
Philipp Schaefer
ab164cfde5
Merge branch 'intents' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-intents
...
Conflicts:
mobile/res/values/strings.xml
2013-07-27 11:23:51 +02:00
Jon Atkins
16b796a112
add character length limit to chat text entry - as it's restricted at the server end to 256 characters
2013-07-22 16:37:57 +01:00
fkloft
2b7ac5605b
Improved permalink/portal link
...
Now shows a dialog from which you can:
* share the permalink using the standard android share feature
* copy the link to the clipboard
* open the intel map link with an installed browser
* show the map with an installed map application (that supports geo: URIs)
2013-07-21 00:51:21 +02:00
Jon Atkins
483d484dab
bump version number, so it's clear which builds have the new leaflet library in them
2013-07-19 23:39:41 +01:00
Jon Atkins
cb2ff0110a
bump version in preperation for the next release
2013-07-01 19:33:03 +01:00
Jon Atkins
dfba994f4b
comment out 'redeem code' input box
...
(instead of #371 - didn't want to actually delete it as it may return)
2013-06-25 00:03:43 +01:00
Jon Atkins
45abe9dfdc
Merge pull request #391 from hastarin/mobileStatusBar
...
Mobile status bar
2013-06-23 08:46:04 -07:00
hastarin
e8c73f9f46
Added status bar for mobile version.
2013-06-21 14:46:08 +10:00
vita10gy
f0a11dc362
Mod Highlighters
...
Issue #375 . Also type check in weakness highlighter
2013-06-18 22:02:38 -05:00
Jon Atkins
a988552e6e
improved idle handling
...
- times are now in seconds rather than minutes, like all other IITC time settings
- ignore mousemove events for no/small movements - more likely to go idle when it should
2013-06-15 19:12:53 +01:00
Jon Atkins
c776a07fd6
decrease standard refresh time to 30 seconds, so chat is more up to date
...
increase map tile cache to 2 minutes, so the increased refresh for chat does not impact map data tile requests
2013-06-15 17:08:59 +01:00
Jon Atkins
ec8d305bcb
bump version after 0.12.1 release, in preperation for the future
2013-06-12 18:12:39 +01:00
Jon Atkins
98f6f19731
clear document.body.onload at startup, to remove error from remains of stock intel initialisation
2013-06-08 20:29:19 +01:00
Jon Atkins
f9a8cd7ba6
bump version number in preperation for next build
2013-05-28 03:28:52 +01:00
Jon Atkins
ebe8f9e080
change neutral portal colour. grey was hard to see, orange stands out well on most map layers
...
fix #306
2013-05-28 03:24:29 +01:00
Jon Atkins
4f8164ffd7
add direction arrows after compas direction
2013-05-21 05:36:15 +01:00
Jon Atkins
84cb73d8e1
add @grant none to userscript headers - as recommended by greasemonkey
2013-05-20 03:12:19 +01:00
Jon Atkins
36dad3d58f
increase refresh time for game score - it's not a time critical thing
2013-05-19 03:35:54 +01:00
Xelio
b5381603b8
Bug fix: Resonators didn't redraw sometimes after level of portal hide and reshow
...
And some code simplification.
2013-05-18 17:27:46 +08:00
Jon Atkins
65783ac0b1
Merge branch 'dialog' of https://github.com/integ3r/ingress-intel-total-conversion into integ3r-dialog
2013-05-10 02:33:21 +01:00
Jon Atkins
41510dffcd
bump version in preperation for next release
2013-05-08 22:47:30 +01:00
Jon Atkins
f9539ac7dc
increase refresh delay after move/zoom events, to further reduce redundant refresh cycles
2013-05-08 22:20:44 +01:00
Jon Atkins
7cbf9d77cd
change neutral portal colour to match the grey of the stock map - never was a fan of the yellow
2013-05-08 21:59:33 +01:00