Search found 78 matches

by Badguizmo
02 September 2026, 20:28
Forum: Developers
Topic: [SOLVED - SERVER PB] gameinfos.json has failed to serialize
Replies: 2
Views: 110

Re: gameinfos.json has failed to serialize

Thank you for the answer.

I just have an answer from the support : there was a problem with the specifi game structure.
It is now solved.
8-)
by Badguizmo
27 August 2026, 20:41
Forum: Developers
Topic: [SOLVED - SERVER PB] gameinfos.json has failed to serialize
Replies: 2
Views: 110

[SOLVED - SERVER PB] gameinfos.json has failed to serialize

Hello Everyone. I am facing a strange problem. I reactivated an old development named "sixbadguizmo" which aimed to develop the game "SIX" (started 2 years ago, so old fashion). I was close the end and I decided to do it in the "official" folder (i.e. : named six). Now ...
by Badguizmo
13 December 2021, 22:28
Forum: Developers
Topic: Replay problem
Replies: 3
Views: 713

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: 1390

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: 1328

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: 1328

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: 1328

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: 740

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: 740

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: 928

Re: Alpha and statistics

Thank you ;)

Go to advanced search