231 Commits

Author SHA1 Message Date
Stefan Breunig
b9a4f05adb ignore new build file 2013-02-11 19:27:16 +01:00
Stefan Breunig
de89e689bf fix range link not working 2013-02-11 19:25:02 +01:00
Stefan Breunig
de7f1e9754 fix leaflet layer selector not being usable with sidebar collapsed 2013-02-11 19:18:42 +01:00
Stefan Breunig
eb41b6a4cd another typo 2013-02-11 19:12:12 +01:00
Stefan Breunig
1efb30d73f typos 2013-02-11 19:10:15 +01:00
Stefan Breunig
4d0c0356fe fix breakage in Chrome 2013-02-11 18:55:14 +01:00
Stefan Breunig
e778dc8800 also apply for 0.5 users 2013-02-11 18:20:01 +01:00
Stefan Breunig
43245bf425 add update notice for old users and hide it for all on the current version 2013-02-11 18:17:52 +01:00
Stefan Breunig
5b07537cca debug build should not use dist/style.css 2013-02-11 18:07:33 +01:00
Stefan Breunig
ca736d6678 update news for 0.5 2013-02-11 18:03:57 +01:00
Stefan Breunig
71bc7c9dab update README.md to dist/ related changes 2013-02-11 18:03:39 +01:00
Stefan Breunig
4be5f1fea1 small release script. 2013-02-11 17:47:49 +01:00
Stefan Breunig
a9812085c1 update paths 2013-02-11 17:47:40 +01:00
Stefan Breunig
a917227a4b update old build path. This path is deprecated though and will be removed in the future. 2013-02-11 17:41:15 +01:00
Stefan Breunig
35312293cd debug build gets new filename 2013-02-11 17:40:42 +01:00
Stefan Breunig
3a45b560f5 release 0.5 2013-02-11 17:39:43 +01:00
Stefan Breunig
fdd5de3143 move all files for a specific version in dist. This should prevent updating issues in the future 2013-02-11 17:39:15 +01:00
Stefan Breunig
9416aeb50f replace unicode arrows with CSS tricks that should work on all platforms (patch by mledoze). Fixes #98, #116 2013-02-11 17:32:02 +01:00
Stefan Breunig
14cc1263f3 undo backwards compat changes, they break the sidebar 2013-02-11 17:31:14 +01:00
Stefan Breunig
84718fe37b add to contribs 2013-02-11 16:53:06 +01:00
Stefan Breunig
f2ae68bf0e Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-11 16:51:46 +01:00
Stefan Breunig
4ecb7c66d7 make uniqueArray its own function 2013-02-11 16:51:14 +01:00
Stefan Breunig
bbdd0ac520 Merge branch '107' of git://github.com/phoenixsong6/ingress-intel-total-conversion into phoenixsong6-107 2013-02-11 16:46:43 +01:00
Stefan Breunig
50762bcc39 Merge pull request #112 from cmrn/sidebar-back-compat
Make sidebar look less broken when using out of date plugin
2013-02-11 05:24:59 -08:00
Stefan Breunig
0f6422b48e add Pirozek to contribs 2013-02-11 14:23:17 +01:00
Stefan Breunig
5e4b3c94ba clean up Pirozek 'show AP' patch a bit and handle random details differently. 2013-02-11 14:22:14 +01:00
Cameron Moon
6599f1375a Remove border on #scrollwrapper as it was duplicating border on #sidebar 2013-02-12 00:20:22 +11:00
Cameron Moon
0c3a9ef4fc Made sidebar look less broken when using out-of-date plugin 2013-02-12 00:14:27 +11:00
Jakub Ludwig
c5dfbabc3a Merge branch 'gh-pages' of https://github.com/breunigs/ingress-intel-total-conversion into gh-pages 2013-02-11 13:54:16 +01:00
Jakub Ludwig
2850d44dac Added field count formula 2013-02-11 13:53:35 +01:00
Stefan Breunig
f982e77da3 Merge pull request #111 from sorgo/patch-1
z-index for #scrollwallpaper
2013-02-11 04:53:34 -08:00
Peter Sorger
8b94121bb2 z-index for #scrollwallpaper
had problem with sidebar not showing in Chrome 25, the sidebar got under the map layer. Added z-index 1001;
2013-02-11 13:48:05 +01:00
Stefan Breunig
63083407ed add info about other types 2013-02-11 13:14:03 +01:00
Stefan Breunig
c170995da7 fix style sheet link (thanks cmrn) 2013-02-11 12:36:14 +01:00
Stefan Breunig
4a45570f40 make more use of the empty space below the sidebar now that there’s a map rendered behind it all the time 2013-02-11 12:10:40 +01:00
Eashwar Ranganathan
fa940341e3 Merge field GUIDs instead of overwriting them for portal field counts 2013-02-11 02:45:27 -08:00
Stefan Breunig
1de0e166e0 Merge pull request #99 from cmrn/transparent-sidebar
Transparent sidebar, like the chat box (patch by cmrn)
2013-02-11 02:45:13 -08:00
Stefan Breunig
b4f273e80b user newer Python, old one may have issues with utf-8 2013-02-11 11:43:27 +01:00
Stefan Breunig
64bf9e1f70 this patch fixes several issues:
fix #103 by always re-rendering resonator details.
  A follow-up patch could also avoid re-rendering resos if they did not
  change. Given that there are only a few on these high zoom levels, perf
  improvement might be negligible though.
- fix #91. This avoids drawing portals/links/fields again if they are
  hidden. The patch looks for those hidden entities and either removes
  them before re-drawing (portals) or skips re-drawing altogether:
- Fields and Links are assumed to never change as long as their GUID is
  the same. This avoids deleting and re-creating links/fields all the
  time and might improve speed. Haven’t tested though.
2013-02-11 11:30:56 +01:00
Stefan Breunig
05ca824897 git pushMerge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-11 11:29:31 +01:00
Stefan Breunig
781ee0dd3b be less verbose about sidebar updates 2013-02-11 11:29:17 +01:00
Stefan Breunig
12f2a2d11b Merge pull request #105 from cmrn/bug/100
fixed #100 by explictly setting encoding (credit to breunigs)
2013-02-11 00:28:19 -08:00
Cameron Moon
81ed7e279c fixed #100 by explictly setting encoding (credit to breunigs) 2013-02-11 19:24:41 +11:00
Stefan Breunig
543fc5ce5b improve portal number separation from background (trick by jonatkins) 2013-02-11 08:57:26 +01:00
Cameron Moon
74be29ea29 Made the sidebar transparent like the chat box 2013-02-11 12:33:44 +11:00
Stefan Breunig
c5d2366cf7 leaflet zoom buttons would be at wrong location after shrinking chat again 2013-02-11 00:23:15 +01:00
Stefan Breunig
71fa7eb656 Merge pull request #81 from cmrn/collapsable-sidebar
Collapsable sidebar (patch by cmrn)
2013-02-10 15:20:15 -08:00
Cameron Moon
0ac05647df merged upstream changes 2013-02-11 10:06:40 +11:00
Stefan Breunig
210cbbfcc5 increase max size for portals, otherwise unclaimed ones are really hard to see 2013-02-11 00:05:12 +01:00
Stefan Breunig
e92a9e13b1 add permalink feature 2013-02-10 23:49:01 +01:00