vita10gy
ffcbcbc7a6
Nits and style changes
2013-04-10 00:46:16 -05:00
vita10gy
055e584925
Merge branch 'master' into highlighter
2013-04-09 22:38:55 -05:00
Jon Atkins
0d51e045a0
disable input "keydown" on smartphones - it's redundant there (no tab key), breaks input editing, and has some impact on performance
...
fix #138
2013-04-10 04:07:20 +01:00
Jon Atkins
baaaf3e3f1
remove unnecessary absolute URLs. site-relative are used where possible (e.g. permalinks, rpc calls) - and a couple of protocol-relative one for automatic http/https matching
2013-04-08 05:09:01 +01:00
vita10gy
e1991ea8f6
Merge branch 'master' into highlighter
2013-04-05 20:46:28 -05:00
Jon Atkins
f48aca8864
more chat changes
...
- remove public @mentions from the faction chat channel
- add default case to chat text handling. if a new message fragment type is added, at least something will be shown in chat instead of being blank (as happened when AT_PLAYER was first introduced)
- highlight your own player name in the chat column in yellow for things you said/actions performed - similar to @mentions from other players
2013-04-05 23:58:55 +01:00
Jon Atkins
8b2472701a
make double-click on portal title in details panel close the panel
...
TODO: better interface (close button?), but at least there's *some* way of closing it now
2013-04-05 18:06:40 +01:00
vita10gy
08b9ca4efc
Merge branch 'master' into highlighter
2013-04-05 00:39:30 -05:00
vita10gy
bd151c68f3
AP highlighter and tweaks.
2013-04-05 00:17:48 -05:00
vita10gy
d646f2df6b
Portal Highlighter - Initial Check in
2013-04-04 23:08:59 -05:00
Jon Atkins
a2a9d3458d
add highlight to SYSTEM_NARROWCAST (your X on Y was destroyed by Z) messages
2013-04-05 00:36:38 +01:00
Jon Atkins
3a37667a7c
chat - oldest/newest timestamp handling rewrite
...
this fixes an issue that, in theory, could have occured with the public chat fetching and over 200 sequential skipped ([secure]) messages. the recent change to skip SYSTEM_NARROWCAST for faction chat was much more likely to trigger the same issue
also
- lighten the red colour used in public chat - was almost impossible to read before
- set the faction chat message count to 100 (it was 50, then bumpped to 200 briefly to work around chat issues)
2013-04-05 00:07:54 +01:00
Jon Atkins
77cdac87df
remove "your X on Y was destroyed by Z" messages from faction chat - #121
2013-04-04 16:56:07 +01:00
Jon Atkins
3a8ea9161b
fix chat player highlighting
...
- clicking on names now inserts them
- fix: if your name was @mentioned, followed by another @player, it didn't mark the line
2013-04-01 19:11:25 +01:00
Jon Atkins
270905c83a
enable zoom control for mobile (allows for one-touch zoom control)
...
move zoom control to under the layer control on smartphone layout
remove localstorage zoom control visibility setting - there was no way to configure it, so seemed a bit odd
2013-03-30 20:01:36 +00:00
Jon Atkins
cf343663e4
show lat,lng in poslink window - #100
2013-03-30 18:34:40 +00:00
Jon Atkins
39f5f9db2e
inject smartphone.css dynamically in code/smartphone.js - this makes it easy to switch between modes on a URL parameter
...
fix #88
2013-03-29 00:49:46 +00:00
Jon Atkins
bd736bab10
Merge pull request #71 from Fragger/main-remove-player-tracker-resources
...
Remove resources from main that are now in the player tracker plugin
2013-03-28 16:54:58 -07:00
Jon Atkins
4b3e84ce51
merge #86 , with some tweaks in the case AT_PLAYER area so it's cleaner
2013-03-28 23:32:46 +00:00
Jon Atkins
51804c80dd
allow forcing of mobile/desktop site with vp=m or vp=f URL parameters
...
this will allow the IITC Mobile app to include an option to choose desktop/mobile versions of IITC
for regular desktop browsers, don't expect it to work well with vp=m
2013-03-27 05:37:30 +00:00
vita10gy
0314fe90d5
Show portal title in gmaps
...
Closes issue #40
2013-03-25 23:43:08 -05:00
Fragger
0113c0b981
Remove resources from main that are now in the player tracker plugin
2013-03-25 13:14:34 -07:00
Kevin
953a50d0a9
Build in default marker icon images
2013-03-24 23:46:17 -07:00
Jon Atkins
0f04cc24a6
Merge pull request #46 from Fragger/master-base64-icons
...
Add in base64 image encoding to build system and move images over to use it
2013-03-23 12:38:24 -07:00
Fragger
5474b893a6
Add in base64 image encoding to build system and move images over to use it
2013-03-23 10:31:06 -07:00
Jon Atkins
ee4be2503e
Merge pull request #30 from teo96/master
...
#issue 29 : add nickname in the chat textbox when I click on it
2013-03-23 07:41:25 -07:00
Stefan Breunig
5a283759cc
I said “FIX #31”
2013-03-22 19:37:35 +01:00
Stefan Breunig
3684e64847
fix #31
2013-03-22 19:00:28 +01:00
Jon Atkins
6f870a2b58
quick fix for #24 - handle AT_PLAYER like TEXT in chat
2013-03-22 14:33:10 +00:00
teo96
a32adf6e6c
issue#29 add player name in chat box when click on it
2013-03-22 15:18:25 +01:00
Jon Atkins
4ce0da5056
large chunk of work towards a nicer build system
...
- plugins are now parsed for @@..@@ replacements
- main script and plugins have separate .meta.js files created - less web server load for update checks
- build script has variables for resource URL, update URL, etc, substituted via @@..@@ into main script and all plugins
2013-03-19 22:39:16 +00:00
Jon Atkins
bc5939818c
fix protocol-related error for http + https support
2013-03-16 20:21:05 +00:00
Jon Atkins
38f22989d6
fixed URL to new dist image folder
2013-03-16 20:07:27 +00:00
Jon Atkins
92a8bc3dfd
update URLs to point to my github page + dist server
2013-03-16 19:43:18 +00:00
Fragger
302ab34ad3
Add missing return data from getAttackApGain for Compute AP statistics plugin
2013-03-15 04:48:49 -07:00
Stefan Breunig
939006281d
Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages
2013-03-14 12:59:21 +01:00
Stefan Breunig
518467617e
Instead of determining the height of the sidebar and fixing it to
...
that, this patch uses the CSS pointer-events directive to make the
area between the side bar and the map status usable. This should
avoid cutting off the sidebar and force users to scroll even if
there is space available but still allow to interact with that area.
Please report if there are any problems with this.
fix #467 , fix #461
2013-03-14 12:56:39 +01:00
Bruno Barão
a0bc896559
Add a new hook after receiving new faction messages
2013-03-12 12:33:44 +00:00
Stefan Breunig
bc63c47d47
initiate copy on android instead of following links
2013-03-12 00:30:27 +01:00
Stefan Breunig
8f76951ca3
fix breakage from last commit
2013-03-11 20:34:14 +01:00
leCradle
d3270f698c
on android app: send intent for PosLink ( fixes #437 )
2013-03-11 20:24:51 +01:00
Stefan Breunig
a609c77929
Merge pull request #436 from billybennett/gh-pages
...
Pull for issue #306
2013-03-11 04:00:23 -07:00
billybennett
1dfeb791b0
Friendly/Enemy AP gain
...
Should merge now.
2013-03-11 05:39:08 -04:00
Richard Bradshaw
7d2333e504
Update boot.js
...
Added retina support.
2013-03-10 18:45:26 +00:00
Stefan Breunig
70211b700c
fix select-one toggle in layer chooser for desktop browsers
2013-03-10 14:16:33 +01:00
Stefan Breunig
dbdf98ddfb
remove alert debug; handle logging cyclic objects
2013-03-10 14:15:37 +01:00
vita10gy
a189fab9c4
nits
2013-03-09 09:47:22 -06:00
vita10gy
9cd15edc54
USPS Chat Log - Take 5
2013-03-09 01:38:45 -06:00
Stefan Breunig
17c6227412
don’t use reserved keyword in JS as variable
2013-03-08 12:29:36 +01:00
Stefan Breunig
bcc4b68741
fix oversight breaking back
2013-03-08 11:47:44 +01:00