Moderator: Tech Team
paulk wrote:I get the blinking Update available for both BOB and clicky maps, but when I click them the only thing that happens is a mini window blinks (opens and immediately closes) and nothing else. No update happens.
Not that it matters. both work fine for me (except the pesky thing that clickys always want to scroll up the page when I am deploying/moving troops).
It's just annoying with the blink crap.
ender516 wrote:I have found that if, each time I login, I click for the update, I get a quick flash of a small dialog box. If I then press control-f5, the flashing Update Available goes away.
function hideSideBar() {
if (!menuIsHidden()) {
return;
}
var leftMenu = $("#leftColumn");
// Don't hide the menu if you have a PM and are outside of the game page!
if (/game.php\?game=[0-9]*$/.test(window.location.href) || !leftMenu.find('span.inbox').exists()) {
// Don't hide the menu if you have a PM!
leftMenu.hide();
$("#outerColumnContainer").css('borderLeft',"0em solid #DDEEDD");
}
}
General Flashman wrote:Hi! I have just been called a variety of names for mentioning that I use BOB.
I did not realise that there was an idea in CC that doing so was in some way cheating! The suggestion was that this was doing my thinking for me.
I do not have a problem with someone taking that view, but it is the fiorst time I have heard it - are there fundamentalists who feel that it is unfair to make use of it?
Dako wrote:I have installed Ready Turns GM Script and now hide menu option is bugging me. In game, when I have at least 1 ready game and I am watching snapshots - left menu will not autohide on mousenter() event.
So here is the fix for your hideSideBr() function
- Code: Select all
function hideSideBar() {
if (!menuIsHidden()) {
return;
}
var leftMenu = $("#leftColumn");
// Don't hide the menu if you have a PM and are outside of the game page!
if (/game.php\?game=[0-9]*$/.test(window.location.href) || !leftMenu.find('span.inbox').exists()) {
// Don't hide the menu if you have a PM!
leftMenu.hide();
$("#outerColumnContainer").css('borderLeft',"0em solid #DDEEDD");
}
}
I think it is wise to always hide side menu on game pages because you want to be focuses on the game even when you have an email.
What do you think?
bulgurc wrote:Here is an idea for enchantment:
At the end of your turn BOB takes a auto-snapshot. This should not be a series of snapshots stored, but should overwrite the previous end-of-turn snapshot. I think this would be very helpful, especially for people who have lots of games going, as you tend to forget status-quo when it is your turn again
numone wrote:Not sure if it was asked yet, but are you planning on creating a Chrome extension out of this?
here is some basic info for Chrome extensions:
Google I/O 2010 showing how to create chrome extensions:
http://www.youtube.com/watch?v=iVSR6gufMXI
API on Content Scripts (which for the most part is the same as GM scripts):
http://code.google.com/chrome/extension ... ripts.html
Chrome localStorage (to store data):
http://www.rajdeepd.com/articles/chrome ... Sample.htm
sherkaner wrote:Yes, most of the current version does work in Chrome, except for refreshing (stats stay the same as when you arrived at the page, and some other things) and snapshots. Currently, this is impossible in Chrome since chrome doesn't allow direct interaction between the site script and the extension script.
But it seems like an upcoming change on CC will probably make this possible too. So probably within a month (but I'm not promising anything).
Kinnison wrote:BOB 5.0.0. bug: it doesn't seem to be showing the "zone bonuses" in the statistics. Nor is it calculating them for # of armies expected on the coming turn.
nippersean wrote:Bob and clickies just gone for me
sherkaner wrote:Lack is going to make a change that will have an impact on BOB today (probably).
Once that happens, BOB will load forever ingame. I'll try to release a new version as soon as that happens.
If I don't make it in time, you could install this version: http://userscripts.org/scripts/source/52700.user.js (Click to install. Btw, this doesn't work with the current setup, so only install after the change).
Side-note: I assume you have firefox 3.5+ or chrome for the new version, firefox 3.0 users: please upgrade.
Namor wrote:nippersean wrote:Bob and clickies just gone for me
Same here. Absolutly nothing from either.
I tried the link mentioned 4 posts back;sherkaner wrote:Lack is going to make a change that will have an impact on BOB today (probably).
Once that happens, BOB will load forever ingame. I'll try to release a new version as soon as that happens.
If I don't make it in time, you could install this version: http://userscripts.org/scripts/source/52700.user.js (Click to install. Btw, this doesn't work with the current setup, so only install after the change).
Side-note: I assume you have firefox 3.5+ or chrome for the new version, firefox 3.0 users: please upgrade.
... but still have BoB 5.0.0 installed.
Using;
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 (.NET CLR 3.5.30729)
Users browsing this forum: No registered users