Xelio 
							
						 
					 
					
						
						
							
						
						86eb0a9025 
					 
					
						
						
							
							Add resonator energy% to resonator detail  
						
						... 
						
						
						
						Change:
Add resonator energy% to resonator detail.
Change shadow color of resonator level and energy% to #808080 , more clear for L1 and L2 resonator 
						
						
					 
					
						2013-02-09 01:18:13 +08:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						8dc0f3b3e0 
					 
					
						
						
							
							Merge pull request  #50  from firetech/fixes  
						
						... 
						
						
						
						Use keydown for key press detection in chat. 
						
						
					 
					
						2013-02-08 08:52:51 -08: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 
							
						 
					 
					
						
						
							
						
						9316d49e68 
					 
					
						
						
							
							get time for chat input differently, so it reflects the local time  
						
						
						
						
					 
					
						2013-02-08 17:25:35 +01:00 
						 
				 
			
				
					
						
							
							
								Joakim Andersson 
							
						 
					 
					
						
						
							
						
						7a9f75a2ef 
					 
					
						
						
							
							Use keydown for key press detection in chat.  
						
						... 
						
						
						
						Fixes tab completion in Chrome. Closes  #45 . 
						
						
					 
					
						2013-02-08 16:41:11 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						0720be5093 
					 
					
						
						
							
							Merge pull request  #43  from mledoze/gh-pages  
						
						... 
						
						
						
						Renamed cardinal to octant 
						
						
					 
					
						2013-02-08 06:24:31 -08: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 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						46303be80a 
					 
					
						
						
							
							rename 'tell public' to something else, so it doesn’t collide with a player name.  
						
						... 
						
						
						
						(yeah I’m watching at least two people right now with very unfortunate name choices. Also, whoever is named 'broadcast' owes me a beer.) 
						
						
					 
					
						2013-02-08 14:50:55 +01:00 
						 
				 
			
				
					
						
							
							
								mledoze 
							
						 
					 
					
						
						
							
						
						20d7eb92b4 
					 
					
						
						
							
							renamed cardinal to octant  
						
						
						
						
					 
					
						2013-02-08 13:00:55 +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 
							
						 
					 
					
						
						
							
						
						12d1c03f97 
					 
					
						
						
							
							Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages  
						
						
						
						
					 
					
						2013-02-08 09:49:56 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						b7304142af 
					 
					
						
						
							
							merge 'display additional resonator details'  
						
						
						
						
					 
					
						2013-02-08 09:47:22 +01:00 
						 
				 
			
				
					
						
							
							
								Xelio 
							
						 
					 
					
						
						
							
						
						d4a781d4dc 
					 
					
						
						
							
							Fixing bug in window.chat.setupTime  
						
						... 
						
						
						
						Problem:
"#chatinput time" use "toLocaleTimeString().slice(0, 5)" to get time, but hh:mm not always at 0-5 in all locale
Fix:
Use "toISOString().slice(11, 16)" to get time for "#chatinput time" 
						
						
					 
					
						2013-02-08 13:50:06 +08:00 
						 
				 
			
				
					
						
							
							
								JasonMillward 
							
						 
					 
					
						
						
							
						
						ecb383158b 
					 
					
						
						
							
							Changed colour to color, remove color from old span tag  
						
						
						
						
					 
					
						2013-02-08 16:04:41 +10:30 
						 
				 
			
				
					
						
							
							
								JasonMillward 
							
						 
					 
					
						
						
							
						
						64ccf2928d 
					 
					
						
						
							
							Added resonator level to portal info panel  
						
						
						
						
					 
					
						2013-02-08 12:24:33 +10:30 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						a5549346ba 
					 
					
						
						
							
							Merge pull request  #18  from integ3r/gh-pages  
						
						... 
						
						
						
						Display items, AP, and XM for redeemed passcodes 
						
						
					 
					
						2013-02-07 17:52:47 -08: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 
						 
				 
			
				
					
						
							
							
								JasonMillward 
							
						 
					 
					
						
						
							
						
						f5b9dfa824 
					 
					
						
						
							
							Added in temp resonator levels  
						
						
						
						
					 
					
						2013-02-08 11:21:11 +10:30 
						 
				 
			
				
					
						
							
							
								Morgan Jones 
							
						 
					 
					
						
						
							
						
						211b039be6 
					 
					
						
						
							
							Parse items, AP, and XM response for passcodes, displaying information about the passcode's rewards.  
						
						
						
						
					 
					
						2013-02-07 18:50:39 -06:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						7ebb0f9624 
					 
					
						
						
							
							nits for last merge  
						
						
						
						
					 
					
						2013-02-08 01:40:41 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						5904d06756 
					 
					
						
						
							
							Merge pull request  #22  from JasonMillward/gh-pages  
						
						... 
						
						
						
						Added portal mod information to span tool tips 
						
						
					 
					
						2013-02-07 16:35:45 -08:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						0f5ad094c4 
					 
					
						
						
							
							explain what the strange link info shows  
						
						
						
						
					 
					
						2013-02-08 00:54:13 +01:00 
						 
				 
			
				
					
						
							
							
								JasonMillward 
							
						 
					 
					
						
						
							
						
						f98e0845a3 
					 
					
						
						
							
							Added portal mod stats to span tooltip  
						
						
						
						
					 
					
						2013-02-08 10:09:47 +10:30 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
						
						290ce87e72 
					 
					
						
						
							
							fix geosearch with non-ascii chars ( fixes   #20 )  
						
						
						
						
					 
					
						2013-02-08 00:09:29 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						258e75918d 
					 
					
						
						
							
							fix   #3  
						
						
						
						
					 
					
						2013-02-07 16:33:02 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						db51dbbc60 
					 
					
						
						
							
							probably  fix   #1 . Please report back if it works.  
						
						
						
						
					 
					
						2013-02-07 16:25:06 +01:00 
						 
				 
			
				
					
						
							
							
								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 
							
						 
					 
					
						
						
							
						
						fc123d7abf 
					 
					
						
						
							
							enable chat tab completion  
						
						
						
						
					 
					
						2013-02-05 17:25:04 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						5f42c6a2d0 
					 
					
						
						
							
							fix portal range being larger zero even if resos are missing  
						
						
						
						
					 
					
						2013-02-05 16:06:57 +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 
							
						 
					 
					
						
						
							
						
						e61eeab2bd 
					 
					
						
						
							
							well fix it right  
						
						
						
						
					 
					
						2013-02-05 14:26:57 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						b0d5695b44 
					 
					
						
						
							
							fix portal level calc for low level portals  
						
						
						
						
					 
					
						2013-02-05 14:24:49 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						71bfeff678 
					 
					
						
						
							
							remove array with portal details references that might have been leaking. Instead, store the details with the rendered portals so removal is handled automatically  
						
						
						
						
					 
					
						2013-02-04 16:15:25 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						302de091e6 
					 
					
						
						
							
							handle clearing differently to avoid clearing text before new one is available. Also throw some more magic at scrolling in chat so it works better.  
						
						
						
						
					 
					
						2013-02-04 15:03:24 +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 
							
						 
					 
					
						
						
							
						
						1f2c5514d4 
					 
					
						
						
							
							make sure chat sticks to the bottom of the chat window to prevent moving when loading  
						
						
						
						
					 
					
						2013-02-04 14:02:52 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Breunig 
							
						 
					 
					
						
						
							
						
						cdef7d2496 
					 
					
						
						
							
							chrome fixes  
						
						
						
						
					 
					
						2013-02-04 10:12:20 +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 
							
						 
					 
					
						
						
							
						
						a7db7e656a 
					 
					
						
						
							
							make faction chat display work completely  
						
						
						
						
					 
					
						2013-02-03 14:20:21 +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