How to get the gamelog of an ongoing game?

Discussions about BGA (all languages)
Forum rules
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756
Locked
User avatar
Gedrin
Posts: 5
Joined: 06 August 2015, 20:58

How to get the gamelog of an ongoing game?

Post by Gedrin »

Hi all;

So I have been trying to find a way to get the game log of a game in progress and cant seem to find it.
I see that there are little arrows at the bottom of the recent moves log on the right and if you click, click, click...click, click, click you can get the entire log but is there an easier way to do this?

I'd like to see something like what is presented when you "replay a game" but before you have picked a player.

Thanks
User avatar
pikiou
Posts: 389
Joined: 03 October 2011, 05:36

Re: How to get the gamelog of an ongoing game?

Post by pikiou »

All you have to do to show the whole log is to extend the maxHeight CSS value of the 'logs' HTML element to say 1000000px.
You can do it manually if you know how, or simply execute the following code in your JavaScript console:

Code: Select all

dojo.style('logs', 'maxHeight', '1000000px');
User avatar
Gedrin
Posts: 5
Joined: 06 August 2015, 20:58

Re: How to get the gamelog of an ongoing game?

Post by Gedrin »

Thanks... that worked well.
Locked

Return to “Discussions”