Commit Graph

41 Commits

Author SHA1 Message Date
10da1dee83 Added jQuery UI tooltips 2013-02-12 19:34:16 +01:00
331d9a3781 add debugging/console capability to devices where it is not available or easily accessibile 2013-02-12 10:01:21 +01:00
e761a01aed fixed various minor sidebar layout issues 2013-02-12 08:58:06 +11:00
de7f1e9754 fix leaflet layer selector not being usable with sidebar collapsed 2013-02-11 19:18:42 +01:00
eb41b6a4cd another typo 2013-02-11 19:12:12 +01:00
43245bf425 add update notice for old users and hide it for all on the current version 2013-02-11 18:17:52 +01:00
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
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
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
74be29ea29 Made the sidebar transparent like the chat box 2013-02-11 12:33:44 +11:00
0ac05647df merged upstream changes 2013-02-11 10:06:40 +11:00
9c56d64447 Made toggle arrow longer & removed unneeded DOM manipulations 2013-02-11 09:42:18 +11:00
7b7f229ac5 Change resonators render min zoom level and radius
Change:
Resonators render minimum zoom level 16 -> 17
Resonators render radius 4 -> 3
Some cleanup and performance tuning
2013-02-11 02:22:35 +08:00
370f34a793 Change guid format of resonator
Change:
Guid format of resonator change to following,
[portal guid]-resonator-[slot]

Some code cleanup
2013-02-10 22:52:11 +08:00
6936ef1d05 Resonators deletion of zoom level move
Change:
Move resonators deletion to 'zoomend' event of map.
Some clean up of code.
2013-02-10 22:23:01 +08:00
2647d58e60 Added toggle to collapse sidebar (without old code this time) 2013-02-10 23:03:10 +11:00
79b1f2b840 Revert "Added toggle to collapse sidebar" due to old code in commit
This reverts commit 9440e432de.
2013-02-10 22:56:53 +11:00
9440e432de Added toggle to collapse sidebar 2013-02-10 22:51:54 +11:00
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
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
c9045aa988 handle load fails better 2013-02-09 15:19:41 +01:00
db5747fb73 only pull in data from GitHub pages to reduce risk of being down. 2013-02-09 15:06:48 +01:00
6b19e79e07 add plugin basics and fix #31 by providing it as plugin 2013-02-09 13:52:10 +01:00
a8f76ebb5b make nick highlighting not depend on case 2013-02-08 19:54:29 +01:00
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
965c4f0156 fix chat input being too narrow 2013-02-08 12:52:19 +01:00
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
9f1e1e1077 fix border for portal images being wrong for resistance 2013-02-08 12:31:10 +01:00
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
db51dbbc60 probably fix #1. Please report back if it works. 2013-02-07 16:25:06 +01:00
6c6cd10827 implement nick highlight feature in chat 2013-02-05 15:33:15 +01:00
7f7d716d2b auto linkify links in comments 2013-02-05 15:08:02 +01:00
f85a3b2443 revert last commit, it broke scrolling. also replace expensive CSS rules with differen solution 2013-02-04 14:21:49 +01:00
cdef7d2496 chrome fixes 2013-02-04 10:12:20 +01:00
b7f1270ff6 make faction chat display almost work 2013-02-03 13:19:56 +01:00
1369422ce3 don't show title on enlarged img 2013-02-01 22:54:58 +01:00
25d6b4cdc5 preliminary chat support 2013-02-01 22:27:43 +01:00
8e08fba4d9 remove loading message when zoomed out 2013-02-01 15:36:26 +01:00
ca6879e8b9 fix updatebar 2013-02-01 13:57:29 +01:00
7136a29234 fix bugs 2013-02-01 13:48:28 +01:00
a07ee0cc3d so others may contribute 2013-02-01 13:11:14 +01:00