393 Commits

Author SHA1 Message Date
Kevin
f767b939ad Only need markdown and not GFM for .md files 2013-04-16 20:30:25 -07:00
Kevin
ae8200d7be Add ATTRIBUTION.md to About IITC pop up 2013-04-16 20:18:21 -07:00
Jon Atkins
2f5b117998 Merge pull request #154 from vita10gy/location
Add current location button to geo search
2013-04-14 07:14:11 -07:00
Fragger
1f10846c6b Update hook documentation 2013-04-13 21:34:56 -07:00
Fragger
4529f6c3ec Add portalGuid to beforePortalReRender hook data 2013-04-13 21:08:11 -07:00
Jon Atkins
326df3af26 add a close button to the portal detail display - some people like to be able to hide it
show linked portals updated - the positioning needed changing
2013-04-14 01:23:35 +01:00
Diskordia
2403042179 Update redeeming.js
support for Powercubes
2013-04-14 01:02:25 +03:00
Jon Atkins
f8768acf63 add note about missing support for reporting power cubes when redeeming
need to capture the traffic to see the data format for this - tricky!
2013-04-13 22:12:34 +01:00
Jon Atkins
99d52dad8a various cleanups to the portal detail display links
- removed 'donate'
- made case consistant - upper case 1st letter
- shortened excessively long links (IAPS) - but added title text on links with more detailed descriptions
inspired by #135
2013-04-13 21:18:26 +01:00
vita10gy
4f26a6e68d Add current location button to geo search 2013-04-13 00:33:46 -05:00
Jon Atkins
5f4e0192a0 added MapQuest OSM tiles - these native tiles work much more smoothly than the Google tile layers, so are best for a default 2013-04-13 02:31:47 +01:00
Philipp Schaefer
d9ead0597f made osm-less layer chooser work again (fix for #152) 2013-04-12 23:25:32 +02:00
Stefan Breunig
934fa8242d remove broken cm api key (see #152 2013-04-12 19:00:19 +03:00
Hobadee
cd7257cc5f Update utils_misc.js 2013-04-11 13:43:03 -07:00
Hobadee
565861f0d8 Update utils_misc.js 2013-04-11 13:39:42 -07:00
Hobadee
6f01852568 Update utils_misc.js 2013-04-11 13:30:34 -07:00
Hobadee
502a7e1637 Update utils_misc.js 2013-04-11 13:18:34 -07:00
Hobadee
3d61ee3884 Update utils_misc.js 2013-04-11 13:15:43 -07:00
Jon Atkins
5ba407f2e4 Merge pull request #141 from Fragger/alert-callback
Adds an optional callback function to alerts when being closed
2013-04-11 08:31:07 -07:00
Jon Atkins
bc13a8eeda Merge pull request #140 from Fragger/pos-url-fix
Fix url links for zoom, add ll param support from stock intel link button
2013-04-11 08:25:57 -07:00
Jon Atkins
dcd88cd502 add comment clarifying "return false" in "$.each" acts as a "break" - not obvious to those less familiar with jQuery 2013-04-11 16:21:14 +01:00
Jon Atkins
9b4eaaf4e8 Merge branch 'master' of https://github.com/vbfox/ingress-intel-total-conversion 2013-04-11 16:19:35 +01:00
Kevin
f2df5643f9 Adds an optional callback function to alerts when being closed 2013-04-10 05:33:43 -07:00
Kevin
15ea225d10 Fix url links for zoom, add ll param support from stock intel link button 2013-04-10 03:49:23 -07:00
Julien Roncaglia
f13985b1f9 Fix clicking on cited player name inserting the nickname without '@' in the chat 2013-04-10 07:14:09 +02:00
Julien Roncaglia
c6118a47c2 Fix click on player name in chat doing nothing
It only worked when player tracker wasn't installed
2013-04-10 07:10:29 +02: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
Julien Roncaglia
1a8d15d1c5 Add 2 new hooks: geoSearch and nicknameClicked
For both of them returning false will interupt the default action

'geoSearch' is called when something is entered in the search box.
The argument is the string entered in the search box

'nicknameClicked' is called when a nickname is cliked.
The argument is an object with 2 properties:
 - 'event' contain the standard event object
 - 'nickname' contain the nick of the user
2013-04-09 22:40:34 +02: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
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
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