Xelio
4c26eac9ab
Plugin AP List: Add table header and change how the table is bulit
2013-03-22 16:44:05 +08:00
Xelio
4011f7ca21
Plugin AP List: New Feature - Effective portal level
2013-03-22 14:20:10 +08:00
Jon Atkins
aea6f38b40
Merge pull request #14 from Xelio/plugin-ap-list-patch-3
...
Plugin AP List patch
2013-03-21 22:30:35 -07:00
Jon Atkins
c2742429c0
revert player tracker line colour change (from yellow, back to magenta) - fix #23
2013-03-22 05:26:46 +00:00
Jon Atkins
d0245394a3
build.py - read optional defaultBuild from localbuildsettings.py
...
fix for #20
also, some other minor tweaks/cleanups in that area of the code
2013-03-22 03:55:00 +00:00
Jon Atkins
f0e3de1a80
fix build.py so it works with python3
2013-03-21 14:45:44 +00:00
Xelio
bb1ace48b0
Plugin AP List: Move css rules to ap-list.css
2013-03-21 22:31:08 +08:00
Jon Atkins
ed222a8659
Merge pull request #15 from teo96/master
...
Plugin portals-list complete git workflow
2013-03-21 07:00:08 -07:00
teo96
c643bf91d2
change sort function and commit from git
2013-03-21 08:54:55 +01:00
Xelio
34847236df
Plugin AP List: New Features 2
...
Add indicator of portal after single click on portal name. Which is a circle decreasing from size of screen to size of portal. For quickly locate clicked portal.
2013-03-21 15:53:34 +08:00
Xelio
8bf54a4ae6
Plugin AP List: Restructure styles of element to css rules
2013-03-21 15:53:28 +08:00
Xelio
de284ec883
Plugin AP List: New Features
...
Clicking the current "Enemy" or "Friendly" label again will scroll the sidebar to top.
2013-03-21 15:52:57 +08:00
Jon Atkins
0a9b80a386
Merge pull request #12 from Fragger/contribs
...
Start contribs file for those who have contributed
2013-03-20 22:27:21 -07:00
Kevin
12f52245be
Start contribs file for those who have contributed
2013-03-20 22:20:31 -07:00
Jon Atkins
a7f2f51ab3
Update README.md
2013-03-21 03:45:33 +00:00
Jon Atkins
06778b2a6a
build improvements
...
- add optional localbuildsettings.py
- remove the 'jonatkins' and 'jonatkins-dev' from buildsettings.py - some devs were using them and it'll give them unexpected update behaviour
- add a 'local' build - uses the public release for external resources (rather than a local web server as for local8000), but no distUrlBase. perfect for code-only changes
- distUrlBase can now be None - no more wacky invalid URLs
(the resourceUrlBase will become redundant once all resources are embedded, but that's still pending)
2013-03-21 03:36:12 +00:00
Jon Atkins
8e7681427e
Merge remote-tracking branch 'origin/master'
2013-03-21 02:15:11 +00:00
Jon Atkins
27f02cd46e
missed userscript header updates
2013-03-21 02:14:32 +00:00
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
Stefan Breunig
1f3dccc6ad
fix QR code not being readable sometimes (patch by Fragger)
...
fixes breunigs/ingress-intel-total-conversion#487
fixes breunigs/ingress-intel-total-conversion#486
2013-03-20 23:12:48 +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
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