226 Commits

Author SHA1 Message Date
Cameron Moon
2647d58e60 Added toggle to collapse sidebar (without old code this time) 2013-02-10 23:03:10 +11:00
Cameron Moon
79b1f2b840 Revert "Added toggle to collapse sidebar" due to old code in commit
This reverts commit 9440e432de91816b5c7d72ea4e12038f88e87bed.
2013-02-10 22:56:53 +11:00
Cameron Moon
9440e432de Added toggle to collapse sidebar 2013-02-10 22:51:54 +11:00
Xelio
eecec0b4a4 Move resonator layer back to layerGroup "portalsLayers",
to make it work with portal level filter.
And modify cleanup code to work with this change.
2013-02-10 16:06:13 +08:00
Xelio
c34d7ee3a2 Resonator on map
Change:
Add "RESONATOR_DISPLAY_ZOOM_LEVEL" to control minimum zoom level resonator will display
Add layerGroup "resonatorsLayers" to draw resonators on it.
Add "window.resonators" to store references to resonators on map

Resonator will have guid of portal with ".11" or ".12" replaced with ".r0"~".r7"
Add function "window.renderResontor" to draw resonators (use sorgo's code [sorgo](https://github.com/sorgo))
"window.renderPortal" will call "window.renderResontor" before add portal to portalsLayers
Change "window.removeByGuid" to handle resonators
Change "window.cleanUp" to handle resonators cleanup
2013-02-10 14:12:26 +08: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
6b19e79e07 add plugin basics and fix #31 by providing it as plugin 2013-02-09 13:52:10 +01:00
Stefan Breunig
a8f76ebb5b make nick highlighting not depend on case 2013-02-08 19:54:29 +01: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
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
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
Stefan Breunig
db51dbbc60 probably fix #1. Please report back if it works. 2013-02-07 16:25:06 +01:00
Stefan Breunig
6c6cd10827 implement nick highlight feature in chat 2013-02-05 15:33:15 +01:00
Stefan Breunig
7f7d716d2b auto linkify links in comments 2013-02-05 15:08:02 +01:00
Stefan Breunig
f85a3b2443 revert last commit, it broke scrolling. also replace expensive CSS rules with differen solution 2013-02-04 14:21:49 +01:00
Stefan Breunig
cdef7d2496 chrome fixes 2013-02-04 10:12:20 +01:00
Stefan Breunig
b7f1270ff6 make faction chat display almost work 2013-02-03 13:19:56 +01:00
Stefan Breunig
1369422ce3 don't show title on enlarged img 2013-02-01 22:54:58 +01:00
Stefan Breunig
25d6b4cdc5 preliminary chat support 2013-02-01 22:27:43 +01:00
Stefan Breunig
8e08fba4d9 remove loading message when zoomed out 2013-02-01 15:36:26 +01:00
Stefan Breunig
ca6879e8b9 fix updatebar 2013-02-01 13:57:29 +01:00
Stefan Breunig
7136a29234 fix bugs 2013-02-01 13:48:28 +01:00
Stefan Breunig
a07ee0cc3d so others may contribute 2013-02-01 13:11:14 +01:00