Search found 73 matches

by docthib
30 November 2021, 01:35
Forum: "Beta" games
Topic: GWT update?
Replies: 4
Views: 1682

Re: GWT update?

Hello,
Yes, there was a standby period but the situation is not out of control ;)
No release date yet sorry.
by docthib
15 September 2020, 09:55
Forum: Developers
Topic: BGA Developers Discord Server
Replies: 10
Views: 3496

Re: BGA Developers Discord Server

Draasill wrote: 15 September 2020, 08:33https://discord.gg/RJXFBg
The link seems invalid :(
by docthib
09 September 2020, 11:36
Forum: Developers
Topic: How to get database state
Replies: 2
Views: 612

Re: How to get database state

Hi, I think you'll find your answer here: https://boardgamearena.com/forum/viewto ... 12&t=16454
by docthib
10 August 2020, 08:38
Forum: Annonces officielles [fr]
Topic: BOARDGAME ARENA: 10ans, 4Million de joueurs et +200 Jeux!
Replies: 60
Views: 16015

Re: BOARDGAME ARENA: 10ans, 4Million de joueurs et +200 Jeux!

10 ans... franchement chapeau pour ce projet !
Quand je pense à tous les jeux découverts et tous les bons moments passés sur BGA je ne peux dire que merci et un excellent anniversaire.
by docthib
28 July 2020, 09:22
Forum: Developers
Topic: onClick events on iOS 13 not working
Replies: 6
Views: 2856

Re: onClick events on iOS 13 not working

Thanks for that! I hadn't noticed that zoom style popping in on phones. I autoscale my own content using transform:scale and I was fighting with the zoom! So I killed the zoom. Same. I know it's not fully the subject here but it's important. I think the framework should be using the transform:scale...
by docthib
23 July 2020, 12:45
Forum: Developers
Topic: every click gets called multiple times
Replies: 6
Views: 2062

Re: every click gets called multiple times

fafa-fr wrote:you can also consider connecting cards only once and for the whole game
This is the best option unless you use the framework Undo feature (which calls the JS setup())
by docthib
23 July 2020, 08:20
Forum: Developers
Topic: every click gets called multiple times
Replies: 6
Views: 2062

Re: every click gets called multiple times

If for whatever reason you need to add listeners dynamically, dojo.connect creates an object that you would need to store so that you can use dojo.disconnect. This ^ If you're using dojo.connect() - in onEnteringState function for example - you'll need to dojo.disconnect() the element before "...
by docthib
22 July 2020, 22:15
Forum: Developers
Topic: How does addTooltipHtml work?
Replies: 3
Views: 1262

Re: How does addTooltipHtml work?

// in the .tpl file var jstpl_tooltip_title = '<div class="tooltip-container"><h3>${title}</h3>${text}</div>'; // in the js file - in the setup // let's say I want to add tooltips on my "cities" elements for (var cityKey in gamedatas.cities) { var cityData = gamedatas.cities[cit...
by docthib
20 July 2020, 09:54
Forum: Developers
Topic: J'ai besoin d'un développeur
Replies: 2
Views: 1134

Re: J'ai besoin d'un développeur

Bonjour :) Ici le forum est principalement anglophone alors je te conseille de faire un post en anglais pour toucher plus de développeurs. Aussi je pense qu'il faudrait que tu donnes plus d'éléments sur ton jeu (lien vers les règles, screen de tabletopia...) afin que les développeurs puissent se pro...
by docthib
20 July 2020, 09:47
Forum: Developers
Topic: End Turn button and BGA guidelines
Replies: 9
Views: 3147

Re: End Turn button and BGA guidelines

My understanding is, there shouldn't be confirm dialogs for every simple / single moves (are you sure you want to move here? buy this card? roll this dice?...) that would effectively slow down the game flow. But I see no objection on adding some confirmation on a serie of actions / critical action, ...

Go to advanced search