151 Commits

Author SHA1 Message Date
Pavol Babincak
c66bc0f171 Hide elements used only for clipboard & removed unused selector 2013-02-10 19:22:35 +01:00
Pavol Babincak
7e6c801976 CSS for clipboard-aware chat modified to be backwards compatible 2013-02-10 19:04:47 +01:00
Pavol Babincak
0cfb86eff0 Use invisible formatting for clipboard copy-paste
When text is copied from browser it looks like "00:00 <nick> text."
Firefox adds new lines between records. It would be good to get rid of
it.
2013-02-10 15:44:28 +01:00
Stefan Breunig
63bdff0eb9 fix 'report issue' for places with single or double quotes in their names. Fixes #68 2013-02-10 14:08:35 +01:00
Stefan Breunig
d5285ca26c fix fields not being cleared from the map if they weren’t used for field counting 2013-02-10 09:51:02 +01:00
Stefan Breunig
f2400d1f8b fix #79 and part of #39 2013-02-10 09:02:08 +01:00
Stefan Breunig
6fdfac2923 typo 2013-02-10 00:31:24 +01:00
Stefan Breunig
1975065432 Merge pull request #70 from scrool/guess_player_levels_extended
Display guessed player level in tooltip
2013-02-09 15:30:48 -08:00
Stefan Breunig
fc58676b7f place fields counter somewhere else so it doesn’t reorder the whole detail table 2013-02-10 00:29:47 +01:00
Stefan Breunig
53ff334fe1 move getTypeByGuid to utils_misc.js and clean it up a little 2013-02-10 00:26:27 +01:00
Stefan Breunig
5762b8cb79 Merge branch 'pr' of git://github.com/phoenixsong6/ingress-intel-total-conversion into phoenixsong6-pr 2013-02-10 00:24:43 +01:00
Pavol Babincak
6b8c454af3 Player level label renamed to minimal player level 2013-02-10 00:22:24 +01:00
Stefan Breunig
eb74f55f95 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-10 00:21:47 +01:00
Stefan Breunig
5bbb764133 resonators are now roughly ordered by their octant (fixes #35)
N    NE
     NW    E
      W    SE
     SW    S
2013-02-10 00:20:45 +01:00
Eashwar Ranganathan
dc4cea2ed7 Display control field count 2013-02-09 15:13:58 -08:00
Stefan Breunig
c8eee2d932 Merge pull request #67 from scrool/current_portal_energy
Display current energy for whole portal
2013-02-09 13:46:28 -08:00
Pavol Babincak
423106f8d0 Set title with player's level for owner of resonator 2013-02-09 20:04:22 +01:00
Pavol Babincak
0bbf6c46a2 Display players level on mouse hover in chat 2013-02-09 19:36:49 +01:00
Pavol Babincak
a7449b9c55 Moved my name in contributors to be in alphabetical order 2013-02-09 19:25:58 +01:00
Stefan Breunig
6fabe5c5b0 accidentally commited old version of guess-player script. Likely it didn’t work at all. Fixes #65 2013-02-09 18:03:56 +01:00
Stefan Breunig
dcb7075dda remove ruby build script. Python is used for the local web server anyway, so don’t introduce further dependencies for such a trivial taask as concatenating files. 2013-02-09 18:01:11 +01:00
Pavol Babincak
904be9b5b1 Display current energy for whole portal 2013-02-09 17:42:01 +01:00
Stefan Breunig
c9045aa988 handle load fails better 2013-02-09 15:19:41 +01:00
Stefan Breunig
db5747fb73 only pull in data from GitHub pages to reduce risk of being down. 2013-02-09 15:06:48 +01:00
Stefan Breunig
c6b99c1e7b release 0.4. See NEWS.md for what changed. 2013-02-09 14:12:20 +01:00
Stefan Breunig
6b19e79e07 add plugin basics and fix #31 by providing it as plugin 2013-02-09 13:52:10 +01:00
Stefan Breunig
b9ec6328f8 color portal mods by their rare-ness. Patch by @OshiHidra. Fixes #28. 2013-02-09 11:42:17 +01:00
Stefan Breunig
d09e59049c Merge pull request #54 from Xelio/patch-resonator-pct
Add resonator energy% to resonator detai
2013-02-08 10:56:46 -08:00
Stefan Breunig
a8f76ebb5b make nick highlighting not depend on case 2013-02-08 19:54:29 +01:00
Xelio
98b0d36859 Change:
Move resonator energy% to tooltip
2013-02-09 02:11:53 +08:00
Stefan Breunig
aadbc19641 fix #15 (patch by @phoenixsong6) 2013-02-08 19:11:29 +01:00
Xelio
feba54166d Merge remote-tracking branch 'upstream/gh-pages' into patch-resonator-pct 2013-02-09 01:27:13 +08:00
Xelio
86eb0a9025 Add resonator energy% to resonator detail
Change:
Add resonator energy% to resonator detail.
Change shadow color of resonator level and energy% to #808080, more clear for L1 and L2 resonator
2013-02-09 01:18:13 +08:00
Stefan Breunig
fbad6a5a30 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-08 18:01:01 +01:00
Stefan Breunig
b0a3f3c604 add fallback for Opera because it doesn’t support calc. See #49 2013-02-08 17:59:20 +01:00
Stefan Breunig
8dc0f3b3e0 Merge pull request #50 from firetech/fixes
Use keydown for key press detection in chat.
2013-02-08 08:52:51 -08:00
Stefan Breunig
f5edc84635 add ability to filter by portal level. You can access the feature from the layer selector just as before. Fixes #8 and some of #12 2013-02-08 17:39:37 +01:00
Stefan Breunig
9316d49e68 get time for chat input differently, so it reflects the local time 2013-02-08 17:25:35 +01:00
Joakim Andersson
7a9f75a2ef Use keydown for key press detection in chat.
Fixes tab completion in Chrome. Closes #45.
2013-02-08 16:41:11 +01:00
Stefan Breunig
0720be5093 Merge pull request #43 from mledoze/gh-pages
Renamed cardinal to octant
2013-02-08 06:24:31 -08:00
Stefan Breunig
fd15b5d4a4 add startsWith for string for browsers which don’t ship it yet. Fixes #45 2013-02-08 15:22:21 +01:00
Stefan Breunig
1c06623acb Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-08 14:53:05 +01:00
Stefan Breunig
46303be80a rename 'tell public' to something else, so it doesn’t collide with a player name.
(yeah I’m watching at least two people right now with very unfortunate name choices. Also, whoever is named 'broadcast' owes me a beer.)
2013-02-08 14:50:55 +01:00
Stefan Breunig
69748c7c7c Merge pull request #44 from ZauberNerd/gh-pages
Ignore .git* files in autobuild.sh
2013-02-08 05:44:30 -08:00
ZauberNerd
03e7cd63bd Ignore .git* files in autobuild.sh 2013-02-08 13:48:59 +01:00
mledoze
20d7eb92b4 renamed cardinal to octant 2013-02-08 13:00:55 +01:00
Stefan Breunig
965c4f0156 fix chat input being too narrow 2013-02-08 12:52:19 +01:00
Stefan Breunig
a9d29ba238 enable zoom control buttons by default (Fixes #33).
If you want maximum screen estate you can disable them until you clear your
cache:

  Firefox: CTRL+SHIFT+K
  Opera/Chrome: CTRL+SHIFT+I, select console

Then enter the following and hit enter:

  localStorage['iitc.zoom.buttons'] = 'false'

You can enable them by exchanging “false” with anything else or by clearing
your cache. You can close the web developer console by hitting the shortcut
again or clicking the x-button somewhere.
2013-02-08 12:41:54 +01:00
Stefan Breunig
9f1e1e1077 fix border for portal images being wrong for resistance 2013-02-08 12:31:10 +01:00
Stefan Breunig
6db11c4e8a added attribution for leaflet_google.js 2013-02-08 10:44:24 +01:00