Jon Atkins
1a3a9581d4
update userscript header to match the others
2013-03-21 01:21:47 +00:00
Jon Atkins
f94e9a477d
new plugin - portals list (from @teo96)
2013-03-21 01:19:56 +00: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
bd2f371d64
autobuild.sh passes through build name to build.py
...
build.py gives useful error message when no build name is supplied
2013-03-19 23:53:46 +00:00
Jon Atkins
4a0f2aa5e4
added a build settings file, and build script uses it
...
ignored compiled python .pyc files
2013-03-19 23:43:15 +00:00
Jon Atkins
46bfed5d2f
use @@..@@ replacements for hard-coded URLs in plugins
2013-03-19 22:51:51 +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
6984510ac9
Update README.md
2013-03-18 16:07:57 +00:00
Jon Atkins
c3f10ff892
Update README.md
2013-03-17 17:38:08 +00:00
Jon Atkins
6b77227a78
render limit plugin: increase to 5 times the IITC defaults
2013-03-17 01:37:04 +00:00
Jon Atkins
9a581061e1
player tracker
...
- line colour changed to yellow - easier to see on map
- track time changed from 1 to 3 hours
2013-03-17 01:33:33 +00:00
Jon Atkins
d4a9042e48
start a changelog, for reference...
2013-03-16 23:54:58 +00:00
Jon Atkins
6bbab0d408
Update README.md
2013-03-16 23:34:52 +00:00
Jon Atkins
e0d55bec88
delete empty doc
2013-03-16 22:48:47 +00:00
Jon Atkins
7fb73b1e75
Update README.md
2013-03-16 22:43:08 +00:00
Jon Atkins
c038e822fc
readme update 2
2013-03-16 22:39:11 +00:00
Jon Atkins
2797ac0ee4
add some basic info to the readme
2013-03-16 22:36:34 +00:00
Jon Atkins
88514b114e
fix some dodgy DOS-style newlines
2013-03-16 22:30:27 +00:00
Jon Atkins
8c40a72e27
fix some more github URLs
2013-03-16 21:03:15 +00:00
Jon Atkins
bb7fb7dc1b
ignore my local script
2013-03-16 20:42:44 +00:00
Jon Atkins
f097673f70
delete built output - not needed in github now dist is on a separate server
2013-03-16 20:21:32 +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
9b424c328c
remove forced redirect from http to https
2013-03-16 20:05:29 +00:00
Jon Atkins
1d4d125605
update plugin URLS for my branch + dist server
...
bump version numbers for this reason
also, allow plugins for both http and https URLs, in preperation for supporting both
2013-03-16 19:59:46 +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
b74ca8469f
Merge pull request #481 from Fragger/ap-stats-nan-fix
...
Add missing return data from getAttackApGain for Compute AP stats plugin
2013-03-15 06:24:54 -07:00
Fragger
302ab34ad3
Add missing return data from getAttackApGain for Compute AP statistics plugin
2013-03-15 04:48:49 -07:00
leCradle
baacdb7014
bump version number for mobile
2013-03-14 20:34:06 +01:00
leCradle
f0c6212523
removed old app icon
2013-03-14 20:27:41 +01:00
leCradle
6b09b45dbc
added new app icon ( closes #407 )
...
thx to Lukas Funk (https://plus.google.com/108901533206068733360/ )
2013-03-14 20:23:01 +01:00
leCradle
393c9a9172
added refresh icons to drawables
2013-03-14 17:53:19 +01: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
leCradle
7d5ae02a2a
icons for reload and get location
2013-03-14 09:15:43 +01:00
leCradle
48ee3ab008
added http intent (fix for #473 )
2013-03-14 09:15:00 +01:00
Stefan Breunig
2184bfd0f6
Merge pull request #462 from Xelio/plugin-ap-list-patch-1
...
Plugin AP List: New function and change
2013-03-14 00:37:32 -07:00
Xelio
afb8c78a05
Plugin AP List: New function - Simulating the AP change of other portals when a portal is destroyed. Change: Show counts of Resonators, Links, Control Fields of a portal in enemy portal AP breakdown.
2013-03-14 01:58:15 +08:00
Stefan Breunig
c5012c2d3b
Merge pull request #454 from bbarao/gh-pages
...
New Hook: After receiving new faction messages
2013-03-12 12:45:15 -07:00
Bruno Barão
a0bc896559
Add a new hook after receiving new faction messages
2013-03-12 12:33:44 +00:00
leCradle
400ab54787
removed not used code from main activity
2013-03-12 11:44:54 +01:00
Stefan Breunig
931bab043a
Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages
2013-03-12 10:15:01 +01:00
Stefan Breunig
2c07d2b803
only update the GMaps part that require updating.
...
Even when the zoom doesn’t change by repeatedly calling setZoom,
Firefox shows network operations. These can be avoided, although
this doesn’t improve the performance much when using the GMaps
layers.
2013-03-12 10:12:31 +01:00
Stefan Breunig
d9fcbcbf5d
Merge pull request #452 from Fragger/mu-count-click-fix
...
Fix MU count's blocking clicking on other things
2013-03-12 01:36:51 -07:00
Fragger
14db5fd6ab
Fix MU count's blocking clicking on other things.
2013-03-12 01:10:36 -07:00
Stefan Breunig
e71f079fa4
Merge pull request #450 from vita10gy/sb-mu-bar
...
Mu Bar Kicked onto 2 lines when ratio was 1/99
2013-03-11 23:23:21 -07:00
vita10gy
cd0cf5aebe
Mu Bar Kicked onto 2 lines when ratio was 1/99
2013-03-11 23:58:29 -05:00
leCradle
ce6e7561e5
added copy text to JSInterface
2013-03-12 00:41:20 +01:00
Stefan Breunig
bc63c47d47
initiate copy on android instead of following links
2013-03-12 00:30:27 +01:00