Search found 76 matches

by Badguizmo
13 December 2021, 22:28
Forum: Developers
Topic: Replay problem
Replies: 3
Views: 672

Re: Replay problem

Hello again. It is time for bug chasing :D I still don't get this one. In my code I have this sequence (JS) : dojo.subscribe('notifPlayElemental', this, "notif_PlayElemental"); this.notifqueue.setSynchronous('notifPlayElemental', 500); notif_PlayElemental( notif ) { if (...) { this.playEle...
by Badguizmo
15 August 2021, 11:01
Forum: Developers
Topic: problem with .js - onUpdateActionButtons - when button options selected, option often repeats multiple times
Replies: 10
Views: 1259

Re: problem with .js - onUpdateActionButtons - when button options selected, option often repeats multiple times

Is it possible the buttons already exist and calling addActionButton with same id would result in double listeners ? Anyway, as tchobello said, would be useful to add console.log to see where the issue Come from exactly You should focus on that. i.e. : check if the button exists before adding it. I...
by Badguizmo
12 August 2021, 14:06
Forum: "Alpha" games
Topic: Sensei now in Alpha
Replies: 10
Views: 1220

Re: Sensei now in Alpha

el cosimo wrote: 12 August 2021, 12:25 It is visible now and I created already a bug for it :) because my game isn’t playable
Should be fixed but best is to re-launch a game (pb with player colors preferences)
by Badguizmo
11 August 2021, 20:38
Forum: "Alpha" games
Topic: Sensei now in Alpha
Replies: 10
Views: 1220

Re: Sensei now in Alpha

Ah, I will ask admins I don't see it either :oops:
by Badguizmo
11 August 2021, 17:20
Forum: "Alpha" games
Topic: Sensei now in Alpha
Replies: 10
Views: 1220

Sensei now in Alpha

Hello everyone. Welcom to my (almost) first implementation : Sensei is now in alpha. https://boardgamearena.com/gamepanel?game=sensei Done : Almost everything TODO : Unfair game Arashi-Expert (opposite side of the board, with pits) ==> even if available in the options before starting the game it wil...
by Badguizmo
16 July 2021, 10:59
Forum: Developers
Topic: Problem with "attachtonewparent"
Replies: 3
Views: 688

Re: Problem with "attachtonewparent"

Do you have a CSS transform applied to either parent element? attachToNewParent uses dojo.position, similar to placeOnObjectPos and slideToObjectPos, which produce unexpected results when CSS transforms are involved. See this post for more info: https://boardgamearena.com/forum/viewtopic.php?f=12&a...
by Badguizmo
15 July 2021, 23:12
Forum: Developers
Topic: Problem with "attachtonewparent"
Replies: 3
Views: 688

Problem with "attachtonewparent"

Hello. I am facing a problem when using "attachtonewparent". In the Studio doc it is specified that " With this method, you change the HTML parent of "mobile_obj" element. "target_obj" is the new parent of this element. The beauty of attachToNewParent is that the m...
by Badguizmo
09 July 2021, 20:52
Forum: Developers
Topic: Alpha and statistics
Replies: 3
Views: 876

Re: Alpha and statistics

Thank you ;)
by Badguizmo
07 July 2021, 21:47
Forum: Developers
Topic: Alpha and statistics
Replies: 3
Views: 876

Alpha and statistics

Hello everyone. I manage to get Riftforce to alpha ^^ However, I was wondering why the statistics are not showned in my "Control Panel / Audience" web page. All the stats are empty despite the fact that I have at least finished 1 game with a friend. https://imgur.com/a/llXvP8t Are there li...
by Badguizmo
28 June 2021, 21:21
Forum: Developers
Topic: [SOLVED] Difference Studio and Private Alpha
Replies: 20
Views: 2356

Re: Difference Studio and Private Alpha

Thank you all !!

Apparently both bugs are solved with a small regular expression ;)

:mrgreen:

Go to advanced search