125 Commits

Author SHA1 Message Date
Eashwar Ranganathan
dc4cea2ed7 Display control field count 2013-02-09 15:13:58 -08: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
Stefan Breunig
c0dea46260 gitignore doesn’t apply to already tracked files, so that part of the last commit was useless 2013-02-08 10:07:54 +01:00
Stefan Breunig
aa52999fb8 add note about the auto generated user script and add it to .gitignore, so adding it is actually an effort 2013-02-08 10:06:22 +01:00
Stefan Breunig
6fb678e6b5 prevent style cache issues when updating 2013-02-08 10:01:28 +01:00
Stefan Breunig
2c811a0b59 make contribs a list 2013-02-08 09:51:08 +01:00
Stefan Breunig
12d1c03f97 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-08 09:49:56 +01:00
Stefan Breunig
b7304142af merge 'display additional resonator details' 2013-02-08 09:47:22 +01:00
Stefan Breunig
758055eac2 Merge pull request #26 from epf/for-upstream
added python build file
2013-02-08 00:41:42 -08:00
Stefan Breunig
9ba31b4a2f Merge pull request #30 from Xelio/gh-pages
Fixing bug in window.chat.setupTime
2013-02-08 00:38:37 -08:00
Xelio
d4a781d4dc Fixing bug in window.chat.setupTime
Problem:
"#chatinput time" use "toLocaleTimeString().slice(0, 5)" to get time, but hh:mm not always at 0-5 in all locale




Fix:
Use "toISOString().slice(11, 16)" to get time for "#chatinput time"
2013-02-08 13:50:06 +08:00
JasonMillward
ecb383158b Changed colour to color, remove color from old span tag 2013-02-08 16:04:41 +10:30
JasonMillward
9ba9273230 0.3em seems to work a lot better then 0.2 2013-02-08 15:33:11 +10:30
JasonMillward
f59d88a0e6 Changing textshadow again 2013-02-08 15:26:02 +10:30
JasonMillward
3e3f9f9a9f Added text shadow to style.css 2013-02-08 15:15:22 +10:30
Evan Paul Fletcher
d73eebdd32 fix for line endings 2013-02-07 20:39:01 -07:00
Evan Paul Fletcher
fd8abd174e add build.py 2013-02-07 19:29:19 -07:00
Stefan Breunig
5cd3b006da update build, dump version, add news file 2013-02-08 03:03:40 +01:00
JasonMillward
acfc378af8 Added linebreaks to README 2013-02-08 12:31:37 +10:30
JasonMillward
aef5465529 Added contributors to README.md, included names from closed pull requests 2013-02-08 12:30:51 +10:30
JasonMillward
64ccf2928d Added resonator level to portal info panel 2013-02-08 12:24:33 +10:30
Stefan Breunig
a5549346ba Merge pull request #18 from integ3r/gh-pages
Display items, AP, and XM for redeemed passcodes
2013-02-07 17:52:47 -08:00
Stefan Breunig
3a68d0f5c2 better add note about updating 2013-02-08 02:49:46 +01:00
Stefan Breunig
00d9202924 attempt to fix #17. If the page breaks for you, please try clearing your cache and reloading the page. If that doesn’t work, please open a bug report. 2013-02-08 02:43:28 +01:00
JasonMillward
246fb16509 Updated stylesheet 2013-02-08 12:03:09 +10:30
JasonMillward
f5b9dfa824 Added in temp resonator levels 2013-02-08 11:21:11 +10:30
Morgan Jones
211b039be6 Parse items, AP, and XM response for passcodes, displaying information about the passcode's rewards. 2013-02-07 18:50:39 -06:00
Stefan Breunig
7ebb0f9624 nits for last merge 2013-02-08 01:40:41 +01:00