Stefan Breunig
2023e33567
more work for #179 .
...
Due to changed display of the portal image it now doesn’t flicker anymore,
which simplifies code a lot.
2013-02-16 10:02:18 +01:00
Jon Atkins
64a78076d8
fix permalink zoom level
2013-02-14 18:59:58 +00:00
Jon Atkins
750d01afcf
fix permalink zoom level
2013-02-14 18:58:48 +00:00
Stefan Breunig
4ecb7c66d7
make uniqueArray its own function
2013-02-11 16:51:14 +01:00
Stefan Breunig
63083407ed
add info about other types
2013-02-11 13:14:03 +01:00
Stefan Breunig
e92a9e13b1
add permalink feature
2013-02-10 23:49:01 +01:00
Stefan Breunig
1816e153f6
fix #85
2013-02-10 20:05:46 +01:00
Stefan Breunig
fb656a4982
Merge pull request #78 from Xelio/patch-map-resonator
...
draw resonators for each portal on map for high zoom levels (17+). Patch by Xelio.
2013-02-10 10:26:52 -08:00
Xelio
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
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
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
53ff334fe1
move getTypeByGuid to utils_misc.js and clean it up a little
2013-02-10 00:26:27 +01:00
Pavol Babincak
904be9b5b1
Display current energy for whole portal
2013-02-09 17:42:01 +01: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
JasonMillward
f0d2dcd7de
Added capitalize for strings
2013-02-08 10:02:37 +10:30
JasonMillward
977b52639e
Removed duplicate spaces
2013-02-08 10:01:57 +10:30
Stefan Breunig
5a022699ae
fix #2
2013-02-07 16:06:05 +01:00
Stefan Breunig
1cfd9330e6
meh, JS Date support is so annoyingly bad
2013-02-05 20:03:30 +01:00
Stefan Breunig
21ea5beabd
fix date for other locales
2013-02-05 19:47:44 +01:00
Stefan Breunig
f92c963a54
finish chat feature; hide low level portal on zoom out; introduce render limit
2013-02-04 02:52:24 +01:00
Stefan Breunig
ecfaca7f9b
more chat related stuff. public user chat and message posting is still missing though
2013-02-03 19:44:35 +01:00
Stefan Breunig
b7f1270ff6
make faction chat display almost work
2013-02-03 13:19:56 +01:00
Stefan Breunig
1c7a6ab70d
fix error when no error handling function was defined
2013-02-02 00:35:37 +01:00
Stefan Breunig
0a2890f196
improve actual and perceived performance
2013-02-02 00:35:15 +01:00
Stefan Breunig
25d6b4cdc5
preliminary chat support
2013-02-01 22:27:43 +01:00
Stefan Breunig
a07ee0cc3d
so others may contribute
2013-02-01 13:11:14 +01:00