38 Commits

Author SHA1 Message Date
Jon Atkins
b0dd95e694 make guessed player levels still show "(guessed)" for level 8 - as since the introduction of jarvis virus/ada refactor it can be wrong 2013-07-21 17:15:55 +01:00
Jon Atkins
e321b06875 jquery update (i expect) broke $(window).on - $(document).on works instead
also changed guess player levels plugin from using jquery .delegate to .on - as the former is deprecated
2013-07-20 19:42:43 +01:00
Jon Atkins
3c70b6c5f5 guess player levels plugin: add a 'reset' button to the dialog to reset the guessed levels
handy to clear out bad guesses due to ada refactor/jarvis virus use
2013-06-15 20:46:43 +01:00
Jon Atkins
7d75a928cf plugin wrapper code - convert to use build.py macros. this ensures it's identical in all plugins, so the mobile app can remove/modify it without issues. also makes it easy to change if required 2013-06-14 20:27:54 +01:00
Philipp Schaefer
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
Jon Atkins
7eb6d7ef4f guess player levels: ignore resonator levels for impossible counts, as the result of an ada refactor/jarvis virus
fix #326
2013-05-28 02:41:38 +01:00
Jon Atkins
706b5132ea guess player levels
- set an id to prevent mulitple instances being opened
- pass in a width, overriding the default 300px
2013-05-27 04:58:45 +01:00
Jon Atkins
9b8cac9e6f run the name resolving process after showing the dialog - it's not automatic 2013-05-27 03:13:34 +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
f1a6909c8e bump version number for previous change 2013-05-19 03:37:55 +01:00
Jon Atkins
6f6cf8efe9 change guess-player-levels to use existing functions to turn name to guid
this prevents it from unnecessary server calls to convert all player GUIDs into names, when we only care about already resolved names
also gives a single point for optimisation of name to guid lookup if required
2013-05-19 03:36:13 +01:00
Morgan Jones
dfadadd296 IITC Dialog Overhaul, part 2
Core changes
* window_management.js => panes.js (clarity, distinction from dialogs)
* Make portal preview use dialogs instead of the large preview "window"
* Use `open' callback instead of `create' callback for all dialogs
* Replace collapse/close buttons with themed buttons inspired by the AP Gain plugin
* Dialogs can now gain and lose focus, with changing title bar
* Tweak the Poslinks window to use dialogs
* Add collapseCallback, expandCallback, collapseExpandCallback, focusCallback, and blurCallback
* Fix http <img> in About dialog that caused Chrome to complain

Plugin changes
* guess-player-level 0.4.1: Use dialogs with titles, typo fix
* portal-counts 0.0.8: Use dialogs with titles, typo fix
* portals-list 0.0.12: Don't hijack every single dialog onscreen, add titles, typo fix
* scoreboard 0.1.8: Use dialogs with titles
2013-05-08 03:39:36 -06:00
Jon Atkins
f2dfeb29bb cleanups to the toolbox
- remove &nbsp; - 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
Jon Atkins
04b5e3e52b minor cleanups to the #toolbox
- ensure each added item in plugins has a space before
- use &nbsp; 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
vita10gy
7977a1a315 Forgot to bump version numbers 2013-03-28 21:22:37 -05:00
vita10gy
d749bedfc4 Added Comment 2013-03-28 20:46:04 -05:00
vita10gy
8296b4db5b Player level In player traker 2013-03-28 20:30:10 -05: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
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
Stefan Breunig
7485cd6040 Merge pull request #334 from boombuler/player_lvl_on_infoscreen
Fixed the guess player level plugin on the portaldetails
2013-03-11 01:32:55 -07:00
Stefan Breunig
7b0a8ecd03 fix guessed notice for "guess player levels" 2013-03-08 01:30:44 +01:00
sutepasu
612006a7d6 Change label 'Average' to 2013-03-03 02:52:21 +07:00
sutepasu
8067d20117 v0.3, fix divide-by-zero, change tabs to space 2013-03-03 02:39:25 +07:00
sutepasu
c06682b991 Adding total level, total player and average level
Adding total level, total player and average level on each faction.

Adding line feed  and removing one tab on line 111 so the output will be properly generated.
2013-03-02 23:18:39 +07:00
boombuler
59371e09a3 added some comments 2013-03-01 22:08:22 +01:00
boombuler
3f76d6c7a6 prevent browser tooltip 2013-02-27 15:47:16 +01:00
boombuler
5fba0a4179 add the playerlevel to all "nickname"-classed elements 2013-02-27 13:05:20 +01:00
Stefan Breunig
01796f2aa2 bump version number for all plugins since their match/include URL has been updated 2013-02-26 01:12:51 +01:00
Stefan Breunig
538b57c7f7 Due to ingress.com/intel now force-redirecting to the HTTPS version,
loading dependencies just got a lot harder. External JS and CSS files
are now included directly in the file while building. This does not yet
work for plugins. I will make an emergency release soon, so at least
main works.
2013-02-25 23:58:07 +01:00
Cameron Moon
1e4c372bdd Changed all instances of Enlightenment to Enlightened 2013-02-25 15:51:09 +11:00
Stefan Breunig
1ddf07cd5e fix #162 2013-02-22 17:40:54 +01:00
Stefan Breunig
f96745e1bc fix #241 2013-02-22 16:23:21 +01:00
Pavol Babincak
6b8c454af3 Player level label renamed to minimal player level 2013-02-10 00:22:24 +01:00
Pavol Babincak
423106f8d0 Set title with player's level for owner of resonator 2013-02-09 20:04:22 +01:00
Pavol Babincak
0bbf6c46a2 Display players level on mouse hover in chat 2013-02-09 19:36:49 +01:00
Stefan Breunig
6fabe5c5b0 accidentally commited old version of guess-player script. Likely it didn’t work at all. Fixes #65 2013-02-09 18:03:56 +01:00
Stefan Breunig
6b19e79e07 add plugin basics and fix #31 by providing it as plugin 2013-02-09 13:52:10 +01:00