142 Commits

Author SHA1 Message Date
Jon Atkins
c776a07fd6 decrease standard refresh time to 30 seconds, so chat is more up to date
increase map tile cache to 2 minutes, so the increased refresh for chat does not impact map data tile requests
2013-06-15 17:08:59 +01:00
Jon Atkins
ec8d305bcb bump version after 0.12.1 release, in preperation for the future 2013-06-12 18:12:39 +01:00
Jon Atkins
98f6f19731 clear document.body.onload at startup, to remove error from remains of stock intel initialisation 2013-06-08 20:29:19 +01:00
Jon Atkins
f9a8cd7ba6 bump version number in preperation for next build 2013-05-28 03:28:52 +01:00
Jon Atkins
ebe8f9e080 change neutral portal colour. grey was hard to see, orange stands out well on most map layers
fix #306
2013-05-28 03:24:29 +01:00
Jon Atkins
4f8164ffd7 add direction arrows after compas direction 2013-05-21 05:36:15 +01:00
Jon Atkins
84cb73d8e1 add @grant none to userscript headers - as recommended by greasemonkey 2013-05-20 03:12:19 +01:00
Jon Atkins
36dad3d58f increase refresh time for game score - it's not a time critical thing 2013-05-19 03:35:54 +01:00
Xelio
b5381603b8 Bug fix: Resonators didn't redraw sometimes after level of portal hide and reshow
And some code simplification.
2013-05-18 17:27:46 +08:00
Jon Atkins
65783ac0b1 Merge branch 'dialog' of https://github.com/integ3r/ingress-intel-total-conversion into integ3r-dialog 2013-05-10 02:33:21 +01:00
Jon Atkins
41510dffcd bump version in preperation for next release 2013-05-08 22:47:30 +01:00
Jon Atkins
f9539ac7dc increase refresh delay after move/zoom events, to further reduce redundant refresh cycles 2013-05-08 22:20:44 +01:00
Jon Atkins
7cbf9d77cd change neutral portal colour to match the grey of the stock map - never was a fan of the yellow 2013-05-08 21:59:33 +01:00
Morgan Jones
9b56ac0982 * Revert userscript headers from local build 2013-05-07 16:37:20 -06:00
Morgan Jones
1f3dfacafc * Branding 2013-05-06 17:11:36 -06:00
Morgan Jones
84f5499c18 * Window manager stuff. Multiple windows can be opened now. Still resolving bugs. 2013-05-06 17:09:39 -06:00
Morgan Jones
93c039e295 * Work toward multiple dialog boxes 2013-05-06 13:13:15 -06:00
Jon Atkins
308459178d improve refresh handling
- increase timeout on zoom/move end to 0.8 seconds
- prevent repeated refreshes faster than every 5 seconds
- delay initial refresh on load - should prevent immediate refresh after page load

fix #200
2013-05-01 01:57:02 +01:00
Jon Atkins
a1b76f78bb Merge pull request #214 from Xelio/patch-layer-control-status
Add function to store layer control status (overlay only) in cookie for using in next session.
2013-04-30 11:29:07 -07:00
Jon Atkins
46cc5a6adc bump version number in preperation of next release (and partly to confirm automated build system is working) 2013-04-30 04:47:36 +01:00
Xelio
2556a1ab8d Add function to store layer control status (overlay only) in cookie for using in next session. 2013-04-28 23:58:53 +08:00
Jon Atkins
494d388329 bump version number in preperation for next release 2013-04-24 13:55:16 +01:00
Jon Atkins
395c27a9d2 bump version number for fixed coordinate calculations 2013-04-24 13:32:15 +01:00
Jon Atkins
8f45a2a884 bump version number to 0.11.0 2013-04-24 02:16:29 +01:00
vita10gy
594e55cdc6 Merge branch 'master' into location 2013-04-15 00:14:56 -05:00
vita10gy
2719d3bc98 extras 2013-04-15 00:13:57 -05: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
Jon Atkins
f2dfeb29bb cleanups to the toolbox
- remove   - use style sheets to prevent wrapping within links
- make more consistant with the cleanups made to the .linkdetails links
for #135
2013-04-13 21:45:30 +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
Jon Atkins
04b5e3e52b minor cleanups to the #toolbox
- ensure each added item in plugins has a space before
- use   in links so they're not split over lines
- make case consistant between core IITC and plugins
2013-04-12 14:55:08 +01:00
Hobadee
dc9e85be07 Update main.js 2013-04-11 13:33:01 -07:00
Hobadee
b1fa8a830a Update main.js 2013-04-11 13:17:39 -07: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
1d55fc5d31 bump version number, for further chat fixes 2013-04-05 00:11:18 +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
e5e4a00589 faction chat data now includes messages about our own destroyed resonators, etc. these are filtered out for display
therefore it makes sense to request more data in one go, as is done for the public chat
2013-04-04 23:04:00 +01:00
Jon Atkins
30549ea319 bump version number for published chat fix 2013-04-04 17:25:34 +01:00
Jon Atkins
75afa6e2f1 bump version number for new release 2013-04-01 23:36:19 +01: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
1e4d304890 bump version number in preperation for new release with all resources embedded 2013-03-25 19:30:07 +00:00
Jon Atkins
f5f57fc097 change the "IITC's page" link to point to http://iitc.jonatkins.com/ 2013-03-24 19:08:44 +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
380bbfda32 more build tweaks
- make update URLS https - required by firefox+greasemonkey
- add build name + date/time to description of all plugins, and moved to front for main IITC
- ensure all plugins have a A.B.C. version number format - required now they append the date+time digits
- no smooth upgrade path from current 'dist' folder - so changed to 'release'. users will have to manually update this time, but will be fine fron now onwards (in theory!)
2013-03-20 04:34:16 +00: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
9b424c328c remove forced redirect from http to https 2013-03-16 20:05:29 +00:00
Jon Atkins
64f4f57068 bump version number - some changes committed that weren't in previous dist build 2013-03-16 19:45:53 +00:00
Jon Atkins
92a8bc3dfd update URLs to point to my github page + dist server 2013-03-16 19:43:18 +00:00
Stefan Breunig
bc63c47d47 initiate copy on android instead of following links 2013-03-12 00:30:27 +01:00
Stefan Breunig
8bfd2b7724 fix broken 0.8 build 2013-03-11 11:26:35 +01:00