Jon Atkins
16365da2f4
add plugin for yandex.com maps
...
fix #339
2013-06-01 19:27:07 +01:00
Jon Atkins
9a389f3d24
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-06-01 17:46:44 +01:00
Jon Atkins
2979f813f1
remove nonsense execute permission on plugin
2013-06-01 17:46:21 +01:00
Jon Atkins
0fdc07488a
Merge pull request #330 from superdhuang/master
...
add plugin: highlight portals if it has L8 res
2013-06-01 09:44:00 -07:00
Jon Atkins
77978d201d
Merge pull request #334 from goodsoft/master
...
Portals list: Order by second resonator if first one is equal, etc.
2013-06-01 09:41:40 -07:00
Jon Atkins
e48e5c029a
Merge pull request #338 from Bananeweizen/patch-1
...
fix typos
2013-06-01 09:35:18 -07:00
Jon Atkins
7c5866eb83
Merge pull request #335 from vita10gy/8high
...
New Highlighters
2013-06-01 09:34:03 -07:00
Bananeweizen
e0c0c2fc17
fix typos
...
* fix multiple typos in Leaflet
* add license link
* minor cleanups in markup
2013-05-30 01:24:17 +03:00
Philipp Schaefer
311986aab9
disable home button on desktop mode - not needed and breaks stuff if clicked
2013-05-29 11:30:59 +02:00
Philipp Schaefer
f7bd510aae
fixed debug console on desktop mode
2013-05-29 11:21:13 +02:00
vita10gy
c493518eaf
I screwed up the unscrewing up
2013-05-28 23:26:21 -05:00
vita10gy
92888263d1
Fix meta
...
My bad
2013-05-28 22:55:17 -05:00
vita10gy
fc74c3e342
New Highlighters
2013-05-28 21:10:14 -05:00
Philipp Schaefer
bb7f200547
use in-app layer chooser on desktop mode
2013-05-29 00:57:38 +02:00
goodsoft
cfc47706a8
Portals list: Order by second resonator if first one is equal, etc.
2013-05-28 23:48:01 +03:00
superdhuang
1334bbac6b
Update portal-highlighter-with-lvl8-resonators.user.js
...
1. clean unused code.
2. more L8 resos, portals get brighter.
2013-05-29 03:36:29 +08:00
superdhuang
1e2a1cf4ce
Update and rename portal-highlighter-with-L8-resonators.js to portal-highlighter-with-lvl8-resonators.user.js
...
1. update userscript block with @@...@@
2. rename to portal-highlighter-with-lvl8-resonators.user.js
2013-05-28 23:11:50 +08:00
Philipp Schaefer
2bc9edf549
updated mobile readme
2013-05-28 10:09:59 +02:00
Philipp Schaefer
e3e7268841
show additional plugins in plugins dialog ( closes #327 )
2013-05-28 09:34:35 +02:00
superdhuang
5c805f7a4e
Create portal-highlighter-with-L8-resonators.js
...
initial
2013-05-28 13:54:10 +08: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
a6ff434f33
remove the template plugin basemap-cloudmade from mobile - it can't be edited so no use embedded
2013-05-28 03:01:45 +01:00
Jon Atkins
7eb6d7ef4f
guess player levels: ignore resonator levels for impossible counts, as the result of an ada refactor/jarvis virus
...
fix #326
2013-05-28 02:41:38 +01:00
Jon Atkins
b0675e5852
simplify and cleanup large portal image dialog
...
- nicely centered. few tricky css hacks
- minumum width - ready for additional content below the image
- fix & in portal titles from showing as & sequence, etc
2013-05-28 02:01:41 +01:00
Jon Atkins
2d247322f9
convert plugin line-end format to unix-style LF only, from CR-LF or CR
2013-05-28 00:07:29 +01:00
Philipp Schaefer
d381a0304e
check if zoom enabled before loading plugins
2013-05-27 15:34:04 +02:00
Philipp Schaefer
85b7715c5d
better check for plugins wrapper removal
2013-05-27 15:29:13 +02:00
Philipp Schaefer
8d1dcf74fe
removed not used newline at the end of plugin...stay consistent with other plugins, otherwise it breaks stuff on mobile plugin injection
2013-05-27 14:50:33 +02:00
Philipp Schaefer
ff900520ad
load plugins and iitc main script simultanously ( fixes #303 )
2013-05-27 14:12:12 +02:00
Jon Atkins
706b5132ea
guess player levels
...
- set an id to prevent mulitple instances being opened
- pass in a width, overriding the default 300px
2013-05-27 04:58:45 +01:00
Jon Atkins
78329770fe
remove the max-width from dialogs (but keep for tooltips) - as the jQuery dialog code already handles width anyway, and forcing it in css prevents this from working
2013-05-27 04:57:32 +01:00
Jon Atkins
50b3e0be38
remove some debugging console.log calls left in by mistake
2013-05-27 03:21:35 +01:00
Jon Atkins
372a2b34c8
don't resolve more than 15 names in one request - this is approximately the limit imposed by the server
...
if more are to be resolved, multiple requests are made. this does increase the odds of hitting the request rate limit, but in that case we'll get http failed requests and the names will be pushed back onto the pending resolve list for next time
fix #323
2013-05-27 03:19:51 +01:00
Jon Atkins
9b8cac9e6f
run the name resolving process after showing the dialog - it's not automatic
2013-05-27 03:13:34 +01:00
Jon Atkins
9dc0ac4234
add a limit on the number of map tile data requests merged into a single bucket - the server seems to have some limits on this
...
yes - it will cause more requests in this case, but that's nicer than just completely failing
fix #320
2013-05-27 02:16:52 +01:00
Jon Atkins
895671d860
the ada refactor/java virus can mean a player owns resonators of a higher level than himself. make sure we don't end up with negative values in this case
...
fix #322
2013-05-27 01:56:26 +01:00
Jon Atkins
5c9fdc6f61
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-05-27 00:36:26 +01:00
Jon Atkins
bfd9f39067
add util function to escape strings for manual building of HTML, and use this for the portal title
...
fix #319
2013-05-27 00:35:56 +01:00
Jon Atkins
06a1b09af6
Merge pull request #317 from integ3r/alignment-virus
...
Passcode redemption: Support for Alignment Virus and other item types, tweaks
2013-05-26 15:39:13 -07:00
Jon Atkins
e609c64775
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-05-26 19:30:34 +01:00
Jon Atkins
5430992d70
improvements to date formatting
...
- leading zeros on month/day
- milliseconds in chat tooltips
2013-05-26 19:29:48 +01:00
Philipp Schaefer
c852d1f34b
use class attribute to check for enabled/disabled desktop mode
2013-05-26 14:50:16 +02:00
Philipp Schaefer
86fe10aa9c
added back desktop mode (see #304 )
2013-05-26 14:15:11 +02:00
soulBit
a56e78e220
Updated to use dialog() and changed dialog text
2013-05-25 16:14:07 +01:00
Philipp Schaefer
c8dc62eafb
added forgotten getString(...)
2013-05-25 16:25:34 +02:00
Philipp Schaefer
5311fb1641
set currentPane to home if home button is pressed
2013-05-25 16:05:29 +02:00
Philipp Schaefer
37dac3b197
* display backstack correctly on home button
...
* clear backstack on home button pressed
2013-05-25 15:37:49 +02:00
Philipp Schaefer
818aec09c4
bumped version number
2013-05-25 13:41:13 +02:00
Philipp Schaefer
d3461b0451
got back long press on portal functionality
2013-05-25 13:39:58 +02:00